Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

feat(Tech: PanelModal): Change PanelModal implementation #1296

Closed Kruptein closed 12 months ago

Kruptein commented 12 months ago

This PR modifies the way PanelModal works.

It now expects a more complex prop containing pairs of category names and components.

In the past it expected only the names, and the users of PanelModal had to provide the components themselves along with some v-show/v-if checks based on the current active category name, which is just messy.