-
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
[uiSettings] Extend toast lifetime #169899
Conversation
Signed-off-by: Willie Hung <[email protected]>
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
💚 CLA has been signed |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
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.
Thanks, LGTM!
buildkite test this |
@kibanamachine buildkite test this |
/run kibana-ci |
@elasticmachine merge upstream |
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.
Thanks a lot for addressing this issue, @Willie-The-Lord!
Even though the suggestion in the issue was to set the new duration for the callout to 15s or 30s, I think the value of 15s is more than enough after testing locally.
@elasticmachine merge upstream |
Merge queue setting changed
@elasticmachine merge upstream |
buildkite test this |
@elasticmachine run elasticsearch-ci/docs |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @vadimkibana |
…73563) Addresses #172922 ## Summary This PR extends the "Reload page" toast lifetime to 15s (it was 5s before). This change was added to the original (stateful) Advanced settings plugin with #169899 and we need to also add it to the new Settings packages before we integrate them into stateful Kibana. Co-authored-by: Kibana Machine <[email protected]>
…astic#173563) Addresses elastic#172922 ## Summary This PR extends the "Reload page" toast lifetime to 15s (it was 5s before). This change was added to the original (stateful) Advanced settings plugin with elastic#169899 and we need to also add it to the new Settings packages before we integrate them into stateful Kibana. Co-authored-by: Kibana Machine <[email protected]>
Summary
15s
.Checklist
Delete any items that are not applicable to this PR.
For maintainers