mirror of https://github.com/VERT-sh/VERT.git
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:
parent
5e1ffab371
commit
e9a139dc10
|
@ -46,6 +46,8 @@
|
|||
convertersRequired.every((c) => c.ready),
|
||||
);
|
||||
|
||||
files.beenToConverterPage = true;
|
||||
|
||||
onMount(() => {
|
||||
isSm = window.innerWidth < 640;
|
||||
window.addEventListener("resize", () => {
|
||||
|
|
Loading…
Reference in New Issue