feat(base): show table skeleton instead of centered loader on load

This commit is contained in:
Philipinho
2026-04-18 22:22:49 +01:00
parent b01f6e9af9
commit 321184394d
2 changed files with 3 additions and 13 deletions
@@ -287,13 +287,6 @@
gap: var(--mantine-spacing-xs);
}
.loadingOverlay {
display: flex;
align-items: center;
justify-content: center;
padding: var(--mantine-spacing-xl);
}
.primaryCell {
font-weight: 500;
}