feat(categories): add skeleton for categories loading

This commit is contained in:
2025-09-24 17:31:45 +03:00
parent 0f04cbf105
commit 294e0cd17e
3 changed files with 38 additions and 27 deletions

View File

@@ -52,7 +52,6 @@ settings.load()
console.log('Load front page categories and products.');
const categoriesStore = useCategoriesStore();
categoriesStore.fetchTopCategories();
categoriesStore.fetchCategories();
})
.then(() => new AppMetaInitializer(settings).init())
.then(() => { appLoading.unmount(); app.mount('#app'); })