David Luzar
David Luzar
If we ignore Live collaboration for now (we still allow to disable it from the UIOptions), then we can shuffle the rest so that we only need append on end:...
I've opened a separate issue to discuss HamburgerMenu https://github.com/excalidraw/excalidraw/issues/6023
> I think "WelcomeScreen" and decoupling "Collab" related things we should do definitely do but not a blocker for the package release. We can release the package once menu component...
> Hi @dwelle , just thought I'd mention - I am able to export images when using swimlanes.io, with the same file system settings. I imagine they are using a...
@ryan-di haven't checked the code, but did you notice anything as you were working on this that would explain this? It's _not_ a regression from the latest PR, btw.
Checking the code, I realized we may not able to do this. The core of the problem is we don't want to copy the text when copying to clipboard. We...
simplified/generalized. We may wanna write tests.
- [x] `Menu.Item` should support `style?: React.CSSProperties` - `Menu.Group`, provided we keep it, should: - [x] not filter out any children. - [x] remove the `gap` styling - [x] support...
renamed `MenuButton` → `MenuTrigger` since `MenuButton` is too generic. Trigger naming also aligns with RadixUI which we may wanna adopt in terms of API.
> Do we need customization for `Menu.Item.Socials` to hide specific socials eg Twitter, GitHub? > Do we need to allow customization for `MenuTrigger` so the host can render the button...