-
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 2025-01-18] [$125] card-No space between "other" card feed and next button #54856
Comments
Triggered auto assignment to @bfitzexpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.There is no space between "other" card feed and next button. What is the root cause of that problem?We don't add the confirm button style then there's no space between the confirm button and the selection list
What changes do you think we should make in order to solve the problem?Add
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
@nkdengineer's proposal looks good. I can help review as C+. @bfitzexpensify |
ProposalPlease re-state the problem that we are trying to solve in this issue.No space between "other" card feed and next button What is the root cause of that problem?We use the default style without spacing if confirmButtonStyles is not added.
This issue will also occur in other places where the What changes do you think we should make in order to solve the problem?To resolve this issue, I think we should update the
update to: <Button
success={!shouldUseDefaultTheme}
large
style={[styles.w100, styles.pt5, confirmButtonStyles]} // add this line or use styles.mt5,
text={confirmButtonText || translate('common.confirm')}
onPress={onConfirm}
pressOnEnter
enterKeyEventListenerPriority={1}
/> Optional: Add a new flag to toggle this default style on or off. What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?This is a UI bug and does not require unit testing What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
It belongs to WS feed, should we open it for other contributors? @mountiny |
ProposalPlease re-state the problem that we are trying to solve in this issue.No space between last item with the next button. What is the root cause of that problem?There is simply no style added to add the space between the last item and the button. What changes do you think we should make in order to solve the problem?Looking at other lists such as new chat page, we don't add any spacing too between the list and the footer. If we want to add the spacing here, instead of adding margin to the button, we can add a padding to the list content container style. If we add margin to the button, the spacing affect the whole list. A better way is to add a padding bottom to the content container style. App/src/pages/workspace/companyCards/addNew/SelectBankStep.tsx Lines 84 to 86 in a530d9f
a.mp4What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A |
Job added to Upwork: https://www.upwork.com/jobs/~021876632229679213396 |
Current assignee @dukenv0307 is eligible for the External assigner, not assigning anyone new. |
@dukenv0307 has worked on the project so assigned them Can you please pick which proposal to go with? |
Upwork job price has been updated to $125 |
@nkdengineer's proposal looks good to me 🎀👀🎀 C+ reviewed |
Current assignee @mountiny is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 @nkdengineer 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.83-5 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 2025-01-18. 🎊 For reference, here are some details about the assignees on this issue:
|
@dukenv0307 @bfitzexpensify @dukenv0307 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] |
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: v9.0.81-1
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
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): N/A
Issue reported by: Applause Internal Team
Device used: Redmi note 10s android 13
App Component: Workspace Settings
Action Performed:
Expected Result:
There must be space between "other" card feed and next button.
Actual Result:
There is no space between "other" card feed and next button.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6707689_1736208348369.Screenrecorder-2025-01-07-05-29-25-954.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @bfitzexpensifyThe text was updated successfully, but these errors were encountered: