Graphite/desktop/wrapper/src
Keavon Chambers 60f16d72a5
Refactor IndexedDB document persistence to reuse data structures of desktop persistence (#4020)
* 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>
2026-04-15 02:29:23 -07:00
..
handle_desktop_wrapper_message.rs Add support for persistent storage of panel layouts, sizes, and active tabs (#4017) 2026-04-08 21:05:58 -07:00
intercept_editor_message.rs Desktop: Mac fix keyboard input (#3371) 2025-11-17 11:51:59 +00:00
intercept_frontend_message.rs Refactor IndexedDB document persistence to reuse data structures of desktop persistence (#4020) 2026-04-15 02:29:23 -07:00
lib.rs Remove surface and window from ApplicationIo (#3941) 2026-04-09 20:12:53 +00:00
message_dispatcher.rs Desktop: Mac native menu bar (#3301) 2025-10-27 14:11:24 +00:00
messages.rs Refactor IndexedDB document persistence to reuse data structures of desktop persistence (#4020) 2026-04-15 02:29:23 -07:00
utils.rs Desktop: Add an 'Enable V-Sync' preference on Mac (#3887) 2026-03-11 21:32:37 +00:00