-
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
[Exploratory View] Make series editor header sticky #118223
[Exploratory View] Make series editor header sticky #118223
Conversation
Pinging @elastic/uptime (Team:uptime) |
Should wait for #118238 and accommodate the changes. |
ae8c9f9
to
c30e6e5
Compare
Reset button removed in #118095. Updated screenshots:
|
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.
Stickiness looks good, i noticed that when user starts scroling it moves slighltly before it get's stickked, i think there is some extra padding on top of row, which we should remove, i think this view is already constrained, we can either remove the padding or decrease it.
Good point @shahzad31. We can remove the top padding, and have the EuiResizableButton on top make for the top padding. The header in this case would have an imbalanced top and bottom paddings, but wouldn't look imbalanced due to the resize button above. |
c30e6e5
to
860217f
Compare
860217f
to
5cc3d1a
Compare
Incorporating #118223 (review) and merging with #117067. Updated video and screenshots: 118223.Section.sticky.header.mov
|
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
LGTM !!
* Make exploratory view series editor section header sticky when scrolled so that Apply Changes button is always in view. (elastic#118223) (elastic#117131)
* Make exploratory view series editor section header sticky when scrolled so that Apply Changes button is always in view. (elastic#118223) (elastic#117131)
* Make exploratory view series editor section header sticky when scrolled so that Apply Changes button is always in view. (#118223) (#117131) Co-authored-by: Abdul Wahab Zahid <[email protected]>
* Make exploratory view series editor section header sticky when scrolled so that Apply Changes button is always in view. (#118223) (#117131) Co-authored-by: Abdul Wahab Zahid <[email protected]>
* Make exploratory view series editor section header sticky when scrolled so that Apply Changes button is always in view. (elastic#118223) (elastic#117131)
Fixes #117131
Summary
Make the header actions header on series editor on Exploratory View sticky, because the Apply Changes button scrolls off the container.
Before
https://user-images.githubusercontent.com/2748376/141177629-c859f669-04e6-45f9-b41d-2ccbb295ddf0.mp4
After
https://user-images.githubusercontent.com/2748376/141177679-1c9315f9-06c4-40de-876a-87691836add9.mp4
Screenshots
Checklist
Delete any items that are not applicable to this PR.
- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] Unit or functional tests were updated or added to match the most common scenarios- [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker listFor maintainers
- [ ] This was checked for breaking API changes and was labeled appropriately