Anki/ts/routes
Damien Elmes 014620ab65
Update to stable Svelte 5 release (#3513)
* Update to stable Svelte 5 release

This causes a bunch of warnings to be omitted:

ts/routes/graphs/RangeBox.svelte:52:18
Warn: Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update (svelte)
                break;
            case RevlogRange.All:
                $days = 0;

They are triggered on enum references, and it appears to be a bug.
May need to report it to Svelte?

* Deps update

* Silence spurious errors + fix a real one

https://github.com/sveltejs/svelte/issues/13811
2024-10-26 18:21:45 +10:00
..
card-info Create a new kind of revlog entry for reschedule cards on change (#3508) 2024-10-21 16:47:01 +10:00
change-notetype Update to stable Svelte 5 release (#3513) 2024-10-26 18:21:45 +10:00
congrats Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
deck-options Update to stable Svelte 5 release (#3513) 2024-10-26 18:21:45 +10:00
graphs Update to stable Svelte 5 release (#3513) 2024-10-26 18:21:45 +10:00
image-occlusion Fix occlusion drift again (#3443) 2024-10-02 17:19:52 +10:00
import-anki-package Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
import-csv Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
import-page Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
tmp Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
+error.svelte Include error message text on page 2024-06-24 15:35:47 +07:00
+layout.svelte Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
+layout.ts Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
base.scss Fix deck config input's background color regression (#3258) 2024-06-28 18:52:51 +07:00