mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
chore: timetable warnings; locale test
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user