Fix UI PPID:

Visi Misi PPID, Dasar Hukum, Daftar Informasi Publik
This commit is contained in:
2025-06-09 12:09:00 +08:00
parent 46748205fd
commit 41ae92774d
23 changed files with 1142 additions and 400 deletions

View File

@@ -11,9 +11,11 @@ function Page() {
listState.findMany.load()
}, [])
if (!listState.findMany.data) return <Stack>
{Array.from({ length: 10 }).map((v, k) => <Skeleton key={k} h={40} />)}
</Stack>
if (!listState.findMany.data)
return <Stack pos={"relative"} bg={colors.Bg}>
<Skeleton radius={5} h={200} />
</Stack>
return (
<Box py={10}>
<Paper bg={colors['white-1']} p={'md'}>