-
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
[Waiting on checklist] [$250] Expensify Card - Verifying page does not show offline indication when user is offline #51885
Comments
Triggered auto assignment to @francoisl ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
We think that this bug might be related to #wave-collect - Release 2 |
Edited by proposal-police: This proposal was edited at 2024-11-01 22:11:15 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Verifying page does not show offline indication when the user is offline. What is the root cause of that problem?Currently, to display the offline indicator on wider screens, we need to use the
What changes do you think we should make to solve the problem?we can pass
Optionally we can add What alternative solutions did you explore? (Optional)If we decide to show the
Let"s only wrap the code block below in App/src/pages/workspace/expensifyCard/WorkspaceExpensifyCardBankAccounts.tsx Lines 192 to 201 in b9ec75a
Optional: Although there is no need to block the view while it is in a loading state, if we decide to do so, let"s just wrap this component in Alternative 2 App/src/pages/workspace/expensifyCard/WorkspaceExpensifyCardBankAccounts.tsx Lines 106 to 114 in b9ec75a
|
Sounds like it could come from #51407. |
Job added to Upwork: https://www.upwork.com/jobs/~021852431360082320267 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ahmedGaber93 ( |
reviewing... |
ProposalPlease re-state the problem that we are trying to solve in this issue.Verifying page does not show offline indication when user is offline What is the root cause of that problem?We did not wrap the What changes do you think we should make in order to solve the problem?We need to wrap the content inside the page with App/src/components/BlockingViews/FullPageOfflineBlockingView.tsx Lines 15 to 19 in 20fadd7
We do the same for connect bank account page: Screen.Recording.2024-11-02.at.2.22.25.AM.mov<FullPageOfflineBlockingView>
{isInVerificationState && renderVerificationStateView()}
{!isInVerificationState && (
<View style={styles.flex1}>
<Text style={[styles.mh5, styles.mb3]}>{translate("workspace.expensifyCard.chooseExistingBank")}</Text>
{renderBankOptions()}
<MenuItem
icon={Expensicons.Plus}
title={translate("workspace.expensifyCard.addNewBankAccount")}
onPress={handleAddBankAccount}
/>
</View>
)}
</FullPageOfflineBlockingView> What alternative solutions did you explore? (Optional) |
@ahmedGaber93 can you also please review my proposal ^, i think my proposal causes consistency across the application |
@Nodebrute Thanks for the proposal Your solution not work with me, unless I remove App/src/components/ScreenWrapper.tsx Line 298 in 20fadd7
I think your RCA is not complete. |
@ahmedGaber93 I believe we don"t display offline indicators in the Right Hand Panel (RHP). Since this is a part of the RHP, I think we"re not supposed to show an offline indicator here. |
@ahmedGaber93 Could you please confirm the expected behavior here? Also, which offline pattern is this related to? |
@francoisl What do you think about the expected behavior here
|
@ahmedGaber93 @francoisl for wide screen we never show the offline indicator on the RHP, also you can see that the central Pane already shows this indicator, in our case we need to block the view using |
Hmm! I am not sure about that, Let"s get confirmation from @Expensify/design for #51885 (comment) |
Proposal Updated |
I think 2 is appropriate in this instance. But let"s see if the other @Expensify/design"ers agree |
I think that sounds right to me, but will let others chime in as well. |
Agree here. @twilight2294 happy to pay for your solution, but as you aren"t doing the work, it will be $125 for you, not the full $250. |
@twisterdotcom, @koko57 decided to go with my solution #51885 (comment) |
Wow, sorry. I cannot keep up. Okay, in which case, that would be for you. |
@twisterdotcom , I was the first to suggest the use or I suggested the use of |
@twilight2294 your solution wasn’t fully correct. Just suggesting |
I’ll let the C+ have their say on this please
…On Mon, Nov 4, 2024 at 7:20 PM Anusha ***@***.***> wrote:
@twilight2294 <https://github.com/twilight2294> your solution wasn’t
fully correct. Just suggesting FullPageOfflineBlockingView isn’t a
complete fix on its own. I"ve thoroughly researched when it"s appropriate
to block the user and when it"s not. Also, I noticed you posted your
solution here while you still had pending actions on this PR
<#51762>. This goes against
guidelines, as contributors shouldn"t submit proposals on issues when they
have assigned issues or PRs awaiting their action
https://expensify.slack.com/archives/C01GTK53T8Q/p1717003214375549, Thank
you!
—
Reply to this email directly, view it on GitHub
<#51885 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLXFUO5PXZCC5RSILW4XMITZ653R5AVCNFSM6AAAAABRAWG5TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJUG43DQOJXGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.58-2 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-11-14. 🎊 For reference, here are some details about the assignees on this issue:
|
@ahmedGaber93 @twisterdotcom The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
Payment Summary:
|
@twisterdotcom friendly bump ^ #51885 (comment) |
Accepted. |
@francoisl @twisterdotcom @koko57 @ahmedGaber93 this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what"s blocking us from getting this issue assigned? Don"t hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test ProposalPrecondition:Test:
Do we agree 👍 or 👎 |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.56-3
Reproducible in staging?: Y
Reproducible in production?: Unable to check
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
**Email or phone of affected tester (no customers):**[email protected]
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
Verifying page will show that user is offline
Actual Result:
Verifying page shows the animation as long as user is offline
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6652493_1730478171236.bandicam_2024-11-02_00-19-59-021.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @ahmedGaber93The text was updated successfully, but these errors were encountered: