Nolan Lawson
ee5f27eb0d
fix: cache the icons in advance
2021-03-20 16:15:30 -07:00
Nolan Lawson
c267873ba2
fix: revert "fix: cache the icons in advance"
...
This reverts commit ca2584b1f6
.
2021-03-20 16:06:21 -07:00
Nolan Lawson
ca2584b1f6
fix: cache the icons in advance
2021-03-20 15:58:11 -07:00
Nolan Lawson
3ae7a2ba7e
fix: fix favicon
2021-03-20 15:48:52 -07:00
Nolan Lawson
90f2cb51aa
fix: fix where icons are cached
2021-03-20 15:44:08 -07:00
Nolan Lawson
1a96484379
fix: update vercel.json
2021-03-20 15:33:10 -07:00
Nolan Lawson
c1b84ef7be
fix: missed yet another one
2021-03-20 14:57:00 -07:00
Nolan Lawson
1993984496
fix: missed one
2021-03-20 14:27:53 -07:00
Nolan Lawson
7e304a8532
fix: missed favicon
2021-03-20 14:05:55 -07:00
Nolan Lawson
e75c7f6ff3
test: fix test
2021-03-20 14:00:30 -07:00
Nolan Lawson
32e631e4ca
fix: missed some
2021-03-20 13:44:48 -07:00
Nolan Lawson
723113a033
perf: use longer-lived cache for static assets
2021-03-20 13:39:17 -07:00
Nolan Lawson
237ac836c0
1.23.0
2021-03-19 18:42:38 -07:00
Nolan Lawson
75458a3410
feat: use web badge API to show notifications/follow requests ( #2005 )
...
* feat: use web badge API to show notifications/follow requests
Fixes #1900
* fix: change detection logic
* fix: add UA check
* fix: tweak
2021-03-19 08:00:59 -07:00
Nolan Lawson
66cfc342f0
fix: revert "test: reduce concurrency again ( #2007 )" ( #2008 )
...
This reverts commit eba2b1cd74
.
2021-03-19 07:22:47 -07:00
Nolan Lawson
eba2b1cd74
test: reduce concurrency again ( #2007 )
2021-03-18 21:50:02 -07:00
Nolan Lawson
746c341fda
chore: reduce test concurrency ( #2006 )
2021-03-18 20:50:24 -07:00
Nolan Lawson
3bf744d2c5
fix: add pwa=true query param when sharing files ( #2004 )
2021-03-18 07:00:48 -07:00
Nolan Lawson
fd321720f2
fix: disable :focus-visible on Firefox ( #2003 )
...
* fix: disable :focus-visible on Firefox
* fix: use unambiguous closure
2021-03-18 07:00:42 -07:00
Nolan Lawson
40cb793e81
fix: fix word filter style on small screens ( #2002 )
2021-03-15 22:25:40 -07:00
Nolan Lawson
98815714ba
fix: fix name of webpack chunk for intl polyfill ( #2001 )
...
* fix: fix name of webpack chunk for intl polyfill
* fix: fix typo
2021-03-15 19:46:58 -07:00
Nolan Lawson
a7fb2e68dd
perf: avoid importing the DB for non-logged-in users ( #1998 )
2021-03-15 17:25:20 -07:00
Nolan Lawson
c3fb1e2038
fix: media cache should be behind async db API ( #1999 )
2021-03-15 17:25:13 -07:00
Nolan Lawson
c4e73106cf
fix: fix tesseract in dev mode ( #2000 )
2021-03-15 17:25:07 -07:00
Nolan Lawson
02019e9251
perf: use scheduling.isInputPending() ( #1996 )
2021-03-14 18:05:57 -07:00
Nolan Lawson
193db0aa15
perf: remove quick-login.html ( #1994 )
2021-03-14 13:39:32 -07:00
Nolan Lawson
cf0f1d884a
feat: add screenshots/categories to web app manifest ( #1993 )
...
* feat: add screenshots/categories to web app manifest
fixes #1971
* fix: whoops forgot the screenshots
2021-03-14 13:39:11 -07:00
Nolan Lawson
5e7440aaee
feat: accept files in web share target ( #1992 )
...
fixes #1009
2021-03-14 10:20:23 -07:00
Nolan Lawson
5e61a8582b
perf: slightly more efficient word filter format ( #1991 )
2021-03-14 09:24:00 -07:00
Nolan Lawson
4adc8ff748
feat: implement word/phrase filters ( #1990 )
...
* feat: implement word filters
* fix: more progress on word filters
* fix: more progress
* fix: more work
* fix: more work
* fix: more progress
* fix: tweaks
* fix: basic crud stuff
* fix: more work
* test: add tests
* test: more test
* fix: handle filter expiry correctly
* fix: implement more efficient word filter logic
* fix: better required labels
* test: fix test
2021-03-13 17:31:17 -08:00
Nolan Lawson
3271344c76
fix: add cross-origin-opener-policy ( #1989 )
2021-03-09 08:08:19 -08:00
Nolan Lawson
9a5ce33efb
test: add CI test that vercel.json does not change ( #1986 )
...
* test: add CI test that vercel.json does not change
* fix: fixup
* test: debug
* test: do not use tmp file
2021-03-07 10:34:13 -08:00
Nolan Lawson
a6c9d41f46
fix: fix permissions policy format ( #1987 )
2021-03-07 08:55:03 -08:00
Nolan Lawson
987e5827b0
fix: fix CSP checksums ( #1985 )
2021-03-07 08:21:20 -08:00
Nolan Lawson
88ccfdad6e
fix: add permissions policy ( #1984 )
...
does not really do anything right now, but fun to experiment with
2021-03-06 15:21:26 -08:00
Nolan Lawson
f22b1bf328
perf: reduce tesseract bundle size by directly importing createWorker ( #1979 )
2021-03-06 09:07:06 -08:00
Nolan Lawson
a2dcbcdcda
fix: use class instead of object for easier debugging ( #1980 )
2021-03-06 09:07:00 -08:00
Nolan Lawson
1f2ce30fd4
fix: fix DEBUG mode for inline script ( #1981 )
2021-03-06 09:06:53 -08:00
Nolan Lawson
7d96876aca
chore: break up circle CI tasks ( #1983 )
2021-03-06 09:06:42 -08:00
Nolan Lawson
650751d343
fix: fix dangling } in string ( #1976 )
2021-02-28 16:36:47 -08:00
Nolan Lawson
8f63cc479c
chore: do not throw intl errors in dev mode ( #1977 )
2021-02-28 16:36:38 -08:00
Timo Tijhof
5573f7cf32
chore: clean up input.type property access ( #1975 )
...
Follows-up 4218c4ce64
.
When accessing the IDL property, values tend to be reflected in a normalised
type and form. In the case of HTMLInputElement.type, this means the
returned value is always one of the supported and canonical lowercase
values regardless of what value the corresponding attribute holds, or
even if the attribute doesn't exist (the default will still be "text").
2021-02-28 14:46:23 -08:00
Marco Zehe
b9496c9bca
fix: adjust German help text for expand/collapse all CWs ( #1974 )
2021-02-28 14:45:49 -08:00
Nolan Lawson
8c09ede2d4
feat: implement shortcut for opening/closing all CWs ( #1973 )
...
Fixes #1914
2021-02-27 18:31:53 -08:00
Nolan Lawson
a21a889f5f
chore: update sapper to actually fix webpack 5 ( #1972 )
2021-02-27 18:31:09 -08:00
Nolan Lawson
67a338be17
fix: tweak style of audio player ( #1968 )
2021-02-22 20:37:18 -08:00
Nolan Lawson
ef3f107d82
fix: tweak emoji picker style on mobile ( #1969 )
...
* fix: tweak emoji picker style on mobile
* fix: remove unnecessary global styles
2021-02-22 20:37:08 -08:00
Nolan Lawson
b0c694b1bd
test: fix flakey test ( #1970 )
2021-02-22 20:36:59 -08:00
Nolan Lawson
b2583277eb
chore: update to webpack v5 ( #1967 )
...
The bundle size has decreased slightly, so I really can't complain.
2021-02-20 15:30:58 -08:00
Nolan Lawson
2c34527411
chore: update lodash-webpack-plugin ( #1966 )
2021-02-20 13:40:50 -08:00