chore(app): added info bar about migration to a new domain

This commit is contained in:
2026-03-09 23:53:57 +01:00
parent a164918d3a
commit 1a377ddfd8
5 changed files with 65 additions and 2 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ export const useGlobalStore = defineStore('global', {
route: ''
},
showSettings: false
showSettings: false,
isMigrationInfoOpen: false
}),
getters: {
activeTimetableTrains() {