-
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
Create Validation Step #3587
Merged
Merged
Create Validation Step #3587
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
cbbb536
Add header and make sure things are loading
ctkochan22 68d9829
get props and state
ctkochan22 3bbb98b
get methods talking
ctkochan22 ebcc2e4
Add amound 2 and 3 and concatoate them
ctkochan22 af09ae8
Add a call to WebAPI
ctkochan22 ea09cfa
remove debugging logs
ctkochan22 94ef391
export validate method
ctkochan22 0bb78c3
Validate amounts
ctkochan22 37433a4
Add clarification
ctkochan22 adb440f
Merge branch 'main' into ckt_validationStep
ctkochan22 c0fd259
grab failed reimbursement
ctkochan22 4af47ae
Pull bankaccountID first
ctkochan22 794a1ae
Nest all validation in PENDING
ctkochan22 fb6458a
Add images
ctkochan22 1fab732
fix image url
ctkochan22 a4b0c47
merge master
ctkochan22 1ac0380
Start getting all the copy lined up
ctkochan22 b1ff46b
Fix error
ctkochan22 6b4a465
dismiss modal upon success
ctkochan22 5591738
merge main
ctkochan22 ea1d45b
Fix merge errors
ctkochan22 cebc4a3
remove debuggint logs
ctkochan22 6054889
Pass maxAttemptsReached
ctkochan22 ef83c5d
Fix more feedback and style
ctkochan22 71ad002
Merge branch 'ckt_validationStep' of github.com:Expensify/Expensify.c…
ctkochan22 723f02c
adjust spacing and add copy to constant
ctkochan22 7335f35
Add spanish
ctkochan22 7cd6489
Fix extra padding
ctkochan22 43cd571
Adjust sizing of verifying gif
ctkochan22 8c2cfb4
fix lint and alphabetize export
ctkochan22 4bf2b81
Update copy and add red text
ctkochan22 da55c9b
travis style
ctkochan22 adaf7fb
fix final review
ctkochan22 1bed83b
Merge and fix conflicts
ctkochan22 e0cecca
fix conflicts
marcaaron 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
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.
NAB, because I think this works for now. But just leaving a mental note that we might want to show some kind of "success" screen. Since the plan is to enable Expensify cards automatically and there won't be anything to block the user from returning to this flow necessarily and I was thinking it would show a permanent view for the
EnableStep
just saying something like "there's no more actions to take" or whatever.