paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17 stars 2 forks source link

Showcase menus in Preview app #1281

Open tombogle opened 2 weeks ago

tombogle commented 2 weeks ago

User Story As a Paratext or extension developer, I want to be able to see how different types of menus look and behave so that I can implement them appropriately in my components.

Description The MUI-based menu components currently showcased using storybook rely on some code that is available in Platform but not part of the react component library, so moving those to be only in the preview app will probably be non-trivial. Since all the menu components need to be reimplemented in Shadcn and UX is considering significant changes to menus, there is no point trying to move things around to get this to work with the existing components.