Commit Graph

30 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 b2f5f36207
fix(svg): re-inline svg into html (#772)
* Revert "fix(icons): fix icons.svg url (#769)"

This reverts commit 1d34d45da7.

* Revert "perf: use prefetch instead of preload for svgs (#765)"

This reverts commit b73dd548ae.

* Revert "perf: build separate icons.svg file (#762)"

This reverts commit ee45c07314.

* move svg to end of 2xx.html
2018-12-10 00:13:54 -08:00
Nolan Lawson 1d34d45da7
fix(icons): fix icons.svg url (#769)
in #762 I forgot to set the absolute path for these; it fails on
subpages
2018-12-08 20:04:32 -08:00
Nolan Lawson ee45c07314
perf: build separate icons.svg file (#762) 2018-12-08 12:46:16 -08:00
sgenoud 530ad6b35c feat: Allow Media to be shown in a grid (as an option) (#747)
* Allow Media to be shown in a grid

* Bring back the sidebar for ungrouped images
2018-12-08 09:42:38 -08:00
Nolan Lawson 8949b36873
Use img.decode() (#473)
* remove will-change:transform from container

* WIP: use img.decode()

* more work on img.decode
2018-08-22 21:00:53 -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 c309e5842d
slightly improve Svelte 2.0 compatibility (#244)
* slightly improve Svelte 2.0 compatibility

* fixup

* fix lint
2018-04-29 22:13:41 -07:00
Nolan Lawson 9629a55a9f
remove all instances of string coercion (#240) 2018-04-29 17:45:03 -07:00
Nolan Lawson de7bc7e43d
avatar should not have gray background (#237)
fixes #233
2018-04-29 16:57:12 -07:00
Nolan Lawson ea717b74e3 loading bg for avatars 2018-04-08 17:36:05 -07:00
Nolan Lawson 7a9cb22269 add icons for boosters/favoriters/followers in status header 2018-03-22 21:36:19 -07:00
Nolan Lawson 9a0071a934 clicking avatars goes directly to profile 2018-03-16 18:48:24 -07:00
Nolan Lawson 473ddfaa85 add separate style for status-in-own-context 2018-02-09 22:55:11 -08:00
Nolan Lawson d0270991d7 fix Avatar on instanceName page 2018-02-08 17:56:20 -08:00
Nolan Lawson c0c7e9fafe refactor 2018-01-27 16:35:44 -08:00
Nolan Lawson fcfe409633 add loading indicator for images 2018-01-22 21:47:29 -08:00
Nolan Lawson f48aa23fcd improve perf of loading avatars 2018-01-20 21:06:30 -08:00
Nolan Lawson 6564880aa8 fix a11y warning 2018-01-19 17:47:00 -08:00
Nolan Lawson 1c354817a6 improve a11y 2018-01-17 23:00:33 -08:00
Nolan Lawson ef786bd204 reduce dom nodes in each status 2018-01-16 08:38:23 -08:00
Nolan Lawson 27e40da453 simplify image loader 2018-01-16 07:20:54 -08:00
Nolan Lawson 5d69521db3 fix weird-looking placeholder avatar image 2018-01-15 19:26:59 -08:00
Nolan Lawson 1528d51290 kinda working better 2018-01-15 16:35:08 -08:00
Nolan Lawson bdcfea32e7 fix style for statuses 2018-01-14 21:41:19 -08:00
Nolan Lawson edbe0547fd tweak text 2018-01-14 19:30:04 -08:00
Nolan Lawson 0340a0d16f flesh out status component 2018-01-14 19:28:50 -08:00
Nolan Lawson b2f08f67ad fix a11y for img alts 2018-01-14 11:36:31 -08:00
Nolan Lawson f783f1414c tweak styles more 2018-01-11 00:26:35 -08:00
Nolan Lawson e573220f3f start fleshing out timeline 2018-01-10 20:45:02 -08:00