refactor(nds): normalize local storage keys

This commit is contained in:
2026-02-25 23:10:19 +01:00
parent 60ac084a71
commit 813dca8943
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { useLocalStorage } from "@vueuse/core";
const STORAGE_ID = "achievements";
const STORAGE_ID = "nds-achievements";
export const ACHIEVEMENTS = [
{ id: "boot", secret: false },

View File

@@ -16,7 +16,7 @@ export const APP_COLORS = [
["#000092", "#8a00d3", "#d300eb", "#fb0092"],
];
const STORAGE_ID = "app_settings";
const STORAGE_ID = "nds-settings";
const settingsSchema = z.object({
color: z.object({