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
Food for thought: In the beginning, when we implemented the workflow list, it was a very simple read-only list of items with a single possible action: clicking on them to see their details. This was the reason why we opt for applying a hover effect highlighting the whole element, as no matter where you clicked, it would always trigger the same action, going to the details page. As this page started to grow, new actions were introduced with other clickable elements inside the item, and it's likely that more of them will come. This results in the highlighting not being so useful anymore yet it's becoming a bit confusing because if one miss-clicks on the actions hamburger menu or the jupyter notebook icon, they will be redirected to the details page => bad UX.
Therefore we should find some way to improve this, maybe we can keep the hover effect but not enable de cursor pointer and only go to details when clicking on the workflow name? Add another element/icon/button to go to the details? Opinions welcome.
Food for thought: In the beginning, when we implemented the workflow list, it was a very simple read-only list of items with a single possible action: clicking on them to see their details. This was the reason why we opt for applying a hover effect highlighting the whole element, as no matter where you clicked, it would always trigger the same action, going to the details page. As this page started to grow, new actions were introduced with other clickable elements inside the item, and it's likely that more of them will come. This results in the highlighting not being so useful anymore yet it's becoming a bit confusing because if one miss-clicks on the actions hamburger menu or the jupyter notebook icon, they will be redirected to the details page => bad UX.
Therefore we should find some way to improve this, maybe we can keep the hover effect but not enable de cursor pointer and only go to details when clicking on the workflow name? Add another element/icon/button to go to the details? Opinions welcome.
Originally posted by @mvidalgarcia in #142 (comment)
The text was updated successfully, but these errors were encountered: