-
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
[Console] Fix small UX bugs #193887
[Console] Fix small UX bugs #193887
Conversation
@elasticmachine merge upstream |
...lugins/console/public/application/containers/editor/monaco_editor_output_actions_provider.ts
Show resolved
Hide resolved
Pinging @elastic/kibana-management (Team:Kibana Management) |
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 for adding these fixes @sabarasaba! Tested them locally, changes lgtm.
I'm approving to unblock the PR but wanted to mention that I noticed a small regression from these changes: when we add a request from History, it doesn't get highlighted as it did before. Could you look into this (hopefully it's not too complex to fix it)?
Screen.Recording.2024-09-26.at.17.17.31.mov
Thanks for having a look @ElenaStoeva! The bug for clearing output, navigating away and coming back and the last request is highlighted was more complex than what I initially thought. So I ended up creaing a separate issue for it as I think will require more investigation of how it happens. I'll go ahead and merge these fixes for now and we'll deal with the other one separately. |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @sabarasaba |
Starting backport for target branches: 8.x |
(cherry picked from commit 8af2334)
💚 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`: - [[Console] Fix small UX bugs (#193887)](#193887) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-27T13:09:46Z","message":"[Console] Fix small UX bugs (#193887)","sha":"8af23349e185368601b435619ce4eaf90d5071ed","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor","v8.16.0"],"title":"[Console] Fix small UX bugs","number":193887,"url":"https://github.com/elastic/kibana/pull/193887","mergeCommit":{"message":"[Console] Fix small UX bugs (#193887)","sha":"8af23349e185368601b435619ce4eaf90d5071ed"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193887","number":193887,"mergeCommit":{"message":"[Console] Fix small UX bugs (#193887)","sha":"8af23349e185368601b435619ce4eaf90d5071ed"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ignacio Rivas <[email protected]>
Fixes #193949
Summary
This PR fixes a few UX bugs that were noticed during testing:
Screenshots