Add:
- IconArchive

Voting
Add:
- detail voting
- BoxDetailHasilVotingSection
- BoxDetailPublishSection
- BoxDetailSection
- ButtonStatusSection

Fix:
- BoxPublishSection
- ReportListSection: Hapus import useless

# No Issue
This commit is contained in:
2025-07-28 16:43:54 +08:00
parent f21ff744d3
commit 4bcfcb5f5a
16 changed files with 569 additions and 24 deletions

View File

@@ -165,14 +165,27 @@ export default function UserLayout() {
headerLeft: () => <BackButton path="/home" />,
}}
/>
{/* <Stack.Screen
<Stack.Screen
name="voting/[id]/index"
options={{
title: "Detail Voting",
headerLeft: () => <BackButton />,
}}
/>
<Stack.Screen
name="voting/[id]/edit"
options={{
title: "Edit Voting",
headerLeft: () => <BackButton />,
}}
/> */}
/>
<Stack.Screen
name="voting/[id]/list-of-contributor"
options={{
title: "Daftar Kontributor",
headerLeft: () => <BackButton />,
}}
/>
{/* ========== End Voting Section ========= */}