diff --git a/examples/techdemo/README.md b/examples/techdemo/README.md index 0e79b6c..7057371 100644 --- a/examples/techdemo/README.md +++ b/examples/techdemo/README.md @@ -18,6 +18,7 @@ This is a polished Linear-style product demo for planning typed work across lane - 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: diff --git a/examples/techdemo/src/main.rs b/examples/techdemo/src/main.rs index 965d9e9..5b6df0b 100644 --- a/examples/techdemo/src/main.rs +++ b/examples/techdemo/src/main.rs @@ -366,21 +366,6 @@ fn shell(body: String) -> String { slhx Techdemo -