-
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
feat(3000): Allow renaming the current item from the top bar #18709
Conversation
2dfd908
to
82aec14
Compare
681e49f
to
6bbaf5a
Compare
Size Change: +565 B (0%) Total Size: 2.01 MB
|
b79b180
to
f9a0945
Compare
📸 UI snapshots have been updated114 snapshot changes in total. 0 added, 114 modified, 0 deleted:
Triggered by this commit. |
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.
lgtm
It was using a class only defined in `Insight.scss`, so the class didn't actually work in dashboards.
fe6cf41
to
b6de023
Compare
📸 UI snapshots have been updated113 snapshot changes in total. 0 added, 113 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
Problem
In the 3000 UI page headers are exclusively in the top bar now. One thing that wasn't carried over was item renaming though.
Changes
You can now remain the currently viewed item intuitively:
Currently implemented for insights, dashboards, and notebook, as this PR focuses on the system.
It can be useful to review each sequentially, as each builds on top of the previous one.