You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/excalidraw-app
Aakansha Doshi 73bf50e8a8
fix: remove t from getDefaultAppState and allow name to be nullable (#7666)
* 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>
12 months ago
..
collab feat: change collab trigger & add share dialog (#7647) 1 year ago
components fix: remove t from getDefaultAppState and allow name to be nullable (#7666) 12 months ago
data refactor: remove portal as it is no longer needed (#7623) 1 year ago
share feat: change collab trigger & add share dialog (#7647) 1 year ago
tests refactor: remove portal as it is no longer needed (#7623) 1 year ago
App.tsx fix: remove t from getDefaultAppState and allow name to be nullable (#7666) 12 months ago
CustomStats.tsx build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
app-jotai.ts refactor: move excalidraw-app outside src (#6987) 1 year ago
app_constants.ts fix: emitted visible scene bounds not accounting for offsets (#7450) 1 year ago
bug-issue-template.js build: move build process and excalidraw-app dependencies in its own package.json (#7021) 1 year ago
debug.ts feat: Support mermaid flowchart and sequence diagrams to excalidraw diagrams 🥳 (#6920) 1 year ago
global.d.ts build: move build process and excalidraw-app dependencies in its own package.json (#7021) 1 year ago
index.html build: Welcome ESM and Bye Bye UMD (#7441) 1 year ago
index.scss refactor: move excalidraw-app outside src (#6987) 1 year ago
index.tsx build: move build process and excalidraw-app dependencies in its own package.json (#7021) 1 year ago
package.json chore: add version for excalidraw-app workspace (#7514) 1 year ago
sentry.ts refactor: move excalidraw-app outside src (#6987) 1 year ago
vite-env.d.ts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
vite.config.mts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago