-
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
[FIX]: Offline indicator is not at bottom of page on Categories and Tags empty state #38832
Conversation
@eVoloshchak Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: Native![ios](https://github.com/Expensify/App/assets/22219519/73e77b45-75e2-4c91-bbcd-689012c4d0b1)iOS: mWeb Safari![safari](https://github.com/Expensify/App/assets/22219519/f47c33d9-7d73-4f4b-af15-193a2e376cfe)MacOS: Chrome / Safari![web](https://github.com/Expensify/App/assets/22219519/59c65d42-b87c-4604-b6a4-08a892a0a84c)MacOS: Desktop |
@luacmartins looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Tests were passing |
Details
The offline indicator was not show at the bottom of the page, fixed it to be shown on the bottom of the page in this PR
Fixed Issues
$ #38807
PROPOSAL: #38807 (comment)
Tests
Same as QA
Offline tests
Same as QA
QA Steps
Preconditions:
Admin must have a Collect Policy
Categories must be empty
Tags must be empty
(Note that the offline indicator is at the bottom of the screen)
(Note that the offline indicator is at the bottom of the screen)
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
MacOS: Chrome / Safari
MacOS: Desktop
iOS: mWeb Safari
iOS: Native
Android: Native
Android: mWeb Chrome