-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Dashboard item description (1/2) #4240
Conversation
41dd956
to
0083f2a
Compare
There's a lot of the same code between the dashboard description edit and dashboard item description edit, maybe worth going over at a later time to see which parts to consolidate ^_^ |
confused with prettier failure that doesn't show what the error is in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking pretty good!! Reviewed this from a UX perspective,
- I think we should keep the same consistent behavior for editing as we do for dashboards (see below). Clicking to edit instead of the button, close if you click outside, cmd/cntrl + enter to submit.
- I think dashboard item might be confusing. Maybe dashboard insight?
- Related to the above the placeholder text should be: "Add a description for this dashboard insight..."
- The description should not be muted if it's set (show in default text color). Probably worth having it the same font size as the rest (unsure, let's try it out).
- You should be able to edit the item's description from the dashboard page.
@macobo I addressed most of the concerns on @paolodamico's comment but in favor of keeping this PR from spiraling, I will address everything else in the second PR of this (editing dashboard insight description on the dashboards page) |
Changes
(1/2) Updates for dashboard item editing on #3551
Checklist