-
Notifications
You must be signed in to change notification settings - Fork 14k
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
feat: scroll to bottom when adding a new native filter and the page is filled #19053
feat: scroll to bottom when adding a new native filter and the page is filled #19053
Conversation
/testenv up |
@yousoph Container image not yet published for this PR. Please try again when build is complete. |
@yousoph Ephemeral environment creation failed. Please check the Actions logs for details. |
Unit tests have failed on this one a couple times despite re-running CI... could you check to see if they're passing locally? |
…scroll-to-bottom-when-adding-native-filters
Codecov Report
@@ Coverage Diff @@
## master #19053 +/- ##
=======================================
Coverage 66.50% 66.50%
=======================================
Files 1642 1643 +1
Lines 63442 63460 +18
Branches 6439 6449 +10
=======================================
+ Hits 42191 42205 +14
- Misses 19582 19585 +3
- Partials 1669 1670 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -65,7 +72,7 @@ test('renders form', async () => { | |||
|
|||
test('drag and drop', async () => { | |||
defaultRender(); | |||
// Drag the state and contry filter above the product filter | |||
// Drag the state and country filter above the product filter |
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 cleaning up all the typos and things along the way. You're making the world a better place! 🧹 ✨
/testenv up |
@rusackas Ephemeral environment spinning up at http://34.220.228.251:8080. Credentials are |
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, and works well in testing. Just re-triggered E2E tests 🤞 . CC @kgabryje and @michael-s-molina in case you spot any risks I didn't.
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
Ephemeral environment shutdown and build artifacts deleted. |
🏷️ preset:2022.11 |
…s filled (apache#19053) * feat: Scroll to bottom when adding a new native filter and the page is filled * Add test (cherry picked from commit cfb967f)
SUMMARY
When adding a native filter, and the page is already filled (with other filters), auto-scroll to the bottom so that the newly added filter is visible on the left panel.
Also, fixes a typo in the onRearrange function.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
Screen.Recording.2022-03-07.at.21.56.31.mov
After:
Screen.Recording.2022-03-07.at.21.50.20.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION