-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Improvements I #3608
Dashboard Improvements I #3608
Conversation
EDIT: Opening an issue as I've seem to identified another problem. |
My only suggestion would be to move the Shared icon(s) to the right side of the menu. Related: What happens if the dashboard name is long? Seems like it would look cleaner to truncate the name with an ellipsis rather than wrap, along with a tooltip in case dashboard names are namespaced to where you can't make out the difference between them). Example: "Marketing > Q1 Initiativ..." |
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.
code-wise, a few nits from my side otherwise looks good!
non-blockers really, up to you how to go about it
if (isOnEditMode) { | ||
clearDOMTextSelection() | ||
window.setTimeout(clearDOMTextSelection, 200) | ||
window.setTimeout(clearDOMTextSelection, 1000) |
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.
is there a cleaner way to do this?
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.
I think there is, tbh I'm not entirely sure why we're doing this. Though, this PR is not changing the behavior (copied over). To move forward I would love if someone with more context on this could help us determine how to improve it.
Changes
This is the fist PR in the series outlined in #3344 & #3551 to significantly improve our dashboards experience. Addresses some of the issues/improvements outlined in #3547.
Before
After
- Adds data instrumentation for a bunch of dashboard-related events that we didn't have before.
In addition to the above, this PR also:
Checklist