Add settings page for alert preferences

This commit is contained in:
zv
2026-06-11 18:39:01 +02:00
parent 68fd967f88
commit 531e678922
9 changed files with 344 additions and 10 deletions

View File

@@ -10,4 +10,5 @@ export const NAV_ITEMS = [
{ href: "/", labelKey: "nav.weather" },
{ href: "/warnings", labelKey: "nav.warnings" },
{ href: "/hydro", labelKey: "nav.hydro" },
{ href: "/settings", labelKey: "nav.settings" },
] as const;