Skip to content

Commit d6384d9

Browse files
committed
feat: enhance loading skeleton with improved styles and dynamic row count
1 parent a472994 commit d6384d9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

adminforth/spa/src/views/ShowView.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
v-if="loading"
7777
role="status"
7878
class="animate-pulse overflow-x-auto shadow-resourseFormShadow dark:shadow-darkResourseFormShadow"
79-
:class="{ 'rounded-default': isRounded }"
8079
>
8180
<div
8281
v-if="groups && groups.length > 0"
@@ -229,7 +228,7 @@ onMounted(async () => {
229228
if(coreStore.resourceOptions){
230229
checkAcessByAllowedActions(coreStore.resourceOptions.allowedActions,'show');
231230
}
232-
loading.value = false;
231+
// loading.value = false;
233232
});
234233
235234
const groups = computed(() => {

0 commit comments

Comments
 (0)