-
Notifications
You must be signed in to change notification settings - Fork 45
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
add a navigation indicator for table rows #575
Conversation
this function is added. |
76d65cc
to
ea05aa0
Compare
Quality Gate passedIssues Measures |
@rcmoutinho everyone: |
So far, it works fine for me. I made just one comment so you can double-check on your side. |
split this in 2 parts, one for table-rows (this one) and one for menu items (#579) |
I changed the style of the hint from a (?) icon to the style that is also used for panel-related help (but a bit smaller) |
Is your feature request related to a problem? Please describe.
clicking on table row has various effects: it may navigate to a details page or it may show the cmd-popup.
for menu items it is less obvious since the description already gives a clue and the "..." shows that a popup will be used.
with the introduction of #574 that becomes less obvious
Describe the solution you'd like
add a i-icon to each table to show what will happen when you click on a row of that table.
Additional context
see #574