First steps of license store system

This commit is contained in:
2024-11-23 17:45:14 +01:00
parent b3ebbff732
commit 1b0f48d374
11 changed files with 133 additions and 51 deletions

View File

@@ -35,7 +35,7 @@ export const useFilesStore = defineStore('filesStore', {
},
/**
* Request all available static files on server
* Request static files on server by selected folder
*/
async getStaticFiles() {
this.fetchInProgress = true

View File

@@ -6,6 +6,7 @@ import { CityModel } from "../data/models/locations/cityModel";
import { fetchAllCities } from "../data/api/cityApi";
import { LocationDetailsApiModel } from "@/data/models/locations/locationDetailsApiModel";
import { useFeedbackStore } from "./feedback.store";
import { getData, getTag } from "exif-js";
export const useLocationStore = defineStore("locationStore", {
state: () => ({