-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
improve loading UI in Discover mobile #197939
Conversation
/ci |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Thx a lot for your contribution @youhonglian , could you take care of the failing Jest tests, the FTR (functional) test failure appears to be unrelated. Many thx! |
/ci |
1 similar comment
/ci |
/ci |
@elasticmachine run docs-build |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
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.
Tested locally and it's working as expected now! Thanks for fixing this 👍
@elasticmachine run docs-build |
Starting backport for target branches: 8.x |
## Summary Closes elastic#151503 In this PR, use the EuiEmptyPrompt component to update the loading UI --------- Co-authored-by: Davis McPhee <[email protected]> (cherry picked from commit 7d0f15b)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [improve loading UI in Discover mobile (#197939)](#197939) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"youhonglian","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-30T23:41:06Z","message":"improve loading UI in Discover mobile (#197939)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/151503\r\n\r\nIn this PR, use the EuiEmptyPrompt component to update the loading UI\r\n\r\n---------\r\n\r\nCo-authored-by: Davis McPhee <[email protected]>","sha":"7d0f15b160fd2c7bc1d80e62f3499827970fccc1","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","💝community","v9.0.0","Team:DataDiscovery","backport:prev-minor"],"title":"improve loading UI in Discover mobile","number":197939,"url":"https://github.com/elastic/kibana/pull/197939","mergeCommit":{"message":"improve loading UI in Discover mobile (#197939)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/151503\r\n\r\nIn this PR, use the EuiEmptyPrompt component to update the loading UI\r\n\r\n---------\r\n\r\nCo-authored-by: Davis McPhee <[email protected]>","sha":"7d0f15b160fd2c7bc1d80e62f3499827970fccc1"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197939","number":197939,"mergeCommit":{"message":"improve loading UI in Discover mobile (#197939)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/151503\r\n\r\nIn this PR, use the EuiEmptyPrompt component to update the loading UI\r\n\r\n---------\r\n\r\nCo-authored-by: Davis McPhee <[email protected]>","sha":"7d0f15b160fd2c7bc1d80e62f3499827970fccc1"}}]}] BACKPORT--> Co-authored-by: youhonglian <[email protected]>
Summary
Closes #151503
In this PR, use the EuiEmptyPrompt component to update the loading UI