feat: add tomorrow weather brief notifications

This commit is contained in:
zv
2026-06-12 22:10:22 +02:00
parent 3309e03acb
commit 7c3706c3f6
15 changed files with 414 additions and 15 deletions

View File

@@ -19,6 +19,7 @@ export interface WarningPushSubscription {
language: Language;
enabled: boolean;
morningBriefEnabled: boolean;
tomorrowBriefEnabled: boolean;
latitude: number | null;
longitude: number | null;
locationName: string | null;