1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-13 10:48:19 +01:00
Commit Graph

26 Commits

Author SHA1 Message Date
Nolan Lawson
3786473e34
Simplify PseudoVirtualList (#93)
Possible fix for #92
2018-04-12 19:38:41 -07:00
Nolan Lawson
c54bde0a19 use scrollIntoView which is more consistent than previous strategy 2018-03-29 23:01:36 -07:00
Nolan Lawson
3b8f551477 implement better timeline navigations with fades 2018-03-29 23:16:53 -07:00
Nolan Lawson
d2834d3bb2 dial back rIC usage, fix virtualListStore calculations 2018-03-22 00:01:19 -07:00
Nolan Lawson
9c6b8a7a8e Revert "use rIC to keep scrolling smooth"
This reverts commit fc8554bed3.
2018-03-15 10:25:02 -07:00
Nolan Lawson
fc8554bed3 use rIC to keep scrolling smooth 2018-03-15 10:00:51 -07:00
Nolan Lawson
c11f2454ad break up status rendering with rAF a bit 2018-03-14 19:04:48 -07:00
Nolan Lawson
c949c3c3fc Clean up usage of delegate keys 2018-03-04 17:22:34 -08:00
Nolan Lawson
71d0e4ddd1 fix items rendered on top of other items 2018-03-01 09:19:45 -08:00
Nolan Lawson
62d7166b39 code cleanup 2018-02-25 11:20:40 -08:00
Nolan Lawson
ae04fddd68 add NPE check for makeProps 2018-02-23 17:54:16 -08:00
Nolan Lawson
9ffd2a1d2d fix process.browser usage 2018-02-14 19:00:25 -08:00
Nolan Lawson
9a042c5981 fix virtual list realm 2018-02-12 22:47:25 -08:00
Nolan Lawson
2db4236761 more refactoring 2018-02-12 22:35:02 -08:00
Nolan Lawson
acc1ce396d refactor VirtualList to be more self-contained 2018-02-12 22:35:01 -08:00
Nolan Lawson
0a165cb2ad dont scroll to first item, it obscures back button 2018-02-10 14:19:10 -08:00
Nolan Lawson
2e83bc0ff9 use standard 2018-02-08 22:29:29 -08:00
Nolan Lawson
8af2e2061f fix empty timelines 2018-02-08 18:54:48 -08:00
Nolan Lawson
73ba72d58a mvp for notifications 2018-02-04 10:05:01 -08:00
Nolan Lawson
8afe67c471 implement RealmStore 2018-01-30 21:55:23 -08:00
Nolan Lawson
b8a7c34228 refactor 2018-01-30 21:34:35 -08:00
Nolan Lawson
d1620c3bca use rIC in pseudo virtual list 2018-01-30 21:17:01 -08:00
Nolan Lawson
03b055ab20 tweak pseudo virtual list 2018-01-30 21:02:07 -08:00
Nolan Lawson
d2fe8b29f4 more work on pseudo-virtual list 2018-01-30 18:26:13 -08:00
Nolan Lawson
98b22e0243 implement intersection observer-based pseudo virtual list 2018-01-30 09:38:14 -08:00
Nolan Lawson
6f69bf89c5 implement PseudoVirtualList for thread timelines 2018-01-29 19:22:28 -08:00