-
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
[Onfido Flow] Tooltip 'back' should be 'Back' #17602
[Onfido Flow] Tooltip 'back' should be 'Back' #17602
Conversation
Signed-off-by: Prince Mendiratta <[email protected]>
@neil-marcellini @mollfpr 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] |
Reviewer Checklist
Screenshots/VideosWeb17602.Web.movMobile Web - ChromeMobile Web - Safari17602.mWeb.Safari.mp4Desktop17602.Desktop.moviOS17602.iOS.mp4Android17602.Android.mov |
@mollfpr Yup, same with me. Android mWeb - Can't start Onfido Flow. |
Signed-off-by: Prince Mendiratta <[email protected]>
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.
Looks good and tests well, one tweak on the comment and we're good. @mollfpr when you finish reviewing please ping me on NewDot and I'll approve and merge.
Signed-off-by: Prince Mendiratta <[email protected]>
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 👍👍👍
✋ 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/neil-marcellini in version: 1.3.3-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.3-2 🚀
|
This PR caused #17789 regression. |
Details
With this PR, we are changing the tooltip text for 'back' to 'Back' in the Onfido flow for Desktop and Web only.
Fixed Issues
$ #17244
PROPOSAL: #17244 (comment)
Tests
Back
for english andVolver
for Spanish.Offline tests
N/A
QA Steps
Same as above.
Note that we have deliberately chosen to apply the fix only for Web and Desktop only to keep things simple.
The tooltip on Android should still be
back
but that is not too noticeable since it needs the back button to be long pressed before showing up.PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
I have added videos only for the platforms affected. Let me know if you think otherwise and other are required as well.
Web
web.mp4
Desktop
desktop.mp4