-
Notifications
You must be signed in to change notification settings - Fork 989
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 slide-button not resetting #22210
base: develop
Are you sure you want to change the base?
Conversation
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.
👍
@status-im/mobile-qa ready for testing |
100% of end-end tests have passed
Passed tests (14)Click to expandClass TestWalletCollectibles:
Class TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestWalletMultipleDevice:
Class TestCommunityMultipleDeviceMerged:
Class TestWalletOneDevice:
|
Tested Scenarios: ✔ Swap - Send - Bridge - Dapp sign Flow with keycard: Verified functionality across different interruption points Results: 🔹 No bugs found 🎉 @clauxx beautiful work! Can you please make sure that it is cherrypicked to release branch or ask @vkjr to pick it? |
fixes #22163
Summary
Since some usages of the slide button were moved from the standard-auth to the simpler quo version, the resetting of the slider should be moved to the quo component as well. It's not used without resetting anyways (nor should it, since it leads to broken behavior).
Testing notes
The changes are in the slide-button component, specifically the resetting of the slider. Need to make sure we have no places where the slide-button shouldn't reset automatically after completing the slide (500 ms timeout), but I didn't find any so far.
status: ready