-
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
Handle error in workspace's bank account page #15394
Merged
jasperhuangg
merged 32 commits into
main
from
aldo_fix-disconnect-workspace-bankaccount
Apr 20, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
99df6d7
Show error in workspace's bank account page
aldo-expensify 426694b
Disable disconnect button on pending action
aldo-expensify 7fb58c1
Merge branch 'main' of github.com:Expensify/App into aldo_fix-disconn…
aldo-expensify b64bfc3
Move error to reimbursementAccount.errors
aldo-expensify 814df41
Don't clear errors when reloading VBA
aldo-expensify 5a2fb89
Add red dot in avatar when error in reimbursementAccount.errors
aldo-expensify c502f90
Add red dot in Settings when error in reimbursementAccount.errors
aldo-expensify 5ef05fc
Add RBR error indicator in initial workspace page
aldo-expensify 623e3a7
Add red dot to workspaces list
aldo-expensify 8aea1c2
Handle errors when restarting a VBBA setup
aldo-expensify 654d582
Remove unused prop
aldo-expensify 3e15034
Remove unused import
aldo-expensify 0bd46f8
Resolve conflicts / merge with main
aldo-expensify a93784b
Merge branch 'main' of github.com:Expensify/App into aldo_fix-disconn…
aldo-expensify 5218695
Remove `pendingAction` on failure
aldo-expensify ed12f80
Recalculate state.shouldHideContinueSetupButton after pendingAction=d…
aldo-expensify c1b12d0
Update misspell
aldo-expensify f9a0e34
Disable button if there are errors
aldo-expensify 5425565
Merge branch 'main' of github.com:Expensify/App into aldo_fix-disconn…
aldo-expensify 2e0bc5d
Update continue with setup state
aldo-expensify 777f086
Update route even when showing continue/starto over button
aldo-expensify 332d464
Fix initial step param
aldo-expensify 81ab0f4
Remove unused import
aldo-expensify f51f032
Keep url /bank-account is we get choice to continue
aldo-expensify 6914f4c
Update logic clearing errors
aldo-expensify c957618
Fix edge cases in relation to showing options continue/start over
aldo-expensify 42dac27
Resolve conflicts
aldo-expensify 7e36149
Style
aldo-expensify 85888a7
Remove unused variable
aldo-expensify 48585ef
Merge main / Resolve conflicts
aldo-expensify bd11b4c
Merge branch 'aldo_fix-disconnect-workspace-bankaccount' of github.co…
aldo-expensify 270dc00
Add new line at end of file (style)
aldo-expensify 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
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 looks like a lot of changes because of the change of level of indentation