-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove MoneyRequestSelectorPage.js and copy any changes since Nov 27 into IOURequestStartPage.js. #35455
Merged
neil-marcellini
merged 36 commits into
Expensify:main
from
Krishna2323:krishna2323/remove/redundant/34613
Mar 18, 2024
Merged
Remove MoneyRequestSelectorPage.js and copy any changes since Nov 27 into IOURequestStartPage.js. #35455
Changes from 4 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
dae08c9
Remove MoneyRequestSelectorPage.js and copy any changes since Nov 27 …
Krishna2323 ff8b9a3
Merge branch 'main' into krishna2323/remove/redundant/34613
Krishna2323 cdaa1aa
remove redundant code and old component.
Krishna2323 b915c4e
remove redundant code and comment
Krishna2323 2c93aef
Merge branch 'main' of https://github.com/Krishna2323/App into krishn…
Krishna2323 8325c22
Merge branch 'main' of https://github.com/Krishna2323/App into krishn…
Krishna2323 0824fb9
update startMoneyRequest_temporaryForRefactor to startMoneyRequest.
Krishna2323 4e69672
remove: unused routes from ROUTES.ts
Krishna2323 013376d
minor fix.
Krishna2323 423af4e
updated sendMoney callback dependencies.
Krishna2323 4bed3d0
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 c6b0ffe
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 4c6f886
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 92789b5
Remove redundant constants for the old screen names.
Krishna2323 53f913f
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 dfd6b8b
removed MoneyRequest route.
Krishna2323 53edc67
minor fix.
Krishna2323 06cc5b4
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 2b53cb3
Merge branch 'main' of https://github.com/Krishna2323/App into krishn…
Krishna2323 ecefca7
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 8b2a982
minor fic.
Krishna2323 5bb76c1
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 2e8fc66
Merge branch 'main' of https://github.com/Krishna2323/App into krishn…
Krishna2323 6bea0f8
Merge branch 'krishna2323/remove/redundant/34613' of https://github.c…
Krishna2323 34ed2fa
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 59b8d60
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 24fb17b
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 3b9f478
Merge branch 'main' of https://github.com/Krishna2323/App into krishn…
Krishna2323 a3115ba
fix failing typechecks.
Krishna2323 3ad7a4f
fix route iou type for send.
Krishna2323 b1df87f
rename startMoneyRestartMoneyRequestquest_temporaryForRefactor.
Krishna2323 82327ed
Merge branch 'main' of https://github.com/Krishna2323/App into krishn…
Krishna2323 2d15cca
minor fix.
Krishna2323 24c6f46
minor fixes.
Krishna2323 6ba7f40
Merge branch 'Expensify:main' into krishna2323/remove/redundant/34613
Krishna2323 6c6ed85
update according to all NAB suggestions.
Krishna2323 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 was deleted.
Oops, something went wrong.
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.
could you explain why do we have those changes?
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.
Because we don't show date & merchant option when sending.
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.
could you share any ref link (for example GH issue/discussion) so I can cross-check? Thanks
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.
Current send flow also don't allow merchant and date, I just copied this from old component.
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.
@Krishna2323 nice. Could you share the link to that code from the old component? Thanks
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.
Thanks @Krishna2323 in meanwhile, could you fix the TS error? THanks
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.
@DylanDylann can you pls update here.
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.
Yes, we need to do that
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.
@hoangzinh bump
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.
@Krishna2323 according to his PR here https://github.com/Expensify/App/pull/35461/files#diff-5e4afd2b33b309cd8b0ddee94902568e7abbcf32a83df362df5555767816ac71 It appears that there is no updates from MoneyRequestConfirmPage. So I think we're good to go. What do you think?