Commit Graph

56 Commits

Author SHA1 Message Date
JovannMC 4d45f3423e
add margin to footer 2025-01-13 06:26:07 +03:00
JovannMC b8aef6b3ed
Settings page UI
start ui of settings page (no behaviour), small padding tweaks, add "FancyInput" component
2025-01-10 18:58:13 +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 5941f353b0
Remove page transitions
performance moment (will experiment asp to bring them back hopefully)
2025-01-09 21:55:45 +03:00
JovannMC e60b256bcf
Minor padding changes 2025-01-06 15:48:03 +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 9787ababb0
start mobile upload page 2025-01-03 16:35:22 +03:00
JovannMC 80d93b62c3
make upload page mobile friendly 2025-01-03 15:59:51 +03:00
JovannMC 44a96f715b
fix overflow 2025-01-03 15:25:37 +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 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
Realmy e9e9feebbe Re-add full white background on landing 2024-11-16 13:02:29 +01: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 7f27ee0ff6 feat: remove old pages, add proof 2024-11-15 16:02:50 +00:00
nullptr 9c6d82500a feat: fix case-sensitivity (#28)
* feat: testing nightly webhook

* feat: add nightly label

* chore: uguhhhh debug

* fix: ??????

* fifiixxixifixiifixi

* ????

* fix: hawk a tuah behind YOU

* fix hawk tuah

* test!!

* sdfgsdgsdfg???

* oh no

* fix: conversion casing
2024-11-15 12:18:56 +00:00
nullptr 531949606a
feat: conversion page redesign (#21)
* feat: conversion page redesign

* fix: loading bars reversed

* fix: dark mode flicker and non-functionality in general (#22)

* feat: add delete button, improve loading bar contrast

* feat: remove mobile optimizations

* feat: add way to tell if a converter reports progress

* More shrexy progress bar when progress isn't indicated

* Make progress existance check better

* fix: progress bar

* more UI tweaks

* feat: nicer loading bars

* feat: audio metadata

* feat: asynchronous album covers

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-14 20:02:06 +00:00
nullptr b1faad1c8c
fix: 512 size limit (#20) 2024-11-14 11:34:40 +00:00
nullptr 3f0595ccb2
feat: refactor ifile (#19)
* chore: refactor IFile to VertFile

* fix: remove debug red progress thing
2024-11-14 11:32:15 +00:00
nullptr b3d279604d
feat: remove convert page remembering you've been to it (#18) 2024-11-14 10:23:04 +00:00
nullptr 4adb00b1fa
feat: new logger (#16)
* feat: new logger

* feat: use logging more often
2024-11-14 10:08:05 +00:00
nullptr 576202eea7
fix: audio uploading not working (#15) 2024-11-14 09:16:01 +00:00
Echo e0c01538cb
README improvements (#13)
* feat: improve readme

* feat: add no file limits to features
2024-11-14 08:45:23 +00:00
nullptr 5e1ffab371
fix: unsupported types not being ignored (#10)
* 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

* fix: ignore unsupported filetypes

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
2024-11-13 20:23:37 +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
JovannMC d0c608dea4 Make formats appear once in array
This doesn't cause any issues but just in case: this ensures the formats only appear once in the array instead of having multiple of the same (by using a set)

probably unnecessary but, lol
2024-11-13 16:34:40 +00:00
JovannMC 71e26cc3c3 Make dialog default to only show supported formats 2024-11-13 16:34:40 +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 7bcee50650 Add BETA tag to homepage 2024-11-12 19:27:11 +01:00
Realmy 14a9a461e0 Remove dead import 2024-11-12 19:10:25 +01:00
not-nullptr a8c90e90f1 feat: mobile detection, fix: slightly increase padding 2024-11-12 17:33:00 +00:00
Realmy 9093ded144 Merge branch 'main' of https://github.com/not-nullptr/unnamed-file-converter 2024-11-12 18:25:38 +01:00
Realmy 15073ccbc7 Bullet items mobile optimization 2024-11-12 18:06:13 +01:00
not-nullptr 11d3a6abd9 feat: better page transitions 2024-11-12 17:00:00 +00:00
Realmy 95aa20afb3 Metadata and favicon 2024-11-12 17:57:06 +01:00
Realmy 7d896b39fa Spiced-up homepage 2024-11-12 13:49:10 +01:00
Realmy 9d43cb7b03 Fine fix for home 2024-11-12 11:54:34 +01:00
Realmy f76d134b80 Warning with unsupported formats 2024-11-12 08:52:36 +01:00
not-nullptr cd91b30119 feat: prettier animations 2024-11-12 01:44:55 +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 38709395d4 feat: page transitions 2024-11-11 20:09:45 +00:00
not-nullptr 08353cf8ff feat: drag n drop 2024-11-11 18:33:03 +00:00
Realmy 322ffa5023 Pretty okay looking upload dialog 2024-11-11 18:57:48 +01:00
not-nullptr b5ac70a015 feat: basic functionality 2024-11-11 16:33:46 +00:00
not-nullptr 9952d1563a fix: uploader layout 2024-11-11 15:50:19 +00:00