docs(requirements): split htmx equivalent coverage

Split htmx_equivalents/002 into core interaction, navigation/live-update, gallery, and component-shape rows.

req: htmx_equivalents/002

req: htmx_equivalents/004

req: htmx_equivalents/005

req: htmx_equivalents/006
This commit is contained in:
slhx agent
2026-06-25 13:53:15 +02:00
parent edf632a11e
commit 120268acc1
5 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ See `docs/versioning.md`.
CRUD/form/search/load UX patterns. It proves the hemx idiom for click-to-edit,
edit row, delete row, inline validation, click-to-load, and active search with
`.heml`, generated resources, server-owned Rust state, and tiny runtime
behavior. req: htmx_equivalents/001 req: htmx_equivalents/002 req: examples/001
behavior. req: htmx_equivalents/001 req: htmx_equivalents/005 req: examples/001
- `examples/saas`: compile-tested v1 tutorial app covering auth/session,
CSRF-safe mutation, local persistence, generated swaps, page/push shape, plain
CSS, and one explicit island without provider-heavy platform scope. Read the