Graphite/frontend/wasm/src
mfish33 c9f140f458 Implement IndexedDB document auto-save (#422)
* removed all use of document indicies

* -add u64 support for wasm bridge

* fixed rust formating

* Cleaned up FrontendDocumentState in js-messages

* Tiny tweaks from code review

* - moved more of closeDocumentWithConfirmation to rust
- updated serde_wasm_bindgen to add feature flag

* working initial auto save impl

* auto save is a lifetime file

* - cargo fmt
- fixc error message
- move document version constant

* code review round 1

* generate seed for uuid in js when wasm is initialized

* Resolve PR feedback

* Further address PR feedback

* Fix failing test

Co-authored-by: Keavon Chambers <keavon@keavon.com>
Co-authored-by: otdavies <oliver@psyfer.io>
2021-12-27 04:56:47 -05:00
..
api.rs Implement IndexedDB document auto-save (#422) 2021-12-27 04:56:47 -05:00
helpers.rs Reorganize and clean up the WASM wrapper 2021-09-01 06:10:05 -07:00
lib.rs Fix undefined behavior in the editor wasm bridge (#414) 2021-12-20 17:55:31 -05:00
logging.rs Reorganize and clean up the WASM wrapper 2021-09-01 06:10:05 -07:00
type_translators.rs Implement outline view mode (#401) 2021-12-24 16:04:58 -07:00