upd: home

Deskripsi:
- update progress pada kegiatan terupdate home

No Issues
This commit is contained in:
amel
2025-04-29 10:40:34 +08:00
parent c504d184b9
commit b4c560b88e
2 changed files with 9 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ export default function ProjectHome() {
vertical={false}
renderItem={({ index }) => (
<PaperGridContent content="carousel" onPress={() => { router.push(`/project/${data[index].id}`) }} title={data[index].title} headerColor="primary">
<ProgressBar />
<ProgressBar value={data[index].progress}/>
<View style={[Styles.rowSpaceBetween]}>
<Text style={[Styles.textDefault, Styles.cGray]}>{data[index].createdAt}</Text>
<View style={[Styles.labelStatus,