upd: project

Deskripsi:
- mengeluarkan anggota
- link ke profile anggota
- tambah anggota

No Issues
This commit is contained in:
amel
2025-05-13 16:59:50 +08:00
parent f7fac510ec
commit 1dea7a4421
4 changed files with 219 additions and 18 deletions

View File

@@ -1,11 +1,11 @@
import { useState } from "react"
import ButtonMenuHeader from "../buttonMenuHeader"
import DrawerBottom from "../drawerBottom"
import { View } from "react-native"
import Styles from "@/constants/Styles"
import MenuItemRow from "../menuItemRow"
import { AntDesign, MaterialCommunityIcons, MaterialIcons } from "@expo/vector-icons"
import { router } from "expo-router"
import { useState } from "react"
import { View } from "react-native"
import ButtonMenuHeader from "../buttonMenuHeader"
import DrawerBottom from "../drawerBottom"
import MenuItemRow from "../menuItemRow"
type Props = {
id: string | string[]
@@ -40,8 +40,8 @@ export default function HeaderRightProjectDetail({ id }: Props) {
icon={<MaterialIcons name="groups" color="black" size={25} />}
title="Tambah Anggota"
onPress={() => {
// setVisible(false)
setVisible(false)
router.push(`/project/${id}/add-member`)
}}
/>