-
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
Remove optimistic personal detail after requesting money #28426
Conversation
@0xmiroslav 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] |
@0xmiroslav Please ignore this issue, I added the wrong link issue. |
@narefyev91 We have a problem here because in
What do you think about this? |
Hey i will say that if should be fixed on FE side |
@narefyev91 Updated to fix on FE side. |
@narefyev91 Friendly bump. |
Seems @0xmiroslav is assigned to this issue :-) |
@narefyev91 That was my mistake when I updated the wrong link issue when open the PR. You are C+ of this issue #28028. |
@narefyev91 I can help review here if you want. |
Ohhh sorry - will be done today for sure |
@dukenv0307 can you please merge latest main to your branch Screen.Recording.2023-10-02.at.23.08.21.movI see that after sending money and move to search - i see numbers without duplication |
@narefyev91 Updated. |
@dukenv0307 now when we send money to not existing account - i could not find this number again - and seems on search page - it shown not correct user (seems one from predefined optimistic) Screen.Recording.2023-10-03.at.11.00.02.mov |
@narefyev91 This image above is the expected. |
Screencast.from.03-10-2023.15.24.40.webm |
@dukenv0307 hmm not sure if image above - are expected - you can see that on the second screenshot - we have information that user with phone number owns money - and i think it's expected that if we insert phone number - we should see those information |
@narefyev91 After request money, BE still doesn't return |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromeandroid-web.movMobile Web - Safariios-web.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
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!
🎀 👀 🎀 C+ reviewed
✋ 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/madmax330 in version: 1.3.78-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.78-4 🚀
|
🚀 Deployed to staging by https://github.com/madmax330 in version: 1.3.79-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.79-5 🚀
|
Details
Remove optimistic personal detail after requesting money
Fixed Issues
$ #28028
PROPOSAL: #28028 (comment)
Tests
Offline tests
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-09-29.at.10.57.41.mov
Mobile Web - Chrome
Record_2023-09-29-11-03-28.mp4
Mobile Web - Safari
Screen.Recording.2023-09-29.at.11.07.40.mov
Desktop
Screen.Recording.2023-09-29.at.11.24.07.mov
iOS
Screen.Recording.2023-09-29.at.11.12.41.mov
Android
Screen.Recording.2023-09-29.at.11.19.43.mov