Commit Graph

37 Commits

Author SHA1 Message Date
Nolan Lawson 4bd181d3cc
fix: update Sapper to latest (#775)
* fix: update to latest sapper

fixes #416

* fix error and debug pages

* requestIdleCallback makes column switching feel way nicer than double rAF

* add export feature

* add better csp info

* workaround for sapper sub-page issue

* clarify in readme about exporting

* fix now config

* switch from rIC to triple raf

* style-loader is no longer used

* update theming guide
2018-12-11 07:31:48 -08:00
Nolan Lawson b7f5d04b4c
fix(scrolling): use body as scrolling container (#656)
* fix(scrolling): use body as scrolling container

Fixes #526

* fixup tests and focus
2018-11-17 18:06:49 -08:00
Nolan Lawson 92d2dbddfc
perf(virtuallist): add contain:content to virtual list items (#650)
* perf(virtuallist): add contain:content to virtual list items

* add a few more contain:contents
2018-11-16 00:37:28 -08:00
Nolan Lawson 9e9a897ede
fix nav bar for pinned lists (#263) 2018-05-03 21:24:10 -07:00
Nolan Lawson b7c90a4206
add animation for navigation bar indicator (#257) 2018-05-02 21:32:43 -07:00
Nolan Lawson 42be854521
upgrade to svelte 2.0 (#251)
* upgrade to svelte 2.0

* update svelte-loader to 2.9.0
2018-05-01 17:05:36 -07:00
Nolan Lawson 9629a55a9f
remove all instances of string coercion (#240) 2018-04-29 17:45:03 -07:00
Nolan Lawson 55782a5331 detect "selected" when doing smooth scroll to top 2018-04-10 23:15:22 -07:00
Maxime Le Conte des Floris 660362ed46 feat: click on curent column nav button to go to the top of the timeline 2018-04-10 23:15:22 -07:00
Nolan Lawson afb67f076d change design of top nav bar 2018-03-27 09:34:29 -07:00
Nolan Lawson 27858e32f8 change media breakpoint for Nav.html 2018-02-08 18:01:00 -08:00
Nolan Lawson fee954bf27 clean up actions, implement cache-first sync strategy 2018-02-08 17:51:48 -08:00
Nolan Lawson 1d25fa641e add lists support 2018-02-08 09:15:25 -08:00
Nolan Lawson 39439f5f9d move search to last 2018-02-08 08:22:54 -08:00
Nolan Lawson 016ecfca8d add favorites, refactor local/federated 2018-02-07 22:49:50 -08:00
Nolan Lawson 8761a46767 implement search 2018-02-06 20:54:49 -08:00
Nolan Lawson 940954f8fe get rid of dynamic nav title 2018-02-03 10:57:45 -08:00
Nolan Lawson 58008c3ca1 fix nav display on small screens 2018-01-28 15:53:49 -08:00
Nolan Lawson 7f19a9068f fix title and gear icon 2018-01-27 12:55:09 -08:00
Nolan Lawson a11f31bb3f implement hashtags 2018-01-21 20:02:32 -08:00
Nolan Lawson 692bfa8660 more semantic class names, option to globalize CSS 2018-01-20 12:35:38 -08:00
Nolan Lawson 7582f34d24 fix jerky scrolling on Safari 2018-01-15 18:29:28 -08:00
Nolan Lawson 7e1243cdc8 fix some a11y and organize svgs 2018-01-12 23:24:05 -08:00
Nolan Lawson a62bc96d26 explain and expand theme colors 2018-01-12 18:50:37 -08:00
Nolan Lawson 9f8c589821 move all theme colors to single file 2018-01-12 09:01:46 -08:00
Nolan Lawson e1d8419b11 add fixed header 2018-01-10 22:17:15 -08:00
Nolan Lawson 965826a360 tweak styles more 2018-01-07 16:12:11 -08:00
Nolan Lawson f67ee7a7eb add settings page 2018-01-07 13:38:12 -08:00
Nolan Lawson f38c64a418 tweak design 2018-01-07 13:31:18 -08:00
Nolan Lawson ea1ae72de3 cleanup css 2018-01-06 22:01:28 -08:00
Nolan Lawson daa38e8acc tweak style 2018-01-06 22:01:08 -08:00
Nolan Lawson 96be1d5f7f tweak styles some more 2018-01-06 21:50:56 -08:00
Nolan Lawson 63d95637b5 tweak styles some more 2018-01-06 21:17:03 -08:00
Nolan Lawson 25de2ae622 tweak style 2018-01-06 21:05:49 -08:00
Nolan Lawson 5df1c3c0b1 remove blog page 2018-01-06 20:46:13 -08:00
Nolan Lawson 2c6446181d set up basic icons 2018-01-06 20:44:47 -08:00
Nolan Lawson c3a8f847aa initial commit 2018-01-06 15:51:25 -08:00