Documentation

This commit is contained in:
2024-11-11 08:15:21 +01:00
parent 9875b99631
commit b7291577b7
11 changed files with 198 additions and 70 deletions

View File

@@ -108,6 +108,9 @@ export const usePreferencesStore = defineStore('preferencesStore', {
})
},
/**
* Request all available static files on server
*/
async getStaticFiles() {
this.fetchInProgress = true
@@ -118,6 +121,9 @@ export const usePreferencesStore = defineStore('preferencesStore', {
})
},
/**
* Reset all store values to factory state
*/
resetToFactorySettings() {
const basketStore = useBasketStore()