Enhance XCUI demo text editing and host bridge

This commit is contained in:
2026-04-05 05:58:05 +08:00
parent a7662a1d43
commit d1cb0c874b
11 changed files with 479 additions and 24 deletions

View File

@@ -50,6 +50,10 @@
min-width="240"
placeholder="Type a command or note for XCUI..."
value="" />
<Text
id="promptMeta"
text="Single-line input, Enter submits"
style="Meta" />
</Column>
</Card>
<Card id="notesCard" style="MetricCard">
@@ -61,8 +65,13 @@
width="stretch"
min-width="240"
rows="4"
show-line-numbers="true"
placeholder="Write multiline notes, prompts, or todos for the current screen..."
value="" />
<Text
id="notesMeta"
text="Multiline input, click caret, Tab indent"
style="Meta" />
</Column>
</Card>
<Button id="toggleAccent" action="demo.toggleAccent" style="AccentButton">