MaskingTechnology / comify

Comic based social network built with Jitar
GNU Affero General Public License v3.0
3 stars 1 forks source link

Replace dropdown in design system #283

Open basmasking opened 1 month ago

basmasking commented 1 month ago

We have a dropdown in the design system with custom JavaScript. The new Popover api allows us to create the same experience without custom JavaScript.

petermasking commented 3 weeks ago

The Popover API is a great addition for building rich use experiences. Sadly we can't use it to replace the dropdown component yet because there's still an essential feature missing: the Anchor Position API. This API allows for easy positioning of the popup. For example, below the dropdown element.

I'll delete the experimental branch and put this issue on hold till better times.