You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user opens card settings the settings don't seem to be attached to the three dot icon - they tend to show up in center of screen. Settings popups should be closed when the user clicks outside of the popup.
DoD: A settings card, invoked from the 3 dot menu, will close when the user clicks outside of the settings card.
Also they are modal which means you can't interact with rest of screen. So we need to do one of
dim the rest of the screen to indicate you can't make changes until popup is dismissed
have the popup close whenever you click off
or both of the above.
The text was updated successfully, but these errors were encountered:
birchamp
changed the title
UI problems with card settings
Settings popups should close when the user clicks away
Jan 21, 2021
@PhotoNomad0 since the settings popup can change how the content is shown in the cards, I don't want to dim. So we will have the popup close when you click off of it. I've changed the issue to reflect that.
When the user opens card settings the settings don't seem to be attached to the three dot icon - they tend to show up in center of screen. Settings popups should be closed when the user clicks outside of the popup.
DoD: A settings card, invoked from the 3 dot menu, will close when the user clicks outside of the settings card.
Also they are modal which means you can't interact with rest of screen. So we need to do one of
The text was updated successfully, but these errors were encountered: