-
Notifications
You must be signed in to change notification settings - Fork 614
Llastflowers/5118/select panel unhide footer #6170
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
Merged
+58
−3
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
9af7d8a
sync primer/react versions
llastflowers 68e1285
keep footer from disappearing behind keyboard on SelectPanel
llastflowers de21ef2
remove a line of CSS that made footer button slightly off-center
llastflowers 0dac1fe
Merge branch 'main' into llastflowers/5118/SelectPanel-pin-footer
llastflowers ebb7752
oops, fixing a couple lines of css I didn't mean to change
llastflowers d22396b
Create dull-pots-appear.md
llastflowers 4293458
make CI lint checks happy
llastflowers 9a05674
fix code comments
llastflowers deb73f1
test(vrt): update snapshots
llastflowers 2b592ac
Update packages/react/src/SelectPanel/SelectPanel.tsx
llastflowers bd5aff8
Update dull-pots-appear.md
llastflowers 082b06b
refactoring based on PR comments
llastflowers 9413683
refactoring based on PR comments
llastflowers c4a17a7
small tweak suggested by copilot adapted to work with other new code …
llastflowers 25e1641
incorporating copilot suggested change to prevent excessive re-renders
llastflowers 88346dd
Update packages/react/src/SelectPanel/SelectPanel.tsx
llastflowers f6ffe14
combining useEffects per copilot suggestion
llastflowers 5852e52
check viewport scale and don't reposition anything if scale changes; …
llastflowers 305fed3
add check that SelectPanel is open before running keyboard/resizing-r…
llastflowers 22e9b8a
ignore eslint redundancy check in favor of satisfying typescript requ…
llastflowers 8bf07a2
also check for isNarrowScreenSize in new useEffect
llastflowers daba652
Merge branch 'main' into llastflowers/5118/SelectPanel-pin-footer
primer[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
Update SelectPanel so that content isn't hidden behind mobile keyboard |
Binary file modified
BIN
-3 Bytes
(100%)
...sive-width-light-modern-action-list--true-full-screen-on-narrow--true-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.
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.
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.
@hectahertz tagging you since I know you worked on a lot of these, any idea why/if this is needed or are we safe to remove? 👀
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.
I think it's a leftover from a previous implementation; if the snapshots look fine I can't think of any issues with removing it!