-
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
Display displayName instead of primaryLogin on the ReportPreview message #20446
Conversation
@venture1981 Not really, I found a bug during recording video so I need to discuss again with team again #19301 (comment) |
@venture1981 actually there is a bug that BE returns incorrect amount in |
@Julesssss @thesahindia One of you needs to 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] |
Also tagging Carlos for a review here |
I think you haven't tagged him yet @mountiny 🤣 |
@hoangzinh thanks there are some conflicts @luacmartins has been requested for a review. |
@thesahindia I resolved the conflict. Please help me review this PR again. Thanks |
Okay, nearly there. @luacmartins and @thesahindia could you please take another look? I believe your concerns/points have all been resolved. Thanks! |
@hoangzinh translation is good 👍 |
Thanks @Julesssss for helping verify translation |
It's really hard to test right now. I requested money from user B but when I switch to user B I can't find the contact. It was working fine a couple mins ago(server related stuff I guess) I will try to test it again after a few hours. |
@hoangzinh, when I log out and log in again I only see Screen.Recording.2023-06-28.at.5.25.29.AM.mov |
@thesahindia Yeah, I reported above and @Julesssss said that we can fix separately in BE here #20446 (comment) |
Reviewer Checklist
Screenshots/VideosDesktopScreen.Recording.2023-06-27.at.5.41.49.PM.mov |
Sorry for the delay here I was having a hard time testing things. The chats weren't loading/updating. It tested well for me! |
@thesahindia Sure. I just resolved the conflicts |
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.
Works well!
Vit is ooo and Jules had already approved these changes, so I'm gonna merge this. |
✋ 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/luacmartins in version: 1.3.35-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.35-5 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.35-5 🚀
|
Details
Fixed Issues
$ #19301
PROPOSAL: #19301 (comment)
Tests
Prerequisite: AccountB must have a displayName set in Avatar > Profile > Display Name
Offline tests
The change is not related to network
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
Screen.Recording.2023-06-26.at.06.57.28.-.web.mp4
Mobile Web - Chrome
Screen.Recording.2023-06-26.at.21.01.54.-.android.chrome.mp4
Mobile Web - Safari
Screen.Recording.2023-06-26.at.20.47.57.-.ios.safari.mp4
Desktop
Screen.Recording.2023-06-26.at.17.03.02.-.desktop.mp4
iOS
Screen.Recording.2023-06-26.at.20.51.32.-.ios.mp4
Android
Screen.Recording.2023-06-26.at.21.04.43.-.android.mp4