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

Distance rates - Offline indicator is not at the page bottom in Settings page #47374

Closed
4 of 6 tasks
IuliiaHerets opened this issue Aug 14, 2024 · 14 comments
Closed
4 of 6 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Engineering Reviewing Has a PR in review Weekly KSv2

Comments

@IuliiaHerets
Copy link

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: v9.0.20-0
Reproducible in staging?: Y
Reproducible in production?: N
Email or phone of affected tester (no customers): applausetester+kh050806@applause.expensifail.com
Issue reported by: Applause Internal Team

Action Performed:

  1. Launch New Expensify app.
  2. Go to workspace settings.
  3. Go to Distance rates.
  4. Tap Settings.
  5. Go offline.

Expected Result:

Offline indicator appears at the bottom of the page.

Actual Result:

Offline indicator is below the content.

Workaround:

Unknown

Platforms:

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

Screenshots/Videos

Bug6571530_1723594292761.ScreenRecording_08-14-2024_04-34-18_1.mp4

View all open jobs on GitHub

@IuliiaHerets IuliiaHerets added DeployBlockerCash This issue or pull request should block deployment Bug Something is broken. Auto assigns a BugZero manager. labels Aug 14, 2024
Copy link

melvin-bot bot commented Aug 14, 2024

Triggered auto assignment to @jliexpensify (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.

Copy link

melvin-bot bot commented Aug 14, 2024

Triggered auto assignment to @MonilBhavsar (DeployBlockerCash), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

@melvin-bot melvin-bot bot added the Daily KSv2 label Aug 14, 2024
@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Aug 14, 2024
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.

@IuliiaHerets
Copy link
Author

We think that this bug might be related to #wave-collect - Release 2

@jliexpensify
Copy link
Contributor

@MonilBhavsar pretty sure this won't be a deploy blocker, right? This seems like a minor UI issue.

@dominictb
Copy link
Contributor

Proposal

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

Offline indicator is below the content.

What is the root cause of that problem?

The wrapped View of this page doesn't have flexGrow style, it doesn't take the maximum height possible. Then the offline indicator display below the content instead of the bottom of the page

const FullPageBlockingView = !customUnit ? FullPageOfflineBlockingView : View;

<FullPageBlockingView>
<ScrollView contentContainerStyle={styles.flexGrow1}>

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

We should add flexGrow1 style when FullPageBlockingView is displayed as a View or we can move the ScrollView to outside FullPageBlockingView

<FullPageBlockingView>
<ScrollView contentContainerStyle={styles.flexGrow1}>

What alternative solutions did you explore? (Optional)

NA

@Krishna2323
Copy link
Contributor

I think this is a regression from #43347

@jliexpensify
Copy link
Contributor

Nice, ty @Krishna2323 - I'll assign @eVoloshchak, and luckily @MonilBhavsar was the engineer on that PR too

@MonilBhavsar
Copy link
Contributor

@nkdengineer would you be please able to take a look

@nkdengineer
Copy link
Contributor

I will raise the PR to fix this issue soon.

@MonilBhavsar
Copy link
Contributor

Thank you!

@nkdengineer
Copy link
Contributor

@eVoloshchak we have a follow PR here

@MonilBhavsar
Copy link
Contributor

Thank you for the quick follow up! Appreciate it

@MonilBhavsar MonilBhavsar removed the DeployBlockerCash This issue or pull request should block deployment label Aug 14, 2024
@MonilBhavsar
Copy link
Contributor

Issue is fixed. Thanks all!

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. Engineering Reviewing Has a PR in review Weekly KSv2
Projects
None yet
Development

No branches or pull requests

7 participants