success/excalidraw-app/components
Aakansha Doshi 73bf50e8a8
fix: remove t from getDefaultAppState and allow name to be nullable ()
* fix: remove t and allow name to be nullable

* pass name as required prop

* remove Unnamed

* pass name to excalidrawPlus as well for better type safe

* render once we have excalidrawAPI to avoid defaulting

* rename `getAppName` -> `getName` (temporary)

* stop preventing editing filenames when `props.name` supplied

* keep `name` as optional param for export functions

* keep `appState.name` on `props.name` state separate

* fix lint

* assertive first

* fix lint

* Add TODO

---------

Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
..
AppFooter.tsx build: decouple package deps and introduce yarn workspaces ()
AppMainMenu.tsx feat: change collab trigger & add share dialog ()
AppWelcomeScreen.tsx feat: change collab trigger & add share dialog ()
EncryptedIcon.tsx build: decouple package deps and introduce yarn workspaces ()
ExcalidrawPlusAppLink.tsx refactor: move excalidraw-app outside src ()
ExportToExcalidrawPlus.tsx fix: remove t from getDefaultAppState and allow name to be nullable ()
GitHubCorner.tsx build: decouple package deps and introduce yarn workspaces ()
LanguageList.tsx build: decouple package deps and introduce yarn workspaces ()
TopErrorBoundary.tsx build: decouple package deps and introduce yarn workspaces ()