Commit 9de7ea9
committed
Add declarative DOM helpers for UI code
- New src/client/dom.ts with el() hyperscript builder, show/hide/visible
display toggles, and byId() typed element lookup
- Add jsdom dev dependency for DOM testing
- 29 tests covering element creation, event wiring, visibility, and lookups
- Update CODING_STANDARDS.md with DOM helper guidance
- Apply Biome auto-format to client and server files1 parent c036cdb commit 9de7ea9
File tree
60 files changed
+2544
-1773
lines changed- docs
- src
- client
- server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+2544
-1773
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
38 | 48 | | |
39 | 49 | | |
40 | 50 | | |
| |||
0 commit comments