From ae1f65f2621edef898a91a4de8a077ce5fd30387 Mon Sep 17 00:00:00 2001 From: Pascal Syma Date: Mon, 6 Oct 2025 12:19:07 +0200 Subject: [PATCH] Persist hideAnswer switch --- app/pages/hunt/[huntSlug]/index.vue | 11 ++++++----- app/stores/settings.ts | 12 ++++++++++++ bun.lock | 5 +++++ nuxt.config.ts | 1 + package.json | 1 + 5 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 app/stores/settings.ts diff --git a/app/pages/hunt/[huntSlug]/index.vue b/app/pages/hunt/[huntSlug]/index.vue index 121c9a3..8690f2a 100644 --- a/app/pages/hunt/[huntSlug]/index.vue +++ b/app/pages/hunt/[huntSlug]/index.vue @@ -1,5 +1,6 @@