fix: converter page not remembering that you've been to it (#11)

* 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

* oops

---------

Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
This commit is contained in:
nullptr 2024-11-13 20:23:58 +00:00 committed by GitHub
parent 5e1ffab371
commit e9a139dc10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
convertersRequired.every((c) => c.ready),
);
files.beenToConverterPage = true;
onMount(() => {
isSm = window.innerWidth < 640;
window.addEventListener("resize", () => {