feat(mobile): add note artifact summary

This commit is contained in:
saravanakumardb1 2026-03-10 09:27:20 -07:00
parent 2340be157e
commit 4da56d489d

View File

@ -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>
);
}