-
Notifications
You must be signed in to change notification settings - Fork 13.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
fix(sqllab): Updated blank states for query results and query history #19111
fix(sqllab): Updated blank states for query results and query history #19111
Conversation
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.
LGTM!
/testenv up |
@yousoph Ephemeral environment spinning up at http://52.36.73.254:8080. Credentials are |
Codecov Report
@@ Coverage Diff @@
## master #19111 +/- ##
=======================================
Coverage 66.51% 66.51%
=======================================
Files 1644 1646 +2
Lines 63490 63538 +48
Branches 6458 6471 +13
=======================================
+ Hits 42229 42262 +33
- Misses 19591 19595 +4
- Partials 1670 1681 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@yousoph Ephemeral environment spinning up at http://34.215.172.32:8080. Credentials are |
/testenv up |
@lyndsiWilliams Ephemeral environment spinning up at http://54.218.186.139:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
/testenv up |
@yousoph Container image not yet published for this PR. Please try again when build is complete. |
@yousoph Ephemeral environment creation failed. Please check the Actions logs for details. |
/testenv up |
@yousoph Ephemeral environment spinning up at http://35.87.0.220:8080. Credentials are |
@kasiazjc can you take a look and see if this looks good to you? Thanks!!! |
looks good! Thank you @yousoph and @lyndsiWilliams 🙏 |
Ephemeral environment shutdown and build artifacts deleted. |
…#19111) * Empty states updated on result tab and query history tab * Testing on query history blank state * Testing on result tab with empty state * Forgot to remove a comment * Corrected empty state image size and centered with drag bar * Centered blank states vertically (cherry picked from commit bb618a4)
SUMMARY
Updated the blank states for query results and query history using the EmptyStateMedium component.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE
AFTER
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION