-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Build read-only bill split details page #19390
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
c590fe6
add split details route
luacmartins b84cb09
create details page
luacmartins 08e5ec1
update route
luacmartins bf8f3d8
pass chatReportID to route
luacmartins bd6a0dc
add SplitBillDetailsPage
luacmartins c5900ac
update page
luacmartins c1b2bec
use right participants
luacmartins 46fdadd
rm unused prop
luacmartins 5f40115
Merge branch 'main' into cmartins-fixSplitDetails
luacmartins 9210b3e
add modal header
luacmartins 561e1ef
disable editing in details page
luacmartins 5a33228
rm button from details page
luacmartins 8585770
fix prop type, add screenwrapper
luacmartins 36826ab
fix style
luacmartins 5a98489
update incorrect component name
Julesssss e4442e1
create split details navigation route
Julesssss 5c12e00
launch new route when bill split IOUPreview is tapped
Julesssss 31c4efb
fix split details routing
Julesssss 89c8c3b
display new split details page instead of participants
Julesssss 5f7f5a8
reuse IOUConfirmationList component within SplitDetailsPage
Julesssss f2dbf54
remove props from read-only request confirmation comp
Julesssss a02033f
add readOnly mode to RequestConfirmationList
Julesssss eb9973a
completely remove participants list from split details page
Julesssss 0e74bd7
fix outstanding lint issues
Julesssss d52719c
Merge branch 'main' into jules-buildReadOnlySplitConfirmationPage
Julesssss 448942a
disable the editable fields when in read-only mode
Julesssss 5ae444e
Merge branch 'main' into jules-buildReadOnlySplitConfirmationPage
Julesssss 8413236
prevent exception by rending 404 page when action missing
Julesssss a20ca87
pass the reportActionID to the SplitDetailsPage component via URL route
Julesssss f6be7e6
retrieve reportActions within SplitDetailsPage using chatReportID
Julesssss 6ca85da
retrieve split reportAction from Onyx using route param
Julesssss a1002b6
when showing split details, get amount from the reportAction
Julesssss b18e838
remove split creator from the participants array to avoid invalid lis…
Julesssss 091019a
hide chevron from split details when in read-only mode
Julesssss 125798d
move SplitDetailsPage to iou pages folder
Julesssss 750a3ee
Merge branch 'main' into cmartins-fixSplitDetails
Julesssss 4c72eea
Merge branch 'main' into jules-buildReadOnlySplitConfirmationPage
Julesssss 58d1d75
fix lint issues
Julesssss 80f1966
Merge branch 'jules-buildReadOnlySplitConfirmationPage' into cmartins…
Julesssss 37666fe
Merge pull request #19452 from Expensify/cmartins-fixSplitDetails
Julesssss b1e3d8f
switch to Carlos' stack navigator
Julesssss 9c56718
further formatting and prettier fixes
Julesssss 9f97480
Merge branch 'main' into jules-buildReadOnlySplitConfirmationPage
Julesssss 8444113
improve navigation routing
Julesssss 7d4e046
apply review feedback, refactor participants and footer logic
Julesssss 81909f0
show payee instead of authenticated user, plus other formatting fixes
Julesssss 669884d
make the request confirmation payee dynamic
Julesssss f5e5b7f
Merge branch 'main' into jules-buildReadOnlySplitConfirmationPage
Julesssss f9e144d
Merge branch 'main' into jules-buildReadOnlySplitConfirmationPage
Julesssss f402d46
further read-only split details page improvements based on feedback
Julesssss 24781eb
apply prettier change
Julesssss ea1882a
Merge branch 'main' into jules-buildReadOnlySplitConfirmationPage
Julesssss 693ebe3
further improvements to split bill details page
Julesssss f2024d0
fix secondary route for split bill page
Julesssss 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.
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.
This can now be any user, not just the authenticated one