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
#305 introduced standards filtering. In order to accomplish the different look for mobile compared to desktop for the buttons, there are two <div>'s used. Since there's JavaScript involved there might be some edge cases where transitioning between mobile and desktop causes filtering issues with the status of the buttons (filled vs unfilled).
This work represents the research to identify those edge cases and fix them or to re-design the feature in a way that doesn't need two <div>'s.
The text was updated successfully, but these errors were encountered:
#305 introduced standards filtering. In order to accomplish the different look for mobile compared to desktop for the buttons, there are two
<div>
's used. Since there's JavaScript involved there might be some edge cases where transitioning between mobile and desktop causes filtering issues with the status of the buttons (filled vs unfilled).This work represents the research to identify those edge cases and fix them or to re-design the feature in a way that doesn't need two
<div>
's.The text was updated successfully, but these errors were encountered: