Closed robigan closed 2 years ago
I just realized I need to rebase my PR branch onto upstream/dev
The design of the add modal is not finalized, yet. I envision it to be similar to an app/extension store as the library will be opend up for third-party developers eventually. The status quo is just a draft providing access to the core functionality.
I'd like to prepare the design in Figma first, before implementing it. I'm sorry for the work you've put in. Let's discuss design-related issues first, before heading to implementation to make sure your work will make it into the product.
Adds categories to the infamous AddModalView. So understanding what every option does is easier to understand.
Also addresses the issue that often, the AddModalView is expected to be larger than available screen size, so cap it's maximum height to 65vh. To be reviewed with @ffraenz