Commit Graph

6 Commits (zsviczian-nonWoff-export)

Author SHA1 Message Date
spc-28 26d2296578
fix: fixed copy to clipboard button ()
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
Aakansha Doshi 1ed53b153c
build: enable consistent type imports eslint rule ()
* build: enable consistent type imports eslint rule

* change to warn

* fix the warning in example and excalidraw-app

* fix packages

* enable type annotations and throw error for the rule
Ryan Di 550a388b2b
feat: command palette ()
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
Ryan Di 160440b860
feat: improve collab error notification ()
* identify cause

* toast after dialog for error messages in collab

* remove comment

* shake tooltip instead for repeating collab errors

* clear collab error

* empty commit

* simplify & fix reset race condition

---------

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
Aakansha Doshi f5ab3e4e12
fix: remove dependency of t from clipboard and image ()
* fix: remove dependency of t from clipboard and image

* pass errorMessage to copyTextToSystemClipboard where needed

* wrap copyTextToSystemClipboard and rethrow translated error in caller

* review fix

* typo
David Luzar 0513b647ec
feat: change collab trigger & add share dialog ()