-
Notifications
You must be signed in to change notification settings - Fork 117
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
convert select component, consolidate bookmark dialog #5545
Conversation
@briangregoryholmes is this ready for review? Mind just fixing the code quality test? |
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.
Looks way better aesthetically.
UXQA – I tried the Create Bookmark form, and making a selection in the new Select component caused the dialog to close. See JAM.
Approving so you can merge after fixing.
For the sake of practicality, I've solved this by consolidating the There is a lot that has to be done to make our dialog implementations more consistent throughout the application. The changes in this PR are small just to get it over the line. I also changed the Bookmark input label from |
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 like the cleanup. Two UXQA findings:
- The Bookmark dialog's absolute time range toggle doesn't seem to be respected. It always flips to "on". See Jam
- The
TimePicker
component isn't seeming to create valid times. When I create a scheduled report, the chosen time isn't respected, and the "edit" form is not able to populate the time field correctly. See Jam.
It still seems like the Bookmark toggles aren't being respected. Toggling-on either "Save filters only" or "Absolute time range" is not retained. See Jam. |
Could not reproduce any issue with the filters only toggle, but the other one should be resolved. |
No description provided.