seastan / dragncards

Multiplayer online card game platform written in Elixir, Phoenix, and React. Drag and Drop provided by React-Beautiful-DND.
https://dragncards.com/
79 stars 41 forks source link

Popup and menus #87

Closed morvael closed 3 months ago

morvael commented 3 months ago

I think previously popup menus were hidden under normal menus. Now it's the opposite. Menu is unusable while popup is on. I think popups should be moveable, that would allow the player to uncover menu and/or cards beneath the popup in default position, if need be.

morvael commented 3 months ago

Popups move (is it new stuff?) but tapping popup menu items no longer works on tablet.

seastan commented 3 months ago

I looks like making the prompts draggable has broken them for tablets

morvael commented 3 months ago

Yes, that's sad :)

seastan commented 3 months ago

Add a drag handle to prompts, should work now hopefully.