-
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
[$125] [Ideal nav] Android - No bottom margin under the sign out button #39471
Comments
Triggered auto assignment to @sonialiap ( |
@sonialiap 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. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Android - No bottom margin under the sign out button What is the root cause of that problem?We don't have padding bottom applied to App/src/pages/settings/InitialSettingsPage.tsx Lines 479 to 485 in 935df86
What changes do you think we should make in order to solve the problem?We need to add padding/margin bottom to Optionally:
Result |
This seems a regression from #38274 which added style |
Job added to Upwork: https://www.upwork.com/jobs/~0153b4e342ae26d6b3 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak ( |
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Android - No bottom margin under the sign out button What is the root cause of that problem?Bottom padding is missing scroll view container What changes do you think we should make in order to solve the problem?App/src/pages/settings/InitialSettingsPage.tsx Lines 479 to 486 in 935df86
On adding bottom padding to style, it didn't fix the issue style={[styles.w100, styles.pt4, styles.pb4]} Instead added vertical padding to content container style it fixed for both ios and android, and removed padding from style. contentContainerStyle={[!isAfterOnLayout && !!scrollOffset && {marginTop: -scrollOffset}, styles.pv4]}
style={styles.w100} THIS CODE IS TESTED LOCALLY What alternative solutions did you explore? (Optional)N.A. |
CC: @Expensify/design is this a problem? |
I would say this is a very very small problem. Ideally yes there should be some margin below that nav item, but I'd consider it pretty low priority since it doesn't break anything visually or functionally. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Android - No bottom margin under the sign out button What is the root cause of that problem?This is a regression from #38274
Section view already have
What changes do you think we should make in order to solve the problem?We can move scrollview padding style What alternative solutions did you explore? (Optional) |
Yeah, I agree with Danny. I guess we could use the same amount of padding we have on the left/right to use at the bottom? |
I would bring the payout down to $250 or even $125 though, I think this is going to be a very simple fix. |
Upwork job price has been updated to $125 |
Sounds good! |
@eVoloshchak, @sonialiap Eep! 4 days overdue now. Issues have feelings too... |
Eugene, what's your ETA on reviewing these proposals? Thanks! |
@eVoloshchak what do you think of the above proposals? |
That is correct, thanks for linking that PR @ahmedGaber93! All proposals use similar approach, with the first one coming from @Krishna2323 🎀👀🎀 C+ reviewed! |
Triggered auto assignment to @bondydaa, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
📣 @Krishna2323 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@eVoloshchak PR ready for review. |
@sonialiap, PR was deployed to production on 24th April, this is ready for the payments process. |
Thanks for the ping! Looks like Melvin's automation didn't run 🙈 Payment summary:
|
$125 approved for @eVoloshchak |
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.59-0
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail: n/a
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause internal team
Slack conversation:
Action Performed:
Expected Result:
There is a bottom margin under the sign out button
Actual Result:
There is no bottom margin under the sign out button which is inconsistent with other platforms like mWeb
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6435986_1712086689970.Screen_Recording_20240402_223437_Chrome.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: