Graphite/client/web/wasm/src
akshay1992kalbhor b2b8c75e9e Add support for closing document tabs (#215)
* Can only remove last document successfully

* Correctly update the layer tree panel

* Remove comments

* Add support for randomly closing docs

* Create new doc after closing last doc

* Update layer panel when creating new docs

* Fix bug that crashed the program when first doc was closed

* Refactor to make code simpler and increase readability

* Add shortcut to close active doc (Shift + C)

* Add a confirmation dialog box before closing tabs

* New docs get the correct title

* Remove comments and fix typos

* Disable 'eslint-no-alert'

* Refactor and fix document title bug

* Rename the FrontendMessage and ReponseType for showing close confirmation modal

* Change the message displayed in the close confirmation modal

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2021-06-22 14:28:02 +05:30
..
document.rs Add support for closing document tabs (#215) 2021-06-22 14:28:02 +05:30
lib.rs Remove early sample "greet" code 2021-06-12 12:05:34 -07:00
shims.rs Add camelcase rule, import Error type from JS and rename get_inner_color to inner. (#44) 2021-03-27 12:43:58 +05:00
utils.rs Change debug colors for dark theme readability 2021-05-09 01:37:58 -07:00
window.rs Major overhaul of input and communication systems 2021-05-23 01:26:24 +02:00
wrappers.rs Multi-document management (create new document; tab switching) (#210) 2021-06-14 04:24:09 +01:00