-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: new way to handle insets in the app #53250
Merged
mountiny
merged 53 commits into
Expensify:main
from
margelo:feat/screen-wrapper-better-inset-padding-handling
Nov 30, 2024
+407
−447
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
d1c57ec
feat: new way to handle insets in the app
kirillzyusko 8e76218
Update src/hooks/useEdgeSpacing/index.ts
hannojg 73cee7a
add const import
hannojg f08991f
fix safeAreaPaddingBottomStyle
hannojg 69c8e29
fix a few screens
hannojg 5832b1b
fix workspace invite page
hannojg c7ffc53
wip
hannojg 9901700
fix: search filter search page
kirillzyusko 0dfa4c2
fix profile page spacing
hannojg 1f76a0e
fix workspace more features page
hannojg 0c28b6c
wip: migrate FormWrapper
hannojg 4bb5c4e
wip: migrate FormWrapper
hannojg 3474886
wip
hannojg 14ba19c
clean
hannojg e5f03b4
clean
hannojg 8afb320
remove usage of useSafePaddingBottomStyle
hannojg bc37113
update docs
hannojg 24e5f33
remove unused import
hannojg 781ea28
fix: synchronous keyboard padding removal
kirillzyusko a2e5062
Merge branch 'feat/screen-wrapper-better-inset-padding-handling' of g…
hannojg a093da3
cleanup fixed footer
hannojg b793c60
remove useEdgeSpacing
hannojg 3a1f021
Screens using FormProvider should use `includeSafeAreaPaddingBottom` …
hannojg 4c4a2d7
add deprecation notice
hannojg 1a69b72
fix code verification page
hannojg fdfdceb
fix more screens
hannojg 56fec79
fix address page
hannojg 1a0b9a1
fix: profile page
kirillzyusko a7c64ba
fix: some workspace screens keyboard padding
kirillzyusko 286b679
fix: more workspace screens keyboard padding
kirillzyusko 6bb138b
fix: even more workspace screens keyboard padding
kirillzyusko 0edef30
add doc
hannojg f67832f
fix: even more changes
kirillzyusko 321e524
update docs
hannojg 5ca2ed7
fix RequestParticipantSelector
hannojg 524966e
fix two more cases
hannojg 222738c
fix: last screens migrated
kirillzyusko 4333d2b
fix: search advanced filters page
kirillzyusko b59393f
fix: filter screens
kirillzyusko 25127ff
fix: eslint partially
kirillzyusko 1391c6c
fix: avoid double spacing in worksplace invite
kirillzyusko 665fa49
fix: TextSelectorModal should always consume original insets
kirillzyusko ac6c8ea
remove useSafePaddingBottomStyle entirely
hannojg 4d3d533
suppress eslint warnings
hannojg c4a8ca6
change deprecation notice
hannojg c9b8162
fix: 53207
kirillzyusko fc2cfdd
fix: onboarding keyboard -> button padding
kirillzyusko b0a2c51
fix: verification modal missing top padding
kirillzyusko 69ee93e
fix: 53192
kirillzyusko 064b321
fix: year modal wrong padding
kirillzyusko e5d7da8
fix: wrong bottom padding on workspace selection screen
kirillzyusko 3061183
fix: category selector modal
kirillzyusko e365e1e
Merge branch 'main' into feat/screen-wrapper-better-inset-padding-han…
kirillzyusko 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 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 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 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 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 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 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 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 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.
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.