-
Notifications
You must be signed in to change notification settings - Fork 14k
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
feat: Added success toasts for database, dataset, chart, dashboard, and query imports #18190
feat: Added success toasts for database, dataset, chart, dashboard, and query imports #18190
Conversation
/testenv up |
@lyndsiWilliams Container image not yet published for this PR. Please try again when build is complete. |
@lyndsiWilliams Ephemeral environment creation failed. Please check the Actions logs for details. |
/testenv up |
@lyndsiWilliams Container image not yet published for this PR. Please try again when build is complete. |
@lyndsiWilliams Ephemeral environment creation failed. Please check the Actions logs for details. |
Codecov Report
@@ Coverage Diff @@
## master #18190 +/- ##
=======================================
Coverage 66.04% 66.04%
=======================================
Files 1591 1591
Lines 62415 62421 +6
Branches 6285 6290 +5
=======================================
+ Hits 41224 41228 +4
- Misses 19569 19571 +2
Partials 1622 1622
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@lyndsiWilliams Ephemeral environment spinning up at http://34.208.178.168:8080. Credentials are |
/testenv up VERSIONED_EXPORT=True |
@lyndsiWilliams Ephemeral environment spinning up at http://52.11.201.248: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.
Looks good, but we need to make the strings translatable.
Oops, good catch! Thank you! 😬 Fixed in |
Ephemeral environment shutdown and build artifacts deleted. |
…nd query imports (apache#18190) * Added imports toasts * Removed generic import toast * Remove addSuccessToast from props * Added addSuccessToast back to prop type * Made success toast strings translatable
…nd query imports (apache#18190) * Added imports toasts * Removed generic import toast * Remove addSuccessToast from props * Added addSuccessToast back to prop type * Made success toast strings translatable
…nd query imports (apache#18190) * Added imports toasts * Removed generic import toast * Remove addSuccessToast from props * Added addSuccessToast back to prop type * Made success toast strings translatable
SUMMARY
This PR adds success toasts for database, dataset, chart, dashboard, and query imports.
ANIMATED MOV
importToasts.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION