-
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
[HOLD for payment 2024-08-26] Workspace switcher - Huge gap between "Create a workspace" modal and "Workspaces" title #47601
Comments
Triggered auto assignment to @luacmartins ( |
Triggered auto assignment to @abekkala ( |
👋 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 #vip-vsb |
It might be caused by #47527 |
ProposalPlease re-state the problem that we are trying to solve in this issue.What is the root cause of that problem?The logic in this render might be incorrect: App/src/components/SelectionList/BaseSelectionList.tsx Lines 690 to 695 in 62722e8
headerMessage value should be mandatory to show the component What changes do you think we should make in order to solve the problem?Change the logic to {(
((!isLoadingNewOptions || headerMessage !== translate('common.noResultsFound')) ||
(flattenedSections.allOptions.length === 0 && !showLoadingPlaceholder)) &&
!!headerMessage
) && (
<View style={headerMessageStyle ?? [styles.ph5, styles.pb5]}>
<Text style={[styles.textLabel, styles.colorMuted, styles.minHeight5]}>
{headerMessage}
</Text>
</View>
)} What alternative solutions did you explore? (Optional)N/A |
@wildan-m are you available to work on a fix? |
@luacmartins sure |
Unable to auto-create job on Upwork. The BZ team member should create it manually for this issue. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ishpaul777 ( |
Does this needs c+ ? @luacmartins |
@ishpaul777 I think we're good on this one. @wildan-m please ping me once the PR is ready for review. |
@luacmartins the PR is ready. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.21-4 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-08-26. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
I think we don't need to create regression test, it's not directly related to any flow Is "Needs manual offer from BZ" a payment method? Can I receive payment through UpWork instead? |
@luacmartins @abekkala bump for payment |
Seems like I closed this issue without payment 😬 Reopening so we can process it @abekkala |
PAYMENT SUMMARY
|
@abekkala thanks, accepted the offer |
@wildan-m payment sent and contract ended - thank you! 🎉 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: v9.0.21-3
Reproducible in staging?: Y
Reproducible in production?: N
Email or phone of affected tester (no customers): applausetester+kh050806@applause.expensifail.com
Issue reported by: Applause Internal Team
Action Performed:
Precondition:
Expected Result:
"Create a workspace" modal should be right below the "Workspaces" title (production behavior).
Actual Result:
There is huge gap between "Create a workspace" modal and "Workspaces" title.
Workaround:
Unknown
Platforms:
Screenshots/Videos
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @wildan-mThe text was updated successfully, but these errors were encountered: