-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: ui updates to Database page #78084
Conversation
This commit introduces ui fixes on the Database page (and other child pages of it): Partially addresses cockroachdb#77982 - Auto Stats circle is no longer cut off - Added the link style to the link on Auto Stats tooltip - Updated tooltip message on reset index stats to add `from the time the index was created or had its stats reset` - Updated the reset stats link when hover to use the correct blue and add underline - Adjusted alignment of summary cards inside Table details Release note: None
@maryliag one question: on the index detail page, does the bullet for summary card alignment also address the issue of the index stats table not resizing with the SQL box/summary cards when the browser window is resized? Or is that a separate issue? |
@Annebirzin it doesn't (I just noticed that one and fixed anyway 😄 ) Our table component does not resize like that, so that will be something we will work later on, but I don't think I can get that in for GA. And the new behaviour would affect all tables. |
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.
LGMT
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.
Reviewable status: complete! 1 of 0 LGTMs obtained
bors r+ |
Build succeeded: |
This commit introduces ui fixes on the Database page (and other
child pages of it)
Partially addresses #77982
Before
After
from the time the index was created or had its stats reset
Before
After
and add underline
Before
After
Release note: None