chore(app): added button for manual migration info card toggle

This commit is contained in:
2025-12-12 18:24:51 +01:00
parent 1cd93f09c4
commit 645a70ef9c
5 changed files with 42 additions and 6 deletions
+3 -1
View File
@@ -36,7 +36,9 @@ export const useMainStore = defineStore('mainStore', {
chosenModalTrainId: undefined,
modalLastClickedTarget: null,
currentLocale: 'pl'
currentLocale: 'pl',
isMigrateInfoCardOpen: false
}) as MainStoreState,
actions: {
+1
View File
@@ -13,6 +13,7 @@ export interface MainStoreState {
chosenModalTrainId?: string;
modalLastClickedTarget: EventTarget | null;
currentLocale: string;
isMigrateInfoCardOpen: boolean;
}
export interface StationJSONData {