David Luzar

Results 833 comments of David Luzar

Missed this. There's already a PR to handle this, waiting for requested modifications: https://github.com/excalidraw/excalidraw/pull/8393 @faizan0717 are you still working on that one?

Dark mode export currently doesn't work in Safari (and thus the "dark mode" toggle button isn't rendered there). We have a proof of concept fix for this, but it's not...

Now that I think about it, until we add search to libraries, people would get confused by this UI: ![image](https://github.com/user-attachments/assets/6015cf39-f593-4bf8-99c4-2ce4a0a48a5d) They'll think it's related to library search, and either think...

Adding todos we discussed on call to not forget: - [x] `cmd-f` shouldn't close the sidebar if not focused (jury still out if it should ever close), and instead focus...

The `scripts/buildMath.js` we should probably remove (but I'm keeping it for now). Otherwise, good to go! 🚀

Let's rock and roll! ❤️ 🚀

Hi. You're trying to use the whole repo as a dependency? Or to put it differently, you're trying to use the Vite app (`excalidraw-app/`, the thing you see on excalidraw.com)...

I see. In that sense you can't use the repo as dependency because it's a monorepo, while you're interested in the excalidraw package (in the repo located in `packages/excalidraw`). It...

Hi! All the data-related local storage is handled in [`excalidraw-app/data/LocalData.ts` ](https://github.com/excalidraw/excalidraw/blob/master/excalidraw-app/data/LocalData.ts) specifically this part: https://github.com/excalidraw/excalidraw/blob/b5d7f5b4ba85db38aa2c13df88c68d258ae70828/excalidraw-app/data/LocalData.ts#L106-L116 You can extend the `onFilesSaved` to take an optional Error object as an argument, a...