-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Copilot not correctly displayed in report action #54348
Conversation
I am a little stuck on the Android and iOS Native builds, will add later |
@dukenv0307 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] |
@nkdengineer Pls fix lint error as well |
@dukenv0307 i updated |
@dukenv0307 thanks your suggestion, i updated |
@@ -297,7 +301,7 @@ function ReportActionItemSingle({ | |||
<ReportActionItemDate created={action?.created ?? ''} /> | |||
</View> | |||
) : null} | |||
{!!action?.delegateAccountID && !isReportPreviewAction && ( | |||
{!!delegatePersonalDetails && !isReportPreviewAction && ( |
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.
we shouldn't change this line. BE will fix it
Reviewer Checklist
Screenshots/VideosMacOS: Chrome / SafariScreen.Recording.2024-12-20.at.16.55.46.movMacOS: DesktopScreen.Recording.2024-12-20.at.17.13.06.mov |
@nkdengineer I left 1 minor suggestion, pls fix it |
@dukenv0307 i updated |
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.
LGTM
Code looks good - can we update the QA testing steps though to be specific about the tooltip on copilot actions, since the current steps will not yet be fixed as the BE hasn't been updated yet? I think it's basically just
Do those testing steps seem right to you? Thanks! |
thanks @dangrous, i updated |
@dangrous We're good to merge. 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/dangrous in version: 9.0.82-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/dangrous in version: 9.0.82-0 🚀
|
@nkdengineer Found issue when validation this PR on Desktop - issue #53971 |
I think that's unrelated to this PR, since it's an existing as-yet-unfixed bug, right? Can we move forward? Let me know if you agree @dukenv0307 and @nkdengineer |
@izarutskaya @dangrous I can confirm the issue #53971 isn't related to this PR. |
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.82-12 🚀
|
Explanation of Change
Fixed Issues
$ #53882
PROPOSAL: #53882 (comment)
Tests
Offline tests
same as tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
same as tests
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
ios-mweb.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop