Commit Graph

57 Commits

Author SHA1 Message Date
Maya 34a1a5df64 feat: toast if file is too large for vertd 2026-03-22 23:01:34 +03:00
Maya d3aeb9b696 fix: code review suggestions
yes used ai for this, all seems valid and noted though
2026-03-21 08:31:48 +03:00
Maya 1573bda61e
chore: update VERT language on local video conversion 2026-03-11 10:25:19 +03:00
Maya 3b15fb1d30
chore: clean up $lib folder
idk why we had a million folders containing one file lol. scary looking change
2025-11-21 20:09:47 +03:00
Maya e0e4a0001e
fix: opus sample rate fallback
opus doesn't support 44.1khz
if detected/default sample rate is 44.1khz, uses 48kz instead
2025-11-19 20:47:00 +03:00
azurejelly 36be6c6e52 fix(about): allow donations to be sent from self-hosted instances 2025-10-29 07:02:03 +03:00
nullptr 6273b56360
feat(privacy): add option to disable all external connections (#146)
* docs: add references to PUB_DISABLE_ALL_EXTERNAL_REQUESTS

* fix: somehow i forgot the PUB_ prefix

* feat: remove all external stuff (stripe, plausible, video) when PUB_DISABLE_ALL_EXTERNAL_REQUESTS is on

* docs: add note

* fix(docs): grammar

* fix: only hide plausible opt-in when privacy mode is enabled
2025-10-19 19:17:32 +01:00
nullptr 92fa929d2a
feat: keep videos for debugging (#130)
* feat: keep videos for debugging

* fix: remove unnecessary $inspect
2025-10-14 18:08:33 +01:00
Maya 1710cd038e
chore: prettier format 2025-09-10 10:38:14 +03:00
Maya e8cdb18dd5 feat: conversion quality ui 2025-09-02 14:16:40 +08:00
Maya dff9c94ed5
feat: translations
god this was hell
2025-07-25 20:46:07 +03:00
not-nullptr 859760aaf7 feat: donations 2025-06-26 01:33:22 +01:00
nullptr 262b2a3c53
fix: wording 2025-04-26 18:20:53 +01:00
JovannMC 9036d8cf4f
feat: add notable contributors section 2025-04-26 16:19:15 +03:00
not-nullptr e160145b89 feat: clarify contact stuff 2025-04-23 18:56:55 +01:00
not-nullptr fdec0c77e9 feat: ready for bytecrush! 2025-04-16 21:56:15 +01:00
not-nullptr 8f8ea34483 feat: umm actual documents support.. 2025-04-12 23:18:56 +01:00
not-nullptr d46cf4da8f feat: add sponsors 2025-02-18 12:47:15 +00:00
JovannMC e6d862deb5
fix: toast fixes
toasts aren't as "jumpy" anymore, toasts can be different sizes (not affected by sizes of other toasts), derive icon/color
2025-02-16 19:52:31 +03:00
JovannMC 75a943b3d5
remove unused imports 2025-02-09 20:16:27 +03:00
not-nullptr 35e98a5971 feat: more dynamic settings system 2025-02-08 22:17:46 +00:00
JovannMC 64ab1288f4
fix build error 2025-02-08 23:12:02 +03:00
JovannMC f276dcd7a1
add toasts to ui 2025-02-08 22:08:33 +03:00
JovannMC 78b72bbc5c
Use consts.ts for URLs, remove google preconnect 2025-02-07 20:04:29 +03:00
JovannMC 8c589e8fa0
Cache contributors data & load main contribs locally 2025-02-06 19:19:46 +03:00
JovannMC 4bf1be16ea
add missing gradient to pages 2025-01-13 19:17:56 +03:00
JovannMC b1cd2e3c26
fix colours more 2025-01-13 18:34:55 +03:00
JovannMC 1ced7573ef
Adjust colours 2025-01-13 18:19:25 +03:00
JovannMC 4dc0a5d0a9
Comment out donator component 2025-01-10 19:04:31 +03:00
JovannMC f5e67284e2
Minor fixes & changes (hopefully)
- Move around things in layout.svelte (so it makes more sense lol)
- Fix navbar on about page
- Add px-4 for desktop on about page
- Remove unneeded transitions
2025-01-10 17:01:26 +03:00
JovannMC dab2305a7c
remove unused delay vars 2025-01-10 15:32:53 +03:00
JovannMC 5941f353b0
Remove page transitions
performance moment (will experiment asp to bring them back hopefully)
2025-01-09 21:55:45 +03:00
JovannMC f0bfa8f37f
make about page mobile friendly 2025-01-03 17:06:19 +03:00
JovannMC 80d93b62c3
make upload page mobile friendly 2025-01-03 15:59:51 +03:00
JovannMC 4a39b1b696
Link to GitHub profiles 2024-12-31 21:45:06 +03:00
JovannMC 24c5d41878
Add error to logger.ts 2024-12-31 19:48:59 +03:00
JovannMC 8ec9546b7e
Fetch github contributors 2024-12-31 19:41:35 +03:00
JovannMC f8d4d546a8
Numerous changes
- Set file.result to null when changing type (so the user remembers to redo the conversion by disabling dl btn)
- If link is to external site, open in new tab, else open in current
- Add animation when loading about page
- Add underline to hyperlink in about
- Fix conversion boxes misaligned
- Fix footer links not clickable
- Minor language changes
2024-12-31 16:02:53 +03:00
JovannMC c7ca12a924
Componetize about page 2024-12-31 15:18:12 +03:00
JovannMC a99eccc25d
Implement about page 2024-12-31 14:44:46 +03:00
not-nullptr 0370ff3abf feat: homepage 2024-11-15 20:22:11 +00:00
not-nullptr 7f27ee0ff6 feat: remove old pages, add proof 2024-11-15 16:02:50 +00:00
not-nullptr b19ca7424e feat: add nightly label 2024-11-15 09:55:58 +00:00
not-nullptr 69e207519d feat: testing nightly webhook 2024-11-15 09:14:11 +00:00
nullptr 6cb64d1b8e
fix: supported formats text (#8)
* feat: basic dark mode

* feat: theme toggle

* Completed dark mode and about page changes

* Fix progressive blur on dark mode

* feat: dynadark tailwind plugin for dark detection

* feat: fix "supported formats" text

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-13 19:43:53 +00:00
Realmy ada8eed9c2 fix github link on about 2024-11-13 20:39:45 +01:00
nullptr cbef8dae0b
feat: dark mode (#7)
* feat: basic dark mode

* feat: theme toggle

* Completed dark mode and about page changes

* Fix progressive blur on dark mode

* feat: dynadark tailwind plugin for dark detection

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-13 19:33:16 +00:00
Realmy b724f066ba More descriptive about page credits 2024-11-13 09:59:53 +01:00
not-nullptr 9623792a48 revert test 2024-11-12 19:47:48 +00:00
not-nullptr 9c12d46adb test! 2024-11-12 19:46:43 +00:00