Last updated dropdown

This commit is contained in:
Natsumi
2026-02-05 16:41:33 +13:00
committed by pa
parent 33c8d97403
commit ecce12a9fc
7 changed files with 71 additions and 83 deletions
+2 -8
View File
@@ -46,8 +46,6 @@ export const useWorldStore = defineStore('World', () => {
avatarScalingDisabled: false,
focusViewDisabled: false,
rooms: [],
bundleSizes: {},
lastUpdated: '',
inCache: false,
cacheSize: '',
cacheLocked: false,
@@ -96,8 +94,6 @@ export const useWorldStore = defineStore('World', () => {
L.shortName = shortName;
D.id = L.worldId;
D.$location = L;
D.bundleSizes = {};
D.lastUpdated = '';
D.loading = true;
D.inCache = false;
D.cacheSize = '';
@@ -331,10 +327,8 @@ export const useWorldStore = defineStore('World', () => {
});
}
}
if (Object.keys(worldDialog.bundleSizes).length === 0) {
getBundleDateSize(ref).then((bundleSizes) => {
worldDialog.bundleSizes = bundleSizes;
});
if (Object.keys(worldDialog.fileAnalysis).length === 0) {
getBundleDateSize(ref);
}
}
if (favoriteStore.localWorldFavoritesList.includes(ref.id)) {