Commit graph

236 commits

Author SHA1 Message Date
wukko
30bcad0ba4
web/layout: add og:url & application name to head 2024-09-07 23:15:20 +06:00
wukko
25a33a4ea2
web/layout: split description metadata tags 2024-09-07 23:02:13 +06:00
wukko
a698c55663
web/layout: add og:description 2024-09-07 22:32:40 +06:00
wukko
c6385f1842
web/layout: add description and title metadata 2024-09-07 22:14:55 +06:00
dumbmoron
b4f17487b4
web: remove built-in sveltekit announcer (for real this time) 2024-09-07 16:01:26 +00:00
wukko
f406e7355b
web/layout: get rid of svelte announcer
it reads over our own a11y labels, and there's no official way to disable it
2024-09-07 20:58:30 +06:00
wukko
0ce743d13f
web/about: replace the godawful margin workaround 2024-09-07 20:29:13 +06:00
wukko
7a45866c7c
web/about: write the general about page 2024-09-07 18:31:02 +06:00
wukko
c52aa76426
web/about: merge community and help tabs 2024-09-07 18:22:17 +06:00
wukko
7cd572954f
web/remux: improve accessibility 2024-09-07 18:21:40 +06:00
wukko
3189857c77
web/layout: reduce margin even more for long text h3 heading 2024-09-06 16:59:37 +06:00
wukko
5a5c9da3df
web/settings/advanced: improve settings management buttons
also removed duplicate localization strings
2024-09-06 16:18:30 +06:00
wukko
1758e2db19
web/settings/audio: swap tiktok and youtube sections 2024-09-06 15:58:01 +06:00
wukko
348a28dd12
web/about/terms: rename and rewrite the last section 2024-09-06 15:45:59 +06:00
wukko
aa0991eee4
web/about/privacy: don't show plausible info if it's disabled 2024-09-05 23:34:30 +06:00
wukko
59b6cbd8d4
web/about: add info about terms being valid only on official instance 2024-09-05 23:33:33 +06:00
wukko
ec3e411032
web/about/privacy: specify cloudflare services 2024-09-05 13:27:57 +06:00
wukko
b1b8f6967b
web/about/terms: initial terms and ethics page 2024-09-05 10:22:02 +06:00
wukko
152a423bf3
web/about/privacy: add info about on-device processing 2024-09-05 10:21:47 +06:00
wukko
cb7d1baee0
web/layout: update global heading text style in long text 2024-09-05 10:21:30 +06:00
wukko
4921e5c151
web/about/privacy: initial privacy policy page 2024-09-05 09:58:45 +06:00
wukko
0408fc446a
web/layout: don't apply noto mono for titles 2024-09-05 09:58:25 +06:00
wukko
80e32fc0c0
web/remux: check if env is browser before adding listeners 2024-09-05 08:56:01 +06:00
wukko
21832005e2
web/remux: handle more errors, add a basic progress bar 2024-09-05 08:51:41 +06:00
wukko
49460bd16d
web: load turnstile only in save tab and only once
turnstile will stay in background after being loaded once (just like before), but now it will not load on pages other than save if they are opened first
2024-09-05 00:04:41 +06:00
wukko
41c23337ff
web/error: redirect to default about page on 404 error 2024-09-04 21:23:47 +06:00
wukko
520725462a
web: fix auto navigation on scale change for about & settings pages 2024-09-04 21:20:56 +06:00
wukko
140683a679
web/save: make the terms note open the terms page 2024-09-04 21:00:41 +06:00
wukko
d98353d5af
web/about: about page routing & navigation 2024-09-04 20:59:05 +06:00
wukko
56008676f5
web/settings: move sub navigation into its own component 2024-09-04 17:50:47 +06:00
wukko
a18fd72ea0
web/remux: reduce gap in first state 2024-09-04 16:47:00 +06:00
wukko
3c5a5eaf25
web/save: make terms note thicker 2024-09-04 16:33:45 +06:00
wukko
032f592d95
web/remux: reduce desc font size on mobile 2024-09-04 16:32:20 +06:00
dumbmoron
f009da7de4
web: wrap error handler in onMount 2024-09-03 13:30:32 +00:00
dumbmoron
5b42757896
web: remove background override from global css 2024-09-03 07:58:52 +00:00
dumbmoron
2deb8aa53b
web: add fade-in animation 2024-09-02 14:16:21 +00:00
dumbmoron
7227a4ad6e
web/layout: enable ssr 2024-08-31 17:46:52 +00:00
dumbmoron
51c140fbfa
web: make everything ssr-compatible 2024-08-31 17:46:10 +00:00
wukko
8e9e8ab63f
web/privacy: mark tunnelling feature as beta 2024-08-31 15:32:30 +06:00
wukko
ac76f8e32b
web/instances: mark community instances feature as beta 2024-08-31 15:32:16 +06:00
wukko
d0d0f16c5f
web/privacy: add support for always proxying files 2024-08-31 14:08:48 +06:00
dumbmoron
305d0429f1
web/donate: make page scrollable on sides 2024-08-30 16:48:23 +00:00
wukko
1debf3e639
web/settings/download: fix padding for filename preview 2024-08-30 21:31:21 +06:00
wukko
063f5d1806
web/CustomInstanceInput: proper style 2024-08-30 21:31:02 +06:00
wukko
b878d5f4f9
web/settings/appearance: slight import refactor 2024-08-30 17:18:04 +06:00
wukko
b3954b9209
web/ResetSettingsButton: move to settings subdir & reduce timeout to 2s 2024-08-30 17:17:29 +06:00
wukko
33d6b5bd81
web: base custom instance functionality
also:
- renamed processing tab in settings to "instances"
- improved override description
- prefer custom over override (and grey out the option)
- dedicated lib for all api safety warnings
- left aligned small popup with smaller icon
- ability to grey out settings category & toggle
2024-08-30 17:15:05 +06:00
wukko
5dc0cf1772
web/processing: hide override section when DEFAULT_API isn't present 2024-08-29 13:20:17 +06:00
wukko
2068bba4ee
web/SupportedServices: make the button more minimal 2024-08-27 19:40:30 +06:00
wukko
42410f7b20
web/save: add supported services popover 2024-08-26 23:43:39 +06:00