chore: timetable warnings; locale test

This commit is contained in:
2025-01-31 02:23:12 +01:00
parent 518b2da700
commit 984bbccaf5
7 changed files with 42 additions and 16 deletions
+2 -1
View File
@@ -10,9 +10,10 @@ export const useGlobalStore = defineStore('global', {
selectedActiveTrain: null as ActiveTrain | null,
selectedStorageTimetable: null as TimetableData | null,
storageTimetables: {} as Record<number, TimetableData>,
timetableWarnings: [] as string[],
generatedDate: null as Date | null,
generatedMs: 0,
}),