-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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-03-14] [$500] Category - No spacing between long category name and category status #37417
Comments
Job added to Upwork: https://www.upwork.com/jobs/~014c7dcc9cd5ddc2d3 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Ollyws ( |
Triggered auto assignment to @puneetlath ( |
👋 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:
|
Current assignee @puneetlath is eligible for the Engineering assigner, not assigning anyone new. |
We think that this bug might be related to #wave6-collect-submitters |
ProposalPlease re-state the problem that we are trying to solve in this issue.Category - No spacing between long category name and category status What is the root cause of that problem?We don't have any margins/padding between App/src/components/SelectionList/TableListItem.tsx Lines 61 to 79 in bee752a
What changes do you think we should make in order to solve the problem?Add margins/padding between Need to apply margin here:
Result![]() |
ProposalPlease re-state the problem that we are trying to solve in this issue.Missing padding left What is the root cause of that problem?On App/src/pages/workspace/categories/WorkspaceCategoriesPage.tsx Lines 58 to 65 in 3389b90
We can see that ther's a What changes do you think we should make in order to solve the problem?When dealing with a block containing two elements positioned on the left and right sides, it's preferable to apply margin-left to the element on the right. This ensures that if the right element is not displayed, the margin is automatically removed. Conversely, if we apply margin-right to the left element and the right element is subsequently removed, the margin persists, potentially leading to UI issues. Here we need to add margin left to rightElement: rightElement: (
<View style={styles.flexRow}>
- <Text style={[styles.disabledText, styles.alignSelfCenter]}>
+ <Text style={[styles.disabledText, styles.alignSelfCenter, styles.pl2]}>
{value.enabled ? translate('workspace.common.enabled') : translate('workspace.common.disabled')}
</Text>
What alternative solutions did you explore? (Optional) |
Maybe this question is stupid. How can I "Log in to New Dot as admin"? |
@wustwg no question is stupid :) you can login to new dot as an admin by simply being the owner of the workspace. To see categories, you're going to need to go to Old Dot and login to your account (this one will be the "admin" account). Then go to settings -> workspaces -> new workspace. Create a p = Policy.getCurrent();
p.policy.isPolicyExpenseChatEnabled = "true";
p.save(); And you're done. Now you should start seeing the collect workspace in ND and the categories |
@brandonhenry please tell me more about Old Dot and login, i did not understand |
@wustwg @askavyblr please read the Contributor Guidelines. It has all the information you need |
Couldn't get to this one today but will do tomorrow. |
@Krishna2323 The problem with adding margin to this view is that it will add unwanted margin even when the rightElement isn't being displayed. 🎀👀🎀 C+ reviewed |
Current assignee @puneetlath is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 @Ollyws 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @dragnoir You have been assigned to this job! |
PR will be ready in just few hours :) |
PR ready #37668 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.48-0 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-03-14. 🎊 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:
|
@Ollyws friendly reminder about the checklist so we can pay in a couple days. |
BugZero Checklist:
N/A
Yes
Regression Test Proposal
Do we agree 👍 or 👎 |
Thank you @puneetlath offer accepted, also pls check here #37668 (comment) |
@puneetlath accepted, thanks! |
All paid. Thanks y'all! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Found when validating PR : #36324
Version Number: v1.4.44-7
Reproducible in staging?: Y
Reproducible in production?: N
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause-Internal Team
Slack conversation:
Action Performed:
Precondition:
Expected Result:
There will be spacing between the long category name and category status.
Actual Result:
There is no spacing between the long category name and category status.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: