Rework statystyk RJ

This commit is contained in:
2022-12-17 20:45:53 +01:00
parent 86539cdf23
commit d4fee84603
10 changed files with 49 additions and 39 deletions
+2
View File
@@ -52,6 +52,8 @@ export const useStore = defineStore('store', {
trains: DataStatus.Loading,
},
currentStatsTab: 'daily',
blockScroll: false,
listenerLaunched: false,
+2
View File
@@ -32,6 +32,8 @@ export interface StoreState {
chosenModalTrainId?: string;
currentStatsTab: 'daily' | 'driver';
dataStatuses: {
connection: DataStatus;
sceneries: DataStatus;