Aakansha Doshi

Results 504 comments of Aakansha Doshi

The package `@excalidraw/excalidraw@next` has been unblocked so users can try out the `next` version. We will release the stable version very very soon!

closing this as the package was released [@excalidraw/excalidraw](https://www.npmjs.com/package/@excalidraw/excalidraw)

I agree yes we should do it to align with public API

I have added notes in the PR description on how the draft API will be used to render the `menu`. Please share your thoughts on the API and let me...

@dwelle I have made the changes as per your suggestions and additionally added support for the `title` prop in `MenuGroup` to add a title to groups that I am currently...

> ad [`6ea25b8` (#6034)](https://github.com/excalidraw/excalidraw/pull/6034/commits/6ea25b8ad155bced06015d4aba3c31fd123f7bc4) I think hiding the stats when mobile menu open isn't the right solution. On larger screens (still in mobile view) it's distracting. Especially once we redesign...

> * [ ] instead of having default menu items as subcomponents of `Menu.Item`, let's add them as subcomponents of `Menu`. So `Menu.ItemLoadScene`, `Menu.ItemSaveToActiveFile` etc, as originally suggested. > The...

> * [ ] Library dropdown menu regressed because it's now using `` component that's designed for `` only: > ![image](https://user-images.githubusercontent.com/5153846/210067818-3964cb83-1d21-452d-8c5b-8ab222d3d7f5.png) Good catch, probably this is where we need to...

> > * [ ] Library dropdown menu regressed because it's now using `` component that's designed for `` only: > > ![image](https://user-images.githubusercontent.com/5153846/210067818-3964cb83-1d21-452d-8c5b-8ab222d3d7f5.png) > > Good catch, probably this is...

Some notes regarding the changes I have made in Menu component (doesn't affect the public API except name change) 1. `Menu` is now a generic component and takes `children` and...