Commit Graph

59 Commits

Author SHA1 Message Date
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