[Unified Search] EuiSuperDatePicker improvements#243020
Merged
acstll merged 5 commits intoelastic:mainfrom Dec 11, 2025
Merged
Conversation
Contributor
Author
|
@elasticmachine merge upstream |
Member
|
buildkite deploy cloud |
Contributor
|
Project deployed, see credentials at: https://buildkite.com/elastic/kibana-deploy-project-from-pr/builds/764 |
5a7a683 to
bbb1cdb
Compare
0a73d84 to
aa6e065
Compare
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
|
PR Cloud deployment started at: https://buildkite.com/elastic/kibana-deploy-cloud-from-pr/builds/605 |
nreese
approved these changes
Dec 8, 2025
Contributor
nreese
left a comment
There was a problem hiding this comment.
kibana-presentation changes LGTM
code review, tested in chrome
Contributor
Author
|
@elasticmachine merge upstream |
QueryBarTopRow is taking wrapping in 2 lines at an earlier breakpoint because of the time window buttons, it used to wrap at ~970px now it does at ~1070px
I could not figure out the reason why a tooltip (Add filter) got stuck because of the change in layout (showing time window buttons)
Contributor
|
Pinging @elastic/eui-team (EUI) |
Contributor
💔 Build Failed
Failed CI StepsMetrics [docs]Async chunks
History
cc @acstll |
akowalska622
approved these changes
Dec 11, 2025
Contributor
akowalska622
left a comment
There was a problem hiding this comment.
Data Discovery changes LGTM
10 tasks
andrimal
pushed a commit
to andrimal/kibana
that referenced
this pull request
Dec 11, 2025
…ns and time zone display (elastic#243020) ## Summary This enables 2 new features in the time picker `EuiSuperDatePicker` in Unified Search. - Time window buttons: on the top-level of the component that allow shifting the time window backwards or forward, and zooming out. - Time zone information displayed in the date/time picker popover. <img width="1362" height="968" alt="image (4)" src="https://github.com/user-attachments/assets/846f307e-12eb-41b5-9eb7-35b3540a202f" /> ## Changes - Show time window buttons aa6e065 - Show time zone information aa6e065 For more info, see elastic/eui#9210 --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
seanrathier
pushed a commit
to seanrathier/kibana
that referenced
this pull request
Dec 15, 2025
…ns and time zone display (elastic#243020) ## Summary This enables 2 new features in the time picker `EuiSuperDatePicker` in Unified Search. - Time window buttons: on the top-level of the component that allow shifting the time window backwards or forward, and zooming out. - Time zone information displayed in the date/time picker popover. <img width="1362" height="968" alt="image (4)" src="https://github.com/user-attachments/assets/846f307e-12eb-41b5-9eb7-35b3540a202f" /> ## Changes - Show time window buttons aa6e065 - Show time zone information aa6e065 For more info, see elastic/eui#9210 --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This enables 2 new features in the time picker
EuiSuperDatePickerin Unified Search.Changes
For more info, see elastic/eui#9210