feat(v0): show reusable partial feedback

Add a generated todo notice slot to the v0 normal path so initial render, append, replace, remove, and dynamic Vec<IntoEffect> refreshes visibly compose one reusable TodoRow partial with adjacent generated UI feedback.

req: canonical_authoring/003
This commit is contained in:
slhx agent
2026-06-12 15:01:20 +02:00
parent d2049c559a
commit cac23578e2
3 changed files with 31 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Open <http://127.0.0.1:3000>.
The page includes working examples for generated target objects and server-first UI commands:
- counter updates
- todo form submission with one `TodoRow` hemplate partial reused by the initial page render, generated row append/replace/remove commands, and dynamic `Vec<T: IntoEffect>` row batches
- todo form submission with one `TodoRow` hemplate partial, a notice slot, handlers, generated row append/replace/remove commands, and dynamic `Vec<T: IntoEffect>` row batches reused across initial render and updates
- wizard step updates
- login form feedback
- page swap/navigation