upd: task division

Deskripsi:
- update button save button pada tambah edit tugas divisi
- update button save pada tambah file, tambah task, cancel tugas divisi
- ui tambah task tugas tanggal divisi

No Issues
This commit is contained in:
amel
2025-03-14 11:09:41 +08:00
parent 47c64bacc9
commit f73bf8354d
9 changed files with 117 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ export default function DetailTaskDivision() {
<Stack.Screen
options={{
headerLeft: () => <ButtonBackHeader onPress={() => { router.back() }} />,
headerTitle: 'Judul Tugas',
headerTitle: 'Judul Tugas Divisi',
headerTitleAlign: 'center',
headerRight: () => <HeaderRightTaskDetail id={detail} />,
}}
@@ -25,7 +25,7 @@ export default function DetailTaskDivision() {
<ScrollView>
<View style={[Styles.p15, Styles.mb100]}>
<SectionProgress text="Kemajuan Kegiatan 50%" />
<SectionTanggalTugas />
<SectionTanggalTugas category="task" />
<SectionFile />
<SectionMember />
</View>