fee9762069
Add a boring CSS/SCSS class-token surface: slhx-build discovers static class tokens from hemplate/templates/stylesheets and emits generated CssClass constants. Add CssClasses for hemplate +class/view data and migrate techdemo dynamic/effect fragments toward hemplate-owned views with DOM-aware assertions. req: style/001 req: style/002 req: style/003 req: html_safety/002 req: view/001 req: test/005
slhx full techdemo
Run:
cargo run -p slhx-techdemo
Open http://127.0.0.1:3002.
This is a polished Linear-style product demo for planning typed work across lanes. It is tailored to showcase slhx strengths:
- modern SSR-first UI
- generated resource modules from
.heml - hemplate partials for issue lanes, cards, and inspector panels
- native form posts carrying
__hnumeric handle ids - multi-target
application/slhxEffectBatch responses - generated slot updates instead of selectors
- root-scoped runtime lowering (
data-hid,data-sid) - page-enhancer navigation with native link fallback
- SSE server push into a generated slot
- drag-and-drop lane moves persisted by typed server handlers through the slhx runtime
- no user-authored browser JavaScript
Verification:
cargo test -p slhx-techdemo --test e2e
cargo test -p slhx-techdemo --test browser_e2e
mutest -p slhx-techdemo -f examples/techdemo/src/main.rs -F 'registry' -j 2 --timeout 90 -- --test e2e