DestinyItemManager / DIM

Destiny Item Manager
https://destinyitemmanager.com
MIT License
2.07k stars 644 forks source link

Switch from Popper to Floating UI #8374

Open bhollis opened 2 years ago

bhollis commented 2 years ago

Floating UI is a fork of Popper that seems to be a bit better matched to our use cases. I'd like to move to it eventually.

https://floating-ui.com/docs/migration

bhollis commented 1 month ago

As an alternative we could use the new CSS anchor positioning feature, with a polyfill. The downside is that the one polyfill I've found (https://github.com/oddbird/css-anchor-positioning) doesn't look especially up to date.