mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 03:58:11 +00:00
chore: improved stock actions layout; added stock bookmarking
This commit is contained in:
+3
-6
@@ -61,6 +61,9 @@ export const useStore = defineStore({
|
||||
|
||||
lastFocusedElement: null as HTMLElement | null,
|
||||
|
||||
storageStockData: {} as Record<string, string>,
|
||||
chosenStorageStockName: '',
|
||||
|
||||
compatibleSimulatorVersion: '2024.3.1',
|
||||
}),
|
||||
|
||||
@@ -137,11 +140,5 @@ export const useStore = defineStore({
|
||||
async setupAPIData() {
|
||||
await this.fetchVehiclesAPI();
|
||||
},
|
||||
|
||||
handleRouting() {
|
||||
if (window.location.search.includes('trainId=')) {
|
||||
const trainId = window.location.search;
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user