-
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
[HOLD for payment 2024-06-28] [$250] Web - Categorizing - Folder icon in empty state screen is not centered #43064
Comments
Triggered auto assignment to @hayata-suenaga ( |
👋 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:
|
@hayata-suenaga FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
missed this. working on it right now |
I don't think we have to block deploy for this. removing the deploy blocker label |
Job added to Upwork: https://www.upwork.com/jobs/~010e432e93c8345898 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @jjcoffee ( |
Triggered auto assignment to @abekkala ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Web - Categorizing - Folder icon in empty state screen is not centered What is the root cause of that problem?SVG icon has space on the right here What changes do you think we should make in order to solve the problem?Adjust or edit the SVG icon to remove the space on the right. <BlockingView
icon={Illustrations.EmptyStateExpenses}
- iconWidth={variables.modalTopIconWidth}
+ iconWidth={184}
- iconHeight={variables.modalTopIconHeight}
+ iconHeight={116}
title={translate('workspace.categories.emptyCategories.title')}
subtitle={translate('workspace.categories.emptyCategories.subtitle')}
contentFitImage="contain"
/> What alternative solutions did you explore?Using an SVG tool, we can adjust the original SCG file, not the width/height to fit the size we need 200/164 because the SVG icon has a size of 184/116 so the |
ProposalPlease re-state the problem that we are trying to solve in this issue.Web - Categorizing - Folder icon in empty state screen is not centered What is the root cause of that problem?Unlike the workspace page, the IOURequestStepCaterogy page has a block view with the App/src/pages/iou/request/step/IOURequestStepCategory.tsx Lines 172 to 176 in 4e4715f
App/src/pages/workspace/categories/WorkspaceCategoriesPage.tsx Lines 321 to 326 in 4e4715f
What changes do you think we should make in order to solve the problem?We should use the or remove the
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Web - Categorizing - Folder icon in empty state screen is not centered What is the root cause of that problem?The main problem with issue is that we use incorrect width and height App/src/pages/iou/request/step/IOURequestStepCategory.tsx Lines 172 to 179 in 4e4715f
What changes do you think we should make in order to solve the problem?To fix this issue we can use width and height from
App/src/pages/workspace/categories/WorkspaceCategoriesPage.tsx Lines 321 to 325 in 4e4715f
App/src/components/WorkspaceEmptyStateSection.tsx Lines 26 to 30 in 4e4715f
What alternative solutions did you explore? (Optional)NA |
ProposalPlease re-state the problem that we are trying to solve in this issue.What is the root cause of that problem?In App/src/pages/iou/request/step/IOURequestStepCategory.tsx Lines 172 to 179 in 4e4715f
What changes do you think we should make in order to solve the problem?We implemented the With this approach, we need to adjust some CSS attributes in What alternative solutions did you explore? (Optional)NA |
@dragnoir |
@ZhenjaHorbach I added the alternative solutions. Did anyone posted using an SVG tools before me? |
@jjcoffee pls check again App/src/components/WorkspaceEmptyStateSection.tsx Lines 28 to 29 in 90dee7a
The So for this new proposal we will need to:
Do you think this is better that just assigning the right width and hight for The problem is the main SVG icon is small, if the design design can update to bigger one, we don't need to change any code!! Anyway, thanks again for your review. I just think it's not worthy all those changes. |
@dragnoir Again it's not much of a trade-off to have to add a few more props to allow the component and thus the empty state icon to be generic enough to be used in other parts of the app. The benefit is clear - if we ever change the icon we only have one place to update the sizing. |
Nearly there with the PR, just waiting for an additional screenshot and we should be good to go! |
PR approved from my side. |
I've been OOO. I approved and merged the PR! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.84-3 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-06-24. 🎊 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:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.85-7 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-06-28. 🎊 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:
|
PAYMENT SUMMARY FOR JUN 28
|
Regression Test Proposal
Do we agree 👍 or 👎 |
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: 1.4-79-2
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Issue found when executing PR #41344
Action Performed:
Expected Result:
The folder icon in empty state screen should be centered
Actual Result:
The folder icon in empty state screen is not centered.
It is aligned a bit to the left
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6501950_1717527248050.bandicam_2024-06-05_02-50-57-513.1.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @abekkalaThe text was updated successfully, but these errors were encountered: