* Switch indexedDb document serialized struct from camelCase to snake_case * Refactor and migrate old indexedDb format to the same shape as desktop persistence * Avoid duplicate struct definitions in the desktop crate * Refactor frontend message handling to consolidate auto-save document loading * Code review * Review --------- Co-authored-by: Timon <me@timon.zip> |
||
|---|---|---|
| .. | ||
| handle_desktop_wrapper_message.rs | ||
| intercept_editor_message.rs | ||
| intercept_frontend_message.rs | ||
| lib.rs | ||
| message_dispatcher.rs | ||
| messages.rs | ||
| utils.rs | ||