Fix QC Kak Inno 18 Des

Fix UI Admin Menu Kesehatan
Fix Search : Sudah diberi useDebounced menu Kesehatan
This commit is contained in:
2025-12-19 15:43:55 +08:00
parent af60bcd6fc
commit bf20cd55e8
85 changed files with 1838 additions and 956 deletions

View File

@@ -69,7 +69,7 @@ function ListDaftarInformasi({ search }: { search: string }) {
<Box py={{ base: 'md', md: 'lg' }}>
<Paper withBorder bg={colors['white-1']} p={{ base: 'sm', md: 'lg' }} shadow="md" radius="md">
<Group justify="space-between" mb={{ base: 'sm', md: 'md' }}>
<Title order={2} lh={1.2}>
<Title order={4} lh={1.2}>
List Daftar Informasi Publik
</Title>
<Button
@@ -155,7 +155,7 @@ function ListDaftarInformasi({ search }: { search: string }) {
<Stack hiddenFrom="md" gap="sm">
{filteredData.map((item) => (
<Paper key={item.id} withBorder p="sm" radius="md">
<Stack gap={4}>
<Stack gap={'xs'}>
<Box>
<Text fw={600} lh={1.4}>
Jenis Informasi

View File

@@ -70,7 +70,7 @@ function ListResponden({ search }: ListRespondenProps) {
return (
<Paper withBorder bg="white" p={{ base: 'md', sm: 'lg' }} radius="md" shadow="sm">
<Stack gap="md">
<Title order={2} lh={1.2}>
<Title order={4} lh={1.2}>
Data Responden
</Title>
<Box visibleFrom="md">
@@ -97,7 +97,7 @@ function ListResponden({ search }: ListRespondenProps) {
return (
<Paper withBorder bg="white" p={{ base: 'md', sm: 'lg' }} radius="md" shadow="sm">
<Stack gap="md">
<Title order={2} lh={1.2}>
<Title order={4} lh={1.2}>
Data Responden
</Title>
@@ -166,7 +166,7 @@ function ListResponden({ search }: ListRespondenProps) {
<Stack gap="sm">
{filteredData.map((item, index) => (
<Paper key={item.id} withBorder p="sm" radius="md">
<Stack gap={4}>
<Stack gap={'xs'}>
<Box>
<Text fz="sm" fw={600} lh={1.4}>
No

View File

@@ -61,7 +61,7 @@ function Page() {
<Stack gap={'sm'}>
<Grid mb={10}>
<GridCol span={{ base: 12, md: 9 }}>
<Title order={2} lh={1.2} c="dark">
<Title order={4} lh={1.2} c="dark">
Daftar Permohonan Informasi Publik
</Title>
</GridCol>
@@ -100,7 +100,7 @@ function Page() {
<Stack gap={'sm'}>
<Grid mb={10}>
<GridCol span={{ base: 12, md: 9 }}>
<Title order={2} lh={1.2} c="dark">
<Title order={4} lh={1.2} c="dark">
Daftar Permohonan Informasi Publik
</Title>
</GridCol>
@@ -202,7 +202,7 @@ function Page() {
<Stack hiddenFrom="md" gap="xs">
{data.map((item, index) => (
<Paper key={item.id} p="sm" radius="md" withBorder bg="white">
<Stack gap={4}>
<Stack gap={'xs'}>
<Box>
<Text fz="xs" fw={600} lh={1.4} c="dark">
No

View File

@@ -61,7 +61,7 @@ function Page() {
<Stack gap={'sm'}>
<Grid mb={10}>
<GridCol span={{ base: 12, md: 9 }}>
<Title order={2} lh={1.2} c="dark">
<Title order={4} lh={1.2} c="dark">
Daftar Permohonan Keberatan Informasi Publik
</Title>
</GridCol>
@@ -99,7 +99,7 @@ function Page() {
<Stack gap={'sm'}>
<Grid mb={10}>
<GridCol span={{ base: 12, md: 9 }}>
<Title order={2} lh={1.2} c="dark">
<Title order={4} lh={1.2} c="dark">
Daftar Permohonan Keberatan Informasi Publik
</Title>
</GridCol>
@@ -207,7 +207,7 @@ function Page() {
<Stack hiddenFrom="md" gap="xs">
{data.map((item, index) => (
<Paper key={item.id} p="sm" radius="md" withBorder bg="white">
<Stack gap={4}>
<Stack gap={'xs'}>
<Box>
<Text fz="xs" fw={600} lh={1.4} c="dimmed">
No

View File

@@ -58,7 +58,7 @@ function Page() {
</GridCol>
<GridCol span={12}>
<Title
order={2}
order={4}
c={colors['blue-button']}
ta="center"
lh={1.15}

View File

@@ -77,7 +77,7 @@ function ListPegawaiPPID({ search }: { search: string }) {
<Box py="xl">
<Paper withBorder bg={colors['white-1']} p="lg" shadow="md" radius="md">
<Group justify="space-between" mb="md">
<Title order={2} lh={1.2}>
<Title order={4} lh={1.2}>
Daftar Pegawai PPID
</Title>
<Button
@@ -103,7 +103,7 @@ function ListPegawaiPPID({ search }: { search: string }) {
<Box py="xl">
<Paper withBorder bg={colors['white-1']} p="lg" shadow="md" radius="md">
<Group justify="space-between" mb="md">
<Title order={2} lh={1.2}>
<Title order={4} lh={1.2}>
Daftar Pegawai PPID
</Title>
<Button

View File

@@ -67,7 +67,7 @@ function ListPosisiOrganisasiPPID({ search }: { search: string }) {
<Box py={{ base: 'sm', md: 'md' }}>
<Paper withBorder bg={colors['white-1']} p={{ base: 'md', md: 'lg' }} shadow="md" radius="md">
<Group justify="space-between" mb={{ base: 'sm', md: 'md' }}>
<Title order={2}>Daftar Posisi Organisasi PPID</Title>
<Title order={4}>Daftar Posisi Organisasi PPID</Title>
<Button
leftSection={<IconPlus size={18} />}
color="blue"
@@ -148,7 +148,7 @@ function ListPosisiOrganisasiPPID({ search }: { search: string }) {
{filteredData.length > 0 ? (
filteredData.map((item) => (
<Paper key={item.id} withBorder p="sm" radius="sm">
<Stack gap={4}>
<Stack gap={'xs'}>
<Box>
<Text fz="xs" fw={600} lh={1.4}>Nama Posisi</Text>
<Text fz="sm" fw={600} lh={1.5}>{item.nama}</Text>