Commit graph

613 commits

Author SHA1 Message Date
wukko 1473f220cb
web/SectionHeading: make the link button always visible
scaling and 40 letter german words will be the death of me
2024-09-22 15:42:25 +06:00
wukko 128a1ff696
web/ManageSettings: add wrapping (oops) 2024-09-22 15:28:03 +06:00
wukko 2bee3e896d
web/SectionHeading: fix weird wrapping 2024-09-22 15:21:23 +06:00
wukko a5c704c5f0
web/PageNavTab: fix cursor appearance 2024-09-22 15:15:19 +06:00
wukko a7b61dd24c
web/SidebarTab: fix double scale on press, hold, release 2024-09-22 15:15:07 +06:00
wukko dfaef913c4
web/DownloadButton: move server info cache checks to the api lib 2024-09-22 15:05:40 +06:00
dumbmoron 5ba83f3d56
web/polyfills: add polyfill for AbortSignal.timeout
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
2024-09-21 09:08:56 +00:00
wukko 819c7a4fa0
web/DownloadButton: check server info before main request
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
2024-09-20 18:28:35 +06:00
wukko 92008d3012
web/Omnibox: hide the clear button if request is processing 2024-09-20 15:22:29 +06:00
wukko c0bb637480
web/DownloadButton: show a message about ongoing antibot check 2024-09-20 15:20:53 +06:00
wukko c99240339d
web/Omnibox: allow input while antibot check is ongoing & fix spinner 2024-09-20 15:20:25 +06:00
wukko 7ba56f85be
web/SectionHeading: fix line height of beta tag
Some checks failed
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
2024-09-18 21:42:09 +06:00
wukko 643e9775f5
web/DonationOptionsCard: move href inside the option button
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
2024-09-18 20:57:52 +06:00
wukko 9ea6b09e7e
web/PageNav: add fade in animation for subtitle 2024-09-18 20:30:35 +06:00
wukko ce054e63fc
web/settings: improve settings section ids 2024-09-18 20:23:29 +06:00
wukko 026cb634ec
web: update & move csp to svelte.config.js
ough
2024-09-18 20:11:47 +06:00
wukko 52599dd900
web/headers: update csp yet again
whatever dude
2024-09-18 19:16:23 +06:00
wukko 9024418aff
web/headers: add more stuff to CSP again 2024-09-18 19:12:13 +06:00
wukko 732199332e
web/headers: fix CSP directives & refactor 2024-09-18 19:06:46 +06:00
wukko 97977efabd
web: generate _headers & add Content-Security-Policy header 2024-09-18 18:44:24 +06:00
wukko 521eb4b643
web/Sidebar: remove fixed width for tabs container 2024-09-18 15:58:32 +06:00
wukko c92cd6d21c
web/SidebarTab: improve animations & adjust mobile style 2024-09-18 15:46:07 +06:00
wukko 1a845fcfc2
web/SectionHeading: reusable component for linkable section headings 2024-09-18 15:28:09 +06:00
dumbmoron d2b1a6553b
web/about: fix switching between pages 2024-09-17 21:49:23 +00:00
dumbmoron a1361e8462
web/about: convert pages to translatable markdown 2024-09-17 18:54:36 +00:00
wukko fdd5feac92
web: use turnstile & session only when the processing instance has them
now also always fetching server info in the save tab
2024-09-18 00:24:54 +06:00
dumbmoron 5e7324bca9
web/SettingsCategory: add copy link to settings header 2024-09-17 14:06:56 +00:00
Alec Armbruster b04c204492
web: fix spelling for various tenses of tunnel (#755)
Some checks are pending
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
https://github.com/imputnet/cobalt/pull/755
2024-09-16 17:33:40 +02:00
dumbmoron 66479a9791
web/translations: add fallback locale name to unnamed locales 2024-09-16 15:13:44 +00:00
dumbmoron d93e97e06b
web/LanguageDropdown: unbind locale from select dropdown 2024-09-16 15:13:24 +00:00
lath 1bf0d98324
web/DonateShareCard: fix copy button not using i18n (#750)
Some checks are pending
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
2024-09-16 11:14:29 +06:00
wukko 0ccd08470b
web/about/general: more clarity in privacy section
Some checks failed
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
2024-09-13 23:57:18 +06:00
wukko 47625490ce
web/settings/video: move codec names away from i18n 2024-09-13 21:25:27 +06:00
dumbmoron 4af48dd2f9
web: add UserActivation polyfill for browsers that don't have it
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
2024-09-11 11:15:25 +00:00
wukko 2122e87e66
web/NotchSticker: fix sticking out on XR and 11 2024-09-11 16:41:04 +06:00
wukko d7454a073b
web/download: assume userActivation expired if agent doesn't support it 2024-09-11 14:42:54 +06:00
wukko 394c1d8eaf
web/remux: add remux tag to the end of filename
Some checks are pending
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
closes #720
2024-09-10 08:45:53 +06:00
dumbmoron 2fcda9c705
web/ChangelogEntry: fix off-by-one changelog date in some cases 2024-09-09 20:35:12 +00:00
dumbmoron 8df4bc00cb
web/svelte: change public prefix to WEB_ 2024-09-09 15:24:23 +00:00
wukko 93ca553fb2
web/about/community: add community links 2024-09-09 21:19:43 +06:00
dumbmoron 1b639edac8
web/layout: specify full path in og:url 2024-09-09 15:04:25 +00:00
wukko ebd1104df3
web/libav: remove redundant async 2024-09-09 19:36:16 +06:00
wukko bd93da94dc
web/download: remove redundant async 2024-09-09 19:36:08 +06:00
dumbmoron 6e523f300a
web/donate: update sendCustom handler to use links 2024-09-09 13:00:06 +00:00
dumbmoron 3156831847
web/donate: use links instead of onclick handler 2024-09-09 12:57:58 +00:00
wukko 049edd49f1
web/layout: fix strong element weight 2024-09-09 17:05:37 +06:00
dumbmoron 4777d69cd7
web/OuterLink: don't set target/rel for relative links 2024-09-09 11:02:38 +00:00
wukko 0569bb87a1
web/about: remove faq section
Some checks are pending
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
2024-09-09 15:42:25 +06:00
wukko a84664c9d5
web/about/general: remove corny text 2024-09-09 14:32:23 +06:00
wukko 11b756945f
web/about: thanks & licenses page 2024-09-09 14:24:11 +06:00