-
Notifications
You must be signed in to change notification settings - Fork 14.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
chore: Changes the AlertReportModal to use the new Select component #16144
chore: Changes the AlertReportModal to use the new Select component #16144
Conversation
3101058
to
ac67310
Compare
Codecov Report
@@ Coverage Diff @@
## master #16144 +/- ##
==========================================
- Coverage 76.83% 76.67% -0.17%
==========================================
Files 995 995
Lines 52884 53021 +137
Branches 6721 6767 +46
==========================================
+ Hits 40636 40654 +18
- Misses 12023 12137 +114
- Partials 225 230 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
ac67310
to
d091e8c
Compare
/testenv up FEATURE_ALERT_REPORTS=true |
@michael-s-molina Ephemeral environment spinning up at http://34.219.73.77:8080. Credentials are |
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.
Hey @michael-s-molina this looks good. I have spotted some small glitches that I believe we should review
- Before changing between Message Content - Chart or Dashboard leave a dropdown open, then change option, then go back to the previous option. You will see the dropdown appears for a moment. I think it should get programmatically closed when changing option to avoid this UI glitch.
Superset.mp4
- When opening an Async dropdown you will see the "No data" appearing briefly before the data is rendered on screen. I think this is a glitch that was solved some time back but it is now coming back.
I think both issues affect the Select Component throughout the whole project, not specifically related to this PR.
Fixed.
Already added to the list of Select improvements. |
/testenv up |
@michael-s-molina Ephemeral environment spinning up at http://54.184.17.2:8080. Credentials are |
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.
Code LGTM
Ephemeral environment shutdown and build artifacts deleted. |
…pache#16144) * chore: Changes the AlertReportModal to use the new Select component * Gives time to close the select before changing the type
…pache#16144) * chore: Changes the AlertReportModal to use the new Select component * Gives time to close the select before changing the type
SUMMARY
Changes the
AlertReportModal
to use the new Select component.@junlincc @jinghua-qa @adam-stasiak @rusackas
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2021-08-09.at.9.05.16.AM.mov
Screen.Recording.2021-08-09.at.10.45.45.AM.mov
TESTING INSTRUCTIONS
ALERT_REPORTS
feature flag.ADDITIONAL INFORMATION