From 2fee6f959b66f35a2d7d68558895a2f95d439e18 Mon Sep 17 00:00:00 2001 From: Lee Doughty <32392044+leedoughty@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:28:49 +0100 Subject: [PATCH 01/28] Replace deprecated $app/stores with $app/state in SvelteKit frontend (#4282) * Migrate frontend from /stores to /state * Update CONTRIBUTORS --- CONTRIBUTORS | 1 + ts/routes/+error.svelte | 4 ++-- ts/routes/card-info/[cardId]/+page.svelte | 4 ++-- ts/routes/card-info/[cardId]/[previousId]/+page.svelte | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 176689c93..2571fc27b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -238,6 +238,7 @@ Bradley Szoke jcznk Thomas Rixen Siyuan Mattuwu Yan +Lee Doughty ******************** diff --git a/ts/routes/+error.svelte b/ts/routes/+error.svelte index 8f171d33d..3dfb64e22 100644 --- a/ts/routes/+error.svelte +++ b/ts/routes/+error.svelte @@ -3,9 +3,9 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> {message} diff --git a/ts/routes/card-info/[cardId]/+page.svelte b/ts/routes/card-info/[cardId]/+page.svelte index a1e137e10..af0b0997c 100644 --- a/ts/routes/card-info/[cardId]/+page.svelte +++ b/ts/routes/card-info/[cardId]/+page.svelte @@ -3,7 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->