-
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
Added shouldShowOfflineIndicator default props #20467
Merged
Merged
Changes from 13 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1504a3e
Added shouldShowOfflineIndicator default props
dhairyasenjaliya e586701
added props to component to display or not
dhairyasenjaliya 8f6e336
added on plaid step
dhairyasenjaliya 2b9185a
added on personal bank account
dhairyasenjaliya 6936582
added on OnfidoStep
dhairyasenjaliya b872b57
added on Reimbursement
dhairyasenjaliya 12fc924
added on WalletStatmentPage:
dhairyasenjaliya 89b6568
added on CodesPage
dhairyasenjaliya 6b5e7eb
added on VerifyPage
dhairyasenjaliya 072bbf1
added on SuccesPage
dhairyasenjaliya 4cd8d9c
added on DisablePage
dhairyasenjaliya 73af0c2
Merge branch 'main' of https://github.com/dhairyasenjaliya/Expensify …
dhairyasenjaliya 819ab5a
Added FullPageOfflineBlockingView to plaid
dhairyasenjaliya b5fc55a
Merge branch 'main' of https://github.com/dhairyasenjaliya/Expensify …
dhairyasenjaliya 07c7103
OfflineIndicator position fix
dhairyasenjaliya ef63157
OfflineIndicator position bottom with scrollview
dhairyasenjaliya ede530b
Merge branch 'main' into offlineIndicator
dhairyasenjaliya 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
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
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.
Looks like we will need the offline indicator here
Screen.Recording.2023-06-09.at.10.00.34.PM.mov
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.
@thesahindia Even if I remove the props still there is no offline indicator, this bug exists on the main as well un-related to PR
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.
@thesahindia I agree we should add
<FullPageOfflineBlockingView>
to plaid and I found that initially this might be missed to add<FullPageOfflineBlockingView>
hereAddPlaidBankAccount.js
but I believe this should be treated as a separate bug and treated into another PR since this PR is just about to remove the duplicate indicatorlet me know if this sounds fine
Changes to add OfflineBlockingView to AddPlaidBankAccount when we have account's
App/src/components/AddPlaidBankAccount.js
Line 200 in d91fe14
+ <FullPageOfflineBlockingView>
<FullPageOfflineBlockingView>
which I think we need to rectify first whether this is removed or any other issue on regressionThere 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.
I am not sure about it. I think we should handle it here. It's a simple change.
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.
cc: @flodnv for thoughts.
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 please let's just make this change here @dhairyasenjaliya
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.
Please always add a new comment instead of editing an existing comment, as it can often go unnoticed.
@dhairyasenjaliya, can you please add some more details? I am not sure I understand how this is related to
FullPageOfflineBlockingView
.