Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: improve how workflow list items are clicked #145

Open
audrium opened this issue Oct 21, 2020 · 0 comments
Open

ui: improve how workflow list items are clicked #145

audrium opened this issue Oct 21, 2020 · 0 comments

Comments

@audrium
Copy link
Member

audrium commented Oct 21, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant