Provides save/load for author info (yggdrasil-comment-author) and pending comments (yggdrasil-pending-comments) in localStorage. - 7-day TTL with auto-pruning - Per-post-id storage keyed by post_id string - HTML escaping for pending content_md rendering - All web_sys calls behind #[cfg(target_arch = "wasm32")]
3 lines
50 B
Rust
3 lines
50 B
Rust
pub mod delayed_loading;
|
|
pub mod comment_storage;
|