Feature:
Add :
- Collaboration/BoxDetailSection
- detail-participant
-
/detail-project-main

Fix:
- participant

# No Issue
This commit is contained in:
2025-07-24 10:25:33 +08:00
parent 64d5a4308c
commit 8cb0054580
6 changed files with 293 additions and 101 deletions

View File

@@ -131,6 +131,21 @@ export default function UserLayout() {
headerLeft: () => <BackButton />,
}}
/>
<Stack.Screen
name="collaboration/[id]/detail-participant"
options={{
title: "Partisipasi Proyek",
headerLeft: () => <BackButton />,
}}
/>
<Stack.Screen
name="collaboration/[id]/detail-project-main"
options={{
title: "Proyek Saya",
headerLeft: () => <BackButton />,
}}
/>
{/* ========== End Collaboration Section ========= */}