-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 the border bottom doesn't display in the header of completed task report #54985
Conversation
@@ -286,7 +285,7 @@ function HeaderView({report, parentReportAction, reportID, onNavigationMenuButto | |||
</PressableWithoutFeedback> | |||
<View style={[styles.reportOptions, styles.flexRow, styles.alignItemsCenter]}> | |||
{!shouldUseNarrowLayout && isChatUsedForOnboarding && <FreeTrial pressable />} | |||
{isTaskReport && !shouldUseNarrowLayout && ReportUtils.isOpenTaskReport(report, parentReportAction) && <TaskHeaderActionButton report={report} />} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DylanDylann As I mentioned in my proposal isOpenTaskReport
function already has isTaskReport
check then we can remove this here.
@DylanDylann 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: NativeScreen.Recording.2025-01-10.at.12.25.08.movAndroid: mWeb ChromeScreen.Recording.2025-01-10.at.12.27.37.moviOS: NativeScreen.Recording.2025-01-10.at.12.22.46.moviOS: mWeb SafariScreen.Recording.2025-01-10.at.12.23.40.movMacOS: Chrome / SafariScreen.Recording.2025-01-10.at.12.24.21.movMacOS: DesktopScreen.Recording.2025-01-10.at.12.26.33.mov |
Hey @mkzie2 next time make sure to include screenshots/videos that include the whole change of the PR, in this case it would have been good to see that the Complete button is still showing up correctly in web and mobile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/rlinoz in version: 9.0.84-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.84-7 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.84-7 🚀
|
Explanation of Change
Fix the border bottom doesn't display in the header of completed task report
Fixed Issues
$ #54769
PROPOSAL: #54769 (comment)
Tests
Precondition: Resize to small screen on web/desktop
Offline tests
Same
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
Precondition: Resize to small screen on web/desktop
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop