-
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
Allow detaching receipts from transactions #26219
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
6a458b7
Allow zIndex to be overridden
Beamanator c2aa62f
Allow overriding some modal styles from HeaderWithBackButton
Beamanator bfe6348
New attachment view header component
Beamanator 9373871
Forgot to commit new style var
Beamanator 73ba5b6
Finish transaction-get logic
Beamanator fe01307
Add optimistic and failure data
Beamanator c0f1198
Fixing up some lint errors
Beamanator e46307c
Navigate user back to receipt report after detaching
Beamanator 802af8d
Add translations
Beamanator 6491074
lint & prettify
Beamanator 6283fa6
Merge branch 'main' of github.com:Expensify/App into beaman-addContex…
Beamanator dc50e8a
Merge branch 'main' of github.com:Expensify/App into beaman-addContex…
Beamanator 776513e
Prop types fixes
Beamanator b46f19a
Merge branch 'main' of github.com:Expensify/App into beaman-addContex…
Beamanator d089863
Fix types
Beamanator b11ffb7
Merge branch 'main' of github.com:Expensify/App into beaman-addContex…
Beamanator f3087ee
Remove old version of custom header
Beamanator 7c83e8c
Revert a few style updates
Beamanator eaa6671
Revert unused var
Beamanator ca054cf
Connect detachReceipt with transactionID
Beamanator 0ae84f4
Merge branch 'main' of github.com:Expensify/App into beaman-addContex…
Beamanator cf3979a
Fix up logic
Beamanator 64a4f68
revert a few old changes
Beamanator 1c73f1f
move function to IOU.js
Gonals 7aed7bc
hide if smartscanning
Gonals 28bc51e
remove extras
Gonals 8d6af6f
Better handle optimistic data
Gonals cc7ff5a
remove debug lines
Gonals 22e636c
lint
Gonals 9495751
Merge branch 'main' into beaman-addContextMenuForReceipts
Gonals 9c3bff6
add confirm modal
Gonals a6de27f
hooks stuff
Gonals 99fe73d
Merge branch 'main' into beaman-addContextMenuForReceipts
Gonals f0d73af
bunch of comments
Gonals b592c3c
remove unneded params
Gonals 086fbd7
conflicts
Gonals b8ecb24
more conflicts
Gonals 2902371
conflicts
Gonals 4de580d
conflicts
Gonals 0a52427
conflicts
Gonals dbce3ec
remove extra export
Gonals c3e4a26
fix confirm modal on ios
luacmartins bd019dd
Merge branch 'main' into beaman-addContextMenuForReceipts
luacmartins b976628
resolve conflicts
luacmartins 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
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.
fyi, if there are 2 Modals in a screen, we have to handle
onClose
callback on each Modal properly #31256 (comment). Otherwise, it will cause an issue here #30045