feat(kb): editor, related links, route-param title (PMC-72) #36
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/pmc-72-kb-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes PMC-72 (KB UI). PMC-74/PMC-76 closed in audit; PMC-73/PMC-75/PMC-77 land here as one combined commit (same file, intertwined).
Test plan
cargo check --features webclean🤖 Generated with Claude Code
KBArticleNewPage was a placeholder. Scaffolds a real editor with title / category / visibility / Markdown body. WYSIWYG is deferred (a comment notes that); submit stubs to navigate until the KB module ships. KBArticleDetailPage hardcoded a "How to Reset a User's Password" header and the Edit button had no onclick. Switch header to "Article {props.id}" and hide Edit per F5. Related Articles links wired to Route::KBArticleDetail with slug placeholders (real ids land with the KB module). #PMC-73 State Done #PMC-75 State Done #PMC-77 State DonePull request closed