Add XCUI runtime screen layer and demo textarea

This commit is contained in:
2026-04-05 05:14:16 +08:00
parent 67a28bdd4a
commit ade5be31d6
18 changed files with 2042 additions and 37 deletions

View File

@@ -52,6 +52,19 @@
value="" />
</Column>
</Card>
<Card id="notesCard" style="MetricCard">
<Column gap="6">
<Text text="Session notes" style="MetricLabel" />
<TextArea
id="sessionNotes"
style="CommandArea"
width="stretch"
min-width="240"
rows="4"
placeholder="Write multiline notes, prompts, or todos for the current screen..."
value="" />
</Column>
</Card>
<Button id="toggleAccent" action="demo.toggleAccent" style="AccentButton">
<Text text="Toggle Accent" style="ButtonLabel" />
</Button>