chore: offline mode improvements; changed to CacheFirst strategy

This commit is contained in:
2026-03-22 14:10:27 +01:00
parent eae62a8064
commit 89b6361a1c
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -78,6 +78,7 @@ export const useApiStore = defineStore('apiStore', {
},
async fetchActiveData() {
if (this.dataStatuses.connection == Status.Data.Offline) return;
if (!this.activeData) this.dataStatuses.connection = Status.Data.Loading;
try {