Skip to content
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

[$500] Expense - The gap between buttons in Concierge whisper is too wide #35168

Closed
2 of 6 tasks
kbecciv opened this issue Jan 25, 2024 · 12 comments
Closed
2 of 6 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors

Comments

@kbecciv
Copy link

kbecciv commented Jan 25, 2024

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: 1.4.31.1
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @shawnborton
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1706185611151319

Action Performed:

  1. User A sends a payment to User B. Then User B @mentions user A in that same IOU thread.

Expected Result:

The space between the two buttons should only be 8-12px

Actual Result:

The gap between buttons in Concierge whisper is too wide

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

CleanShot 2024-01-25 at 07 23 56@2x

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~010f9c7527fb2a6675
  • Upwork Job ID: 1750566867979767808
  • Last Price Increase: 2024-01-25
@kbecciv kbecciv added External Added to denote the issue can be worked on by a contributor Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Jan 25, 2024
Copy link

melvin-bot bot commented Jan 25, 2024

Job added to Upwork: https://www.upwork.com/jobs/~010f9c7527fb2a6675

@melvin-bot melvin-bot bot changed the title Expense - The gap between buttons in Concierge whisper is too wide [$500] Expense - The gap between buttons in Concierge whisper is too wide Jan 25, 2024
Copy link

melvin-bot bot commented Jan 25, 2024

Triggered auto assignment to @zanyrenney (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Jan 25, 2024
Copy link

melvin-bot bot commented Jan 25, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @situchan (External)

@kbecciv
Copy link
Author

kbecciv commented Jan 25, 2024

We think that this bug might be related to #vip-vsb
CC @quinthar

@bernhardoj
Copy link
Contributor

Proposal

Please re-state the problem that we are trying to solve in this issue.

The gap between invite and do nothing button is too big.

What is the root cause of that problem?

The gap is set to 16 here.

<View style={[styles.flexRow, styles.gap4]}>

Instead of 8/12

What changes do you think we should make in order to solve the problem?

Updat the gap to gap2 or gap3

@BhuvaneshPatil
Copy link
Contributor

BhuvaneshPatil commented Jan 25, 2024

Proposal

Please re-state the problem that we are trying to solve in this issue.

Spacing between buttons is wide

What is the root cause of that problem?

We are using gap4 here, that's value is 16

<View style={[styles.flexRow, styles.gap4]}>
{props.items?.map((item) => (
<Button
key={item.key}
style={[styles.mt2]}
onPress={item.onPress}
text={translate(item.text)}
small
success={item.isPrimary}
/>
))}
</View>

What changes do you think we should make in order to solve the problem?

use gap3 or gap2

What alternative solutions did you explore? (Optional)

@shawnborton
Copy link
Contributor

I think we should do 8px as the solution, just to make that clear. cc @Expensify/design in case you disagree.

@shawnborton
Copy link
Contributor

Also, would we have any interest in doing this one internally? Paying out $500 just for a tiny change seems a bit extreme, no?

@ishpaul777
Copy link
Contributor

I am PR author for actionable mention whispers handling regressions in a follow up PR #34560, happy to include this in the PR

@shawnborton
Copy link
Contributor

That would be wonderful!

@situchan
Copy link
Contributor

Not overdue. @ishpaul777 please link this issue in your PR

@melvin-bot melvin-bot bot removed the Overdue label Jan 29, 2024
@zanyrenney
Copy link
Contributor

@ishpaul777 I think we can close this and manage the change in your PR right? I don't think we need to keep this separate as you'll tackle it in that PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors
Projects
None yet
Development

No branches or pull requests

7 participants