TakaOtaku / Digimon-Card-App

Website to keep track of your Digimon Card Collection and Build Decks with it.
MIT License
28 stars 16 forks source link

UX Feedback: Don't allow multiple modals to open at the same time #459

Closed dartanian300 closed 1 year ago

dartanian300 commented 1 year ago

Currently, it's possible to open multiple modals by clicking on cards that are behind an open modal. This can be a very confusing experience for users.

One solution would be to add a div behind the modal that darkens the background. This would prevent users from being able to click a card while a modal is open. Additionally, clicking the darkened background could close the modal which would be a nice feature since the only way to close it currently is to click the x button.

TakaOtaku commented 1 year ago

I have to see how to implement it correctly. At the moment the modals are controlled by primeng, so I have to fiddle a bit.