chore: document showWelcome TODO regarding cookies

master
Katja Lutz 2 years ago
parent 3bddc559f5
commit 06422da5d4

@ -130,6 +130,7 @@ export type Store = ReturnType<typeof createStore>;
export const StoreContext = createContext<Store>();
export const localStoreSchema = z.object({
// TODO: Move this to a cookie (advantage: ssr)
showWelcome: z.boolean(),
version: z.number(),
vatNumber: z.string(),

Loading…
Cancel
Save