Commit Graph

24 Commits

Author SHA1 Message Date
Accusys
ef64d69be7 feat: add download .md button to doc viewer 2026-05-19 03:29:46 +08:00
Accusys
6da046e831 feat: highlight matched keywords in search results 2026-05-19 03:21:22 +08:00
Accusys
7bc069b806 feat: full-text search across all doc modules 2026-05-19 03:18:46 +08:00
Accusys
b046a3b91c feat: add search filter to doc-wasm sidebar 2026-05-19 03:16:06 +08:00
Accusys
f6f623eeea docs: add 13_config to USER_MODULES + regenerate docs 2026-05-19 03:14:18 +08:00
Accusys
7835922264 fix: Mermaid colors + simplified LR layout 2026-05-18 12:54:51 +08:00
Accusys
b373608e67 feat: Mermaid diagram rendering in WASM doc 2026-05-18 12:44:47 +08:00
Accusys
47caf0cc4a fix: wrap login in form so Enter key submits 2026-05-18 12:38:04 +08:00
Accusys
97e7234a74 fix: clear password field on login page 2026-05-18 12:34:10 +08:00
Accusys
778d6b5984 fix: better 404 error message with full URL 2026-05-18 12:27:24 +08:00
Accusys
880425b335 fix: logout clears cookies + shows login form, module-list clear on re-login 2026-05-18 12:20:49 +08:00
Accusys
b151494db8 fix: force show login form on WASM doc 2026-05-18 12:15:37 +08:00
Accusys
d035e9fa9f feat: WASM doc login page 2026-05-18 12:14:33 +08:00
Accusys
99cef1a18b fix: sidebar min-height 100vh + sticky logout 2026-05-18 12:11:58 +08:00
Accusys
e0a6fdf143 fix: logout no longer reloads page, shows message instead 2026-05-18 12:08:33 +08:00
Accusys
efcf26d294 fix: WASM import module path was wrong (wbg -> ./md_wasm_bg.js) 2026-05-18 11:59:17 +08:00
Accusys
773ab67092 fix: direct WASM instantiation without wasm-bindgen JS glue 2026-05-18 11:56:17 +08:00
Accusys
e53106f7e2 fix: add error listeners + WASM test page 2026-05-18 11:48:29 +08:00
Accusys
4f35386bb1 fix: await loadDoc, add empty render check, show stack trace 2026-05-18 11:46:55 +08:00
Accusys
a1ac722b2f fix: use no-modules WASM target for simpler loading 2026-05-18 11:33:55 +08:00
Accusys
e61ff88bf8 fix: WASM import absolute path instead of relative 2026-05-18 11:32:14 +08:00
Accusys
10f0538b0b fix: add WASM init error handling to index page 2026-05-18 10:14:44 +08:00
Accusys
97e29dc2cf fix: WASM doc fetch path /doc/modules -> /doc-wasm/modules 2026-05-18 10:11:48 +08:00
Accusys
6452ac5af2 feat: WASM-based doc viewer (pulldown-cmark) 2026-05-18 10:07:38 +08:00