jumpinjackie / mtg-collection-tracker

A management tool for your Magic: The Gathering card collection
MIT License
0 stars 0 forks source link

Move away from drawers to modal overlays #21

Closed jumpinjackie closed 3 weeks ago

jumpinjackie commented 1 month ago

Our drawer implementation (based on SplitView) is no longer usable with current Avalonia. Clicking away will "close" the drawer but will render all future drawers un-openable.

Let's just bite the bullet and move over to modal overlays. Implementation seems simple enough.

https://stackoverflow.com/questions/62194012/avalonia-ui-pop-up-overlay