feat(ui): add ui.toast, a message that slides up from the bottom edge

The card sits in a scroll container of its own height over an empty strip of
the same, so the slide is a setScroll() delta on the laid-out tree rather than
a rebuild a frame, and the container scissors the part not yet arrived.
This commit is contained in:
2026-08-06 21:32:03 -04:00
parent 2046938d32
commit 94d298dd45
2 changed files with 97 additions and 1 deletions
File diff suppressed because one or more lines are too long