-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Enhance the time range selectors for better usability #78499
Comments
Hi @Annebirzin, For the next bullet point,
It sounds like given that will open directly to custom selector, we need a way to enable users to go back to the normal set of preset options. I'm curious what you're thinking in terms of how to do this? Naively, I would imagine link text or a button saying something like "Return to preset options". |
|
Hello, amazing and very human clean up team! I have updated the Jira description with the description in this GitHub issue. Thank you! |
… selected Fixes cockroachdb#78499 This commit modifies the TimeScaleDropdown so that if a custom time is currently select it opens directly to the custom selection menu, and a "Preset Time Ranges" navigation link to go to the preset options from the custom menu. This commit also cleans up the unused DateRange component. Release note (ui): The time picker now opens directly to the custom time selection menu when a custom time is already selected. A "Preset Time Ranges" navigation link has been added to go to the preset options from the custom menu.
Thanks, @irfansharif! That's already being addressed in #81077 🙂 |
Brilliant, thanks! |
81855: ui: open TimeScaleDropdown directly to the custom menu when custom is selected r=jocrl a=jocrl Fixes #78499 This commit modifies the TimeScaleDropdown so that if a custom time is currently select it opens directly to the custom selection menu, and a "Preset Time Ranges" navigation link to go to the preset options from the custom menu. This commit also cleans up the unused DateRange component. https://user-images.githubusercontent.com/91907326/170353048-a52974dc-fd39-48f6-a228-f17fc974607d.mov Release note (ui): The time picker now opens directly to the custom time selection menu when a custom time is already selected. A "Preset Time Ranges" navigation link has been added to go to the preset options from the custom menu. 81912: roachprod: avoid invoking `cockroach version` r=irfansharif a=irfansharif This was only being used for compatibility with v20.2 nodes expecting different logging arguments. That version is no longer officially supported, and in CI/elsewhere, we build roachprod using the SHA from the specific release. Avoiding the version here lets me use roachprod with crdb binaries that don't stamp in the version: #79360 (avoiding stamping can shave off a few precious seconds in builds). Release note: None Co-authored-by: Josephine Lee <[email protected]> Co-authored-by: irfan sharif <[email protected]>
… selected Fixes cockroachdb#78499 This commit modifies the TimeScaleDropdown so that if a custom time is currently select it opens directly to the custom selection menu, and a "Preset Time Ranges" navigation link to go to the preset options from the custom menu. This commit also cleans up the unused DateRange component. Release note (ui): The time picker now opens directly to the custom time selection menu when a custom time is already selected. A "Preset Time Ranges" navigation link has been added to go to the preset options from the custom menu.
We should enhance the usability of the time range selectors we have in the console. Specifically,
Allow text entry in the time selectorbroke out into ui: Allow text entry in the time selector #80655Jira issue: CRDB-14160
The text was updated successfully, but these errors were encountered: