-
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 Statements Page #78106
Conversation
This commit introduces fixes to Statements Page: - Update style of link on tooltip for diagnostic status and add space before `When` - Remove word `current` from the Cancel Diagnostics request - Slow loading message only show after a few seconds of page loading - Space between item (seach / filter/ time picker) are now 12px and the size of both dividers are the same (using the heigh of all items) - Update color of alert message on Conditional Diagnostic Request - Change `trace` to `diagnostic bundle` - Update link color/underline on hover for node and app name Partially addresses cockroachdb#77982 Release note: None
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
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.
Reviewed 13 of 13 files at r1, all commit messages.
Reviewable status: complete! 2 of 0 LGTMs obtained (waiting on @maryliag)
bors r+ |
2 similar comments
bors r+ |
bors r+ |
Build succeeded: |
This commit introduces fixes to Statements Page:
add space before
When
Before
After
current
from the Cancel Diagnostics requestBefore
After
Slow loading message only show after a few seconds of page loading
Video: https://www.loom.com/share/dd9f41fc00994a1ea852747e6606afc7
Space between item (search / filter/ time picker) are now 12px and
the size of both dividers are the same (using the heigh of all items)
Before
After
Before
After
trace
todiagnostic bundle
Before
After
Before
After
Partially addresses #77982
Release note: None