Commit Graph

47 Commits

Author SHA1 Message Date
Nolan Lawson bfc3c46462
use standard to lint HTML too (#186) 2018-04-19 21:38:01 -07:00
Nolan Lawson 8d5690d63d
remove get() with string from Svelte calls (#169)
* remove get() with string pt 1

* remove get() with string pt 2

* fix typo

* fix some null exceptions in get()

* fixup code style
2018-04-19 09:37:05 -07:00
Nolan Lawson b231466fff
Refactor database for better code-splitting (#144) 2018-04-16 20:56:21 -07:00
Nolan Lawson e23aa97cf2
make PseudoVirtualList sync rather than async (#133)
Attempt to address #92
2018-04-15 14:43:41 -07:00
Nolan Lawson 70b03eb56e
fix headings for timelines (#67)
Adds an sr-only class to make this easier in the future. Also fixes a missing aria-label.

Fixes #44
2018-04-10 22:08:14 -07:00
Nolan Lawson 2544b71251 use lodash-es for slightly smaller bundle size 2018-04-05 17:57:36 -07:00
Nolan Lawson 3b8f551477 implement better timeline navigations with fades 2018-03-29 23:16:53 -07:00
Nolan Lawson cd968245e1 go back to having Timeline.html manage focus 2018-03-22 21:59:02 -07:00
Nolan Lawson a03961f379 attempt to fix focus crash issue 2018-03-22 19:56:08 -07:00
Nolan Lawson 7053230ac0 fix focus() being called too often 2018-03-21 00:53:52 -07:00
Nolan Lawson 0c9992c0e1 change scheduling to focus on requestIdleCallback 2018-03-20 20:28:53 -07:00
Nolan Lawson a25dd048b6 make statuses robust against duplicates, remove duplicate from test 2018-03-15 20:04:24 -07:00
Nolan Lawson dd67b4f856 fix "loading more" spinner 2018-03-13 21:27:34 -07:00
Nolan Lawson 5908ac6614 Implement LazyPage and refactor to support it 2018-03-13 20:02:50 -07:00
Nolan Lawson b3263e528f fix incoming statuses, add tests 2018-03-10 10:54:16 -08:00
Nolan Lawson 7813cf99ed immediately add replies to threads 2018-03-09 22:31:26 -08:00
Nolan Lawson 62d7166b39 code cleanup 2018-02-25 11:20:40 -08:00
Nolan Lawson 3f5f016c32 clean up observers 2018-02-25 10:50:04 -08:00
Nolan Lawson a73e4b13c4 fix requestIdleCallback usage 2018-02-20 21:29:59 -08:00
Nolan Lawson 72e287acd0 async load PseudoVirtualList 2018-02-14 21:51:34 -08:00
Nolan Lawson 93635fee6a refactor virtual list 2018-02-13 09:15:10 -08:00
Nolan Lawson faff6c4427 add todos 2018-02-12 22:49:02 -08:00
Nolan Lawson 2db4236761 more refactoring 2018-02-12 22:35:02 -08:00
Nolan Lawson 0c9757a941 add markers, tweak how streaming is processed 2018-02-11 22:40:56 -08:00
Nolan Lawson c8c7c03864 temporary hack to avoid excessive observers 2018-02-11 20:12:15 -08:00
Nolan Lawson 2a86425c90 streaming is kinda working 2018-02-11 19:15:21 -08:00
Nolan Lawson 650071568d fix show/hide of timelines 2018-02-11 16:10:39 -08:00
Nolan Lawson 64350ad912 v1 of streaming 2018-02-11 13:46:57 -08:00
Nolan Lawson 0a165cb2ad dont scroll to first item, it obscures back button 2018-02-10 14:19:10 -08:00
Nolan Lawson faac8f1a31 save focus when using keyboard navigation 2018-02-10 13:57:04 -08:00
Nolan Lawson 8af2e2061f fix empty timelines 2018-02-08 18:54:48 -08:00
Nolan Lawson 1d25fa641e add lists support 2018-02-08 09:15:25 -08:00
Nolan Lawson d93811d470 refactor 2018-02-08 08:22:14 -08:00
Nolan Lawson 8761a46767 implement search 2018-02-06 20:54:49 -08:00
Nolan Lawson 2fdd10c1fe fixup 2018-02-05 08:44:46 -08:00
Nolan Lawson c8cb4354e3 add ability to fetch and store notifications 2018-02-03 18:06:02 -08:00
Nolan Lawson 0d4ee2bba3 tweak loading spinner 2018-01-30 22:46:35 -08:00
Nolan Lawson cb91271e23 fix loading spinner 2018-01-30 22:21:31 -08:00
Nolan Lawson d2fe8b29f4 more work on pseudo-virtual list 2018-01-30 18:26:13 -08:00
Nolan Lawson 6f69bf89c5 implement PseudoVirtualList for thread timelines 2018-01-29 19:22:28 -08:00
Nolan Lawson c73223c968 simplify ExternalLink 2018-01-28 21:07:31 -08:00
Nolan Lawson cda9566eb0 fix links in statuses 2018-01-28 17:10:03 -08:00
Nolan Lawson 6b2f16f3bf add status context 2018-01-28 15:44:33 -08:00
Nolan Lawson 90af9eedde refactor store 2018-01-28 13:09:39 -08:00
Nolan Lawson 5a55506204 fixup 2018-01-27 17:34:42 -08:00
Nolan Lawson de248a9b1f refactor timeline to use actions 2018-01-27 17:34:08 -08:00
Nolan Lawson c0c7e9fafe refactor 2018-01-27 16:35:44 -08:00
Renamed from routes/_components/Timeline.html (Browse further)