Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Collaborator
Builds ready [2a284d0]
Page Load Metrics (1218 ± 612 ms)
Bundle size diffs
|
digiwand
commented
May 10, 2024
| export const useScrollRequired = (dependencies = []) => { | ||
| export const useScrollRequired = ( | ||
| dependencies = [], | ||
| { offsetPxFromBottom = 16 } = {}, |
Contributor
Author
There was a problem hiding this comment.
Leaning towards defaulting to 0. We can handle this in a separate PR
…h-16px-or-less-scroll-buffer
Collaborator
Builds ready [879f8ef]
Page Load Metrics (787 ± 602 ms)
Bundle size diffs
|
Collaborator
Builds ready [879f8ef]
Page Load Metrics (787 ± 602 ms)
Bundle size diffs
|
OGPoyraz
approved these changes
May 14, 2024
vinistevam
approved these changes
May 14, 2024
Collaborator
Builds ready [eec6c25]
Page Load Metrics (778 ± 594 ms)
Bundle size diffs
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #24489 +/- ##
========================================
Coverage 67.48% 67.48%
========================================
Files 1288 1288
Lines 50153 50158 +5
Branches 13023 13025 +2
========================================
+ Hits 33842 33846 +4
- Misses 16311 16312 +1 ☔ View full report in Codecov by Sentry. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Related issues
Fixes: #24485
Manual testing steps
Screenshots/Recordings
Before
Screen.Recording.2024-05-10.at.12.30.06.mov
After
CleanShot.2024-05-14.at.06.21.08.mp4
Pre-merge author checklist
Pre-merge reviewer checklist