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

[$1000] [HOLD for payment 2023-08-02] Web - Space between the last message and time is more #23187

Closed
1 of 6 tasks
kbecciv opened this issue Jul 19, 2023 · 23 comments
Closed
1 of 6 tasks
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor

Comments

@kbecciv
Copy link

kbecciv commented Jul 19, 2023

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Action Performed:

  1. Go to any chat
  2. Send any message

Expected Result:

Space between the last message and time should be less

Actual Result:

Space between the last message and time is more

Workaround:

Unknown

Platforms:

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

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: v1.3.43-0
Reproducible in staging?: y
Reproducible in production?: n
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
Notes/Photos/Videos: Any additional supporting documentation

image (42)

image (41)

Screenshot 2023-07-19 at 4 01 20 PM

Expensify/Expensify Issue URL:
Issue reported by: @gadhiyamanan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1689762849787649

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01349987aae27d2cdd
  • Upwork Job ID: 1691158136170807296
  • Last Price Increase: 2023-08-14
@kbecciv kbecciv added the DeployBlockerCash This issue or pull request should block deployment label Jul 19, 2023
@OSBotify
Copy link
Contributor

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@melvin-bot
Copy link

melvin-bot bot commented Jul 19, 2023

Triggered auto assignment to @marcochavezf (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

@allroundexperts
Copy link
Contributor

allroundexperts commented Jul 19, 2023

Proposal

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

Space between time and composer too much.

What is the root cause of that problem?

We're adding a vertical padding after this PR got merged. This can be seen in the pr diff here.

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

We should change the following:

contentContainerStyle={[styles.chatContentScrollView, shouldShowReportRecipientLocalTime]}

to:

contentContainerStyle={[styles.chatContentScrollView, shouldShowReportRecipientLocalTime && styles.pt0]}

What alternative solutions did you explore? (Optional)

None

@Pujan92
Copy link
Contributor

Pujan92 commented Jul 19, 2023

Proposal

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

More space between the composer and last message

What is the root cause of that problem?

We are not taking out the padding here which we used to do earlier.

contentContainerStyle={[styles.chatContentScrollView, shouldShowReportRecipientLocalTime]}

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

As the flex direction is the column-reverse we need to take out the top padding by updating the condition to
shouldShowReportRecipientLocalTime && styles.pt0

Seems the conditional style by mistake taken out here in this PR

@jasperhuangg jasperhuangg added DeployBlockerCash This issue or pull request should block deployment and removed DeployBlockerCash This issue or pull request should block deployment labels Jul 19, 2023
@jasperhuangg
Copy link
Contributor

This looks like a regression, I'm going to see if I can find the PR that caused this and get the original author to fix it cc @marcochavezf

This also doesn't need to be a deploy blocker since it's a minor display bug

@jasperhuangg jasperhuangg removed the DeployBlockerCash This issue or pull request should block deployment label Jul 19, 2023
@github-actions github-actions bot added Hourly KSv2 and removed Daily KSv2 labels Jul 19, 2023
@OSBotify
Copy link
Contributor

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@jasperhuangg
Copy link
Contributor

cc @grgia this seems to be a regression from your PR, do you mind fixing this in a follow up?

@0xmiros
Copy link
Contributor

0xmiros commented Jul 19, 2023

If it's not a deploy blocker, I think it's better to tackle this in #22389

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Hourly KSv2 labels Jul 20, 2023
@grgia
Copy link
Contributor

grgia commented Jul 20, 2023

PR up

@melvin-bot
Copy link

melvin-bot bot commented Jul 26, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.45-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 2023-08-02. 🎊

After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

For reference, here are some details about the assignees on this issue:

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@melvin-bot melvin-bot bot added Daily KSv2 Overdue and removed Weekly KSv2 labels Aug 1, 2023
@grgia grgia added the Weekly KSv2 label Aug 3, 2023
@melvin-bot melvin-bot bot removed the Overdue label Aug 3, 2023
@grgia grgia removed the Daily KSv2 label Aug 3, 2023
@gadhiyamanan
Copy link
Contributor

@grgia @marcochavezf can we assign any BZ member for payment ?

@melvin-bot melvin-bot bot added the Overdue label Aug 11, 2023
@marcochavezf marcochavezf added the Bug Something is broken. Auto assigns a BugZero manager. label Aug 14, 2023
@melvin-bot
Copy link

melvin-bot bot commented Aug 14, 2023

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

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 Overdue labels Aug 14, 2023
@melvin-bot
Copy link

melvin-bot bot commented Aug 14, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@marcochavezf
Copy link
Contributor

Hi @puneetlath, can you make the payment here, please? #23187 (comment)

@puneetlath
Copy link
Contributor

Yes, sure thing. If I understand correctly from what I'm seeing this was handled internally, correct? So we need to pay $250 to @gadhiyamanan for the bug report and $1k to @situchan for C+. Does that sound right?

@situchan
Copy link
Contributor

Yes, sure thing. If I understand correctly from what I'm seeing this was handled internally, correct? So we need to pay $250 to @gadhiyamanan for the bug report and $1k to @situchan for C+. Does that sound right?

yes correct

@puneetlath puneetlath added the External Added to denote the issue can be worked on by a contributor label Aug 14, 2023
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2023-08-02] Web - Space between the last message and time is more [$1000] [HOLD for payment 2023-08-02] Web - Space between the last message and time is more Aug 14, 2023
@melvin-bot
Copy link

melvin-bot bot commented Aug 14, 2023

Job added to Upwork: https://www.upwork.com/jobs/~01349987aae27d2cdd

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Aug 14, 2023
@melvin-bot
Copy link

melvin-bot bot commented Aug 14, 2023

Current assignee @puneetlath is eligible for the External assigner, not assigning anyone new.

@melvin-bot
Copy link

melvin-bot bot commented Aug 14, 2023

Current assignee @situchan is eligible for the External assigner, not assigning anyone new.

@puneetlath puneetlath removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Aug 14, 2023
@puneetlath
Copy link
Contributor

Ok thanks for confirming. Sent offers.

@gadhiyamanan
Copy link
Contributor

@puneetlath offer accepted, thanks!

@puneetlath
Copy link
Contributor

All paid!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests