refactor(nds): normalize local storage keys
This commit is contained in:
@@ -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 },
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user