Commit Graph

134 Commits

Author SHA1 Message Date
JovannMC 44ec456dcd
implement toasts
"cute toasts" - @not-nullptr
2025-02-08 20:07:43 +03:00
JovannMC 78b72bbc5c
Use consts.ts for URLs, remove google preconnect 2025-02-07 20:04:29 +03:00
Realmy a048225c8b VERT logo update (again) 2025-02-07 17:12:36 +01:00
JovannMC 0755b3eed8
fix embed 2025-02-06 20:45:59 +03:00
JovannMC 8155204d57
scroll dropdown, adjust dark opacity in home 2025-02-06 20:32:37 +03:00
JovannMC f6e0b7db5d
add gradient to blurred image bg in convert page 2025-02-06 20:11:47 +03:00
JovannMC e11dced438
fix scaling on mobile 2025-02-06 19:45:44 +03:00
JovannMC 6e0b10b055
Fix incorrect theme when loading settings 2025-02-06 19:05:32 +03:00
JovannMC b1f135df4c
Simplify appearance code & fix anims defaults 2025-02-05 20:32:02 +03:00
JovannMC d835a50a01
new home page
makes vert logo clickable on both desktop and mobile
2025-02-05 19:54:15 +03:00
JovannMC a6cbdefc40
Update accent colours & mobile logo 2025-02-05 18:28:50 +03:00
JovannMC 4723f864dd
remove acciedntal extra padding
oops i copied and pasted wrong
2025-02-05 17:36:52 +03:00
JovannMC bfba1cc655
move bg code to layout
prevents fly animation from affecting it
2025-02-05 17:35:56 +03:00
JovannMC 9031254e37
small optimizations
also fix isMobile's resize event
2025-02-05 17:01:11 +03:00
JovannMC 50d93c0273
Remove all server code, readd fly transition
only add fly transition for desktop
2025-02-05 16:37:39 +03:00
JovannMC dbff210343
some bug fixes
shorten button labels, comment out fly anim, fix gradients hidden on other pages w/ one image in conversion
2025-02-05 16:21:44 +03:00
JovannMC d3cba40dbb
Add motion settings 2025-01-21 20:05:18 +03:00
JovannMC 0cc939f138
Fix vert BG jumping & comment out privacy policy 2025-01-21 19:25:15 +03:00
JovannMC fb7ec5e3b2
Use fly-in animation 2025-01-21 18:42:47 +03:00
JovannMC 7649c8e014
i dont know
how fix
2025-01-18 16:00:35 +03:00
JovannMC 7d74eb6524
remove theme class in store 2025-01-17 22:07:28 +03:00
JovannMC 7c0f2c87d1
fix plausible stats
i think
2025-01-17 21:17:48 +03:00
JovannMC ff071a8146
Use localStorage for cookie (& fix theme flashing)
removes js-cookie
2025-01-17 21:04:04 +03:00
JovannMC 2529e5d687
change gradient colour depending on category 2025-01-16 21:30:23 +03:00
JovannMC a3250a25df
Fix gradient showing w/ one file 2025-01-14 17:48:33 +03:00
JovannMC 4bf1be16ea
add missing gradient to pages 2025-01-13 19:17:56 +03:00
JovannMC 4d45f3423e
add margin to footer 2025-01-13 06:26:07 +03:00
JovannMC 198f8a032e
fix vercel delpoyments attempt 2? 2025-01-12 22:22:25 +03:00
JovannMC 1f01c32521
keep uploader always first item
this made it look weird on mobile. why is this here lol
2025-01-10 17:30:47 +03:00
JovannMC 7840c9c508
fix transition inconsistency in conversion page
fixes by putting the conversion panel & files in same div
2025-01-10 17:21:37 +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 1d8bbe1fd5
Move conversion panel out of navbar
fixes jumping when switching between pages
2025-01-10 11:40:51 +03:00
JovannMC 9b31cd59f7
Use fade animation 2025-01-10 11:22:46 +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 092d0de370
fix margins for mobile + desktop
no need for the weird margins now
2025-01-03 16:53:45 +03:00
JovannMC aedaf76384
better mobile responsiveness 2025-01-03 16:41:44 +03:00
JovannMC 9787ababb0
start mobile upload page 2025-01-03 16:35:22 +03:00
JovannMC 8c724b0f0a
fix mobile loading desktop navbar on first load
though if the user resizes desktop/mobile, highlight of current page disappears and only appears on the original size

this is a scuffed way to do navbar lol
2025-01-03 15:34:27 +03:00
JovannMC e8ff930934
fix mobile navbar again 2025-01-03 15:30:39 +03:00
JovannMC 9b5bf4e274
complete mobile navbar 2025-01-03 15:21:53 +03:00
JovannMC 1c4b6e3d20
start mobile navbar 2025-01-01 23:05:26 +03:00
JovannMC 2a460c4275
Add fallback messages, formatting
Adds fallback messages to github contributors and top donors

format files
2024-12-31 16:05:57 +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 8c17117e43
Adjust layout of pages
makes it easier (at least for me) to handle pages
2024-12-31 10:08:14 +03:00
not-nullptr 84da07b1c0 feat: page transitions 2024-11-16 13:27:57 +00:00
not-nullptr 4a4efcfde0 fix: footer and nav opacity bug 2024-11-16 12:07:44 +00:00
not-nullptr 74a8c1490a feat: file badge 2024-11-16 10:29:05 +00:00
Realmy df13147b3a Quality changes to be more accurate to the design 2024-11-16 10:22:20 +01:00
not-nullptr 36c6b19483 feat: converter page 2024-11-15 23:19:15 +00:00
not-nullptr 0370ff3abf feat: homepage 2024-11-15 20:22:11 +00:00
not-nullptr 69a4d928d0 ??????? 2024-11-15 14:18:57 +00:00
not-nullptr 02cf3d8d41 huuuhhh 2024-11-15 12:48:15 +00:00
nullptr 8913db38f4
feat: more plausible analytics data (#27)
* feat: testing nightly webhook

* feat: add nightly label

* feat: implement types for plausible

* feat: add analytics for conversions
2024-11-15 11:16:19 +00:00
nullptr 0d82f3650c
feat: use will-change to optimize transforms (#25) 2024-11-15 07:58:45 +00:00
nullptr f06754e0f7
feat: scrollbar dark mode (#24) 2024-11-15 07:47:41 +00:00
nullptr d70df05c6d
fix: dark mode flicker and non-functionality in general (#22) 2024-11-14 14:13:15 +00:00
nullptr a8b9eaed8b
feat: dynamic theme icon (#12) 2024-11-13 23:10:47 +00:00
nullptr 8c3a46f11c
fix: animation consistency (#9)
* 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

* fix: animation consistency

* fix: page transition origin

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-13 20:22:57 +00: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
nullptr 00a855e590
feat: ffmpeg support (+ many bugfixes and refactors) (#5)
* Separate menu into custom component

* feat: audio conversion support via ffmpeg

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-13 16:30:13 +00:00
Realmy 36512b6f92 Plausible analytics support 2024-11-12 21:27:49 +01:00
Realmy 4584fbcf09 Final mobile optimizations and about page source code link 2024-11-12 19:07:06 +01:00
not-nullptr a8c90e90f1 feat: mobile detection, fix: slightly increase padding 2024-11-12 17:33:00 +00:00
not-nullptr 9d7af8df70 fix: lower padding 2024-11-12 17:29:36 +00:00
not-nullptr 3cb5ba2145 feat: mobile layout 2024-11-12 17:24:52 +00:00
Realmy 06353b5ae3 Change menu buttons to links for SEO 2024-11-12 17:58:08 +01:00
Realmy 95aa20afb3 Metadata and favicon 2024-11-12 17:57:06 +01:00
not-nullptr 1deeb1560d fix: wtf realmy (again) 2024-11-12 12:24:50 +00:00
Realmy 23abe3efc7 Make convert text in menu more compact 2024-11-12 12:42:02 +01:00
Realmy 9d43cb7b03 Fine fix for home 2024-11-12 11:54:34 +01:00
Realmy 3b4caddd7a Page scroll padding on the bottom 2024-11-12 11:41:47 +01:00
Realmy d9f7bb5591 add supported format section to about 2024-11-12 11:38:31 +01:00
Realmy 4de6e489ae About page woop 2024-11-12 11:33:53 +01:00
Realmy bab8284f7c Remove unnecessary centering on layout 2024-11-12 10:52:33 +01:00
Realmy f41b704d05 Correct logo sizing on safari + unused beta logo 2024-11-12 09:20:08 +01:00
Realmy f76d134b80 Warning with unsupported formats 2024-11-12 08:52:36 +01:00
not-nullptr 38994d38d8 feat: better overflow on buttons for convert anim 2024-11-12 01:56:00 +00:00
not-nullptr db5d5414db fix: layout jump, feat: image preview 2024-11-12 00:23:51 +00:00
not-nullptr cda3825f6a feat: transition "convert n files" thing 2024-11-11 22:00:24 +00:00
Realmy 3bd4697161 Site looks better now yay! 2024-11-11 21:47:11 +01:00
not-nullptr 1f4bad72e9 feat: oops 2024-11-11 20:10:37 +00:00
not-nullptr 38709395d4 feat: page transitions 2024-11-11 20:09:45 +00:00
not-nullptr 4edf12f5c1 hawk tuah!
Co-authored-by: RealmyTheMan <RealmyTheMan@users.noreply.github.com>
2024-11-11 14:26:55 +00:00
not-nullptr 036e928b8a feat: initial commit 2024-11-11 13:16:06 +00:00