Commit Graph

53 Commits

Author SHA1 Message Date
not-nullptr 4d2378e7ef feat: sorting by nativity 2025-04-14 23:54:20 +01:00
not-nullptr b89e55c997 feat: conversion resolver improvements 2025-04-14 20:06:57 +01:00
not-nullptr 61c548eed9 fix: nested zips 2025-04-14 15:52:47 +01:00
not-nullptr d96cfbd306 fix: pressing no on the upload thing didnt do much... 2025-04-12 22:24:16 +01:00
JovannMC 4d52e06c9b
fix: check browser env before accessing navigator 2025-04-12 19:34:46 +03:00
not-nullptr 316cd8d8a0 fix: remove all plausible tracking 2025-03-20 18:11:13 +00:00
not-nullptr e5df89ac57 feat: further optimisation for massive conversions 2025-03-20 16:14:16 +00:00
not-nullptr fb42680b40 feat: limit concurrency 2025-03-20 15:36:50 +00:00
not-nullptr c00dac9207 feat: new* conversion resolver, vertd gif support 2025-03-19 16:35:29 +00:00
Borewit 0e62d79a23
Switch music-metadata to Blob-streaming, with slipping post-headers (#44)
Co-authored-by: Borewit <Borewit@users.noreply.github.com>
2025-03-12 20:37:51 +00:00
Borewit 784907c39b
Use music metadata (#43)
* Replace deprecated jsmediatags with music-metadata

* Avoid streaming from the Blob, to improve performance with Firefox

* End Dockerfile with new line

---------

Co-authored-by: Borewit <Borewit@users.noreply.github.com>
2025-03-09 12:55:28 +00:00
not-nullptr 5082f83d22 Revert "Replace deprecated jsmediatags with music-metadata (#42)"
This reverts commit a47e6f973f.
2025-03-06 19:55:38 +00:00
Borewit a47e6f973f
Replace deprecated jsmediatags with music-metadata (#42)
Co-authored-by: Borewit <Borewit@users.noreply.github.com>
2025-03-06 19:45:19 +00:00
JovannMC 3a839124d2
feat: add external server warning 2025-02-16 19:10:01 +03:00
JovannMC 8437a9857d
feat: dynamically lock dark reader 2025-02-13 23:57:35 +03:00
JovannMC 8e3e8242b7
chore: improve logging 2025-02-12 07:57:48 +03:00
JovannMC 51e67a3970
feat: warn when converting videos if vertd instance isn't found
+ add an easter egg if you try to upload the vertd server

yw realmy
2025-02-10 22:01:50 +03:00
JovannMC ec209f378b
chore: componetize global upload region 2025-02-10 19:39:40 +03:00
JovannMC 21ed03960b
chore: componetize stuff in +layout.svelte 2025-02-10 19:24:59 +03:00
JovannMC 1c25769568
chore: rename motion to effects 2025-02-09 22:08:29 +03:00
not-nullptr 35e98a5971 feat: more dynamic settings system 2025-02-08 22:17:46 +00:00
JovannMC f7d58047c7
generate thumbnails for videos
usin a helper function
2025-02-08 21:28:55 +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 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 d3cba40dbb
Add motion settings 2025-01-21 20:05:18 +03:00
JovannMC b904ce913a
clean up & fix theme code 2025-01-17 22:21:32 +03:00
JovannMC 7d74eb6524
remove theme class in store 2025-01-17 22:07:28 +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 d359d8e0c0
handle zip files 2025-01-13 06:19:04 +03:00
JovannMC 8e1f348d01
Add error for unsupported files 2025-01-10 21:46:49 +03:00
JovannMC 24c5d41878
Add error to logger.ts 2024-12-31 19:48:59 +03:00
not-nullptr a78b5b2ea2 feat: disable buttons on process 2024-11-15 23:26:08 +00: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 adb4bd4fc5 ??? 2024-11-15 14:17:43 +00:00
not-nullptr 3d1c3705c3 fix: urgent! sooo urgent!! 2024-11-15 14:13:13 +00:00
not-nullptr 02cf3d8d41 huuuhhh 2024-11-15 12:48:15 +00:00
nullptr d70df05c6d
fix: dark mode flicker and non-functionality in general (#22) 2024-11-14 14:13:15 +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 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
not-nullptr 3a2d8b8a50 fix: very big oopsie in file conversion 2024-11-12 20:30:15 +00:00
not-nullptr 82046767cd feat: zip downloading, file conversion 2024-11-12 11:05:48 +00:00
Realmy f76d134b80 Warning with unsupported formats 2024-11-12 08:52:36 +01:00