feat(mobile): add note artifact summary
This commit is contained in:
parent
2340be157e
commit
4da56d489d
@ -92,6 +92,13 @@ export default function NoteDetailScreen() {
|
||||
<Text style={styles.body}>Status: Draft</Text>
|
||||
<Text style={styles.body}>Source: Mobile scaffold</Text>
|
||||
</View>
|
||||
|
||||
<View style={styles.card}>
|
||||
<Text style={styles.sectionTitle}>Artifacts</Text>
|
||||
<Text style={styles.body}>Attachments: 0</Text>
|
||||
<Text style={styles.body}>Extracted tasks: 1</Text>
|
||||
<Text style={styles.body}>Agent actions: 1 pending review</Text>
|
||||
</View>
|
||||
</ScrollView>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user