Renders pending (unapproved) comments with: - opacity-70 for visual distinction - amber '审核中' badge - Client-side content_md rendering (HTML escape + newline→br) - No reply button (server rejects replies to pending parents) - Same depth/indent logic as approved comments
7 lines
98 B
Rust
7 lines
98 B
Rust
pub mod section;
|
|
pub mod form;
|
|
pub mod list;
|
|
pub mod item;
|
|
pub mod pending_item;
|
|
pub mod actions;
|