chore: added storage timetables filtering, deleting and information

This commit is contained in:
2025-01-31 18:00:53 +01:00
parent ea99c68911
commit e43663c541
6 changed files with 82 additions and 26 deletions
+2
View File
@@ -17,6 +17,8 @@ export const useGlobalStore = defineStore('global', {
generatedDate: null as Date | null,
generatedMs: 0,
timetableSearch: '',
showSettings: false,
}),
getters: {