-
Notifications
You must be signed in to change notification settings - Fork 20
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
TW-1110 Change Wert popup UI and UX #1063
TW-1110 Change Wert popup UI and UX #1063
Conversation
…mplewallet-mobile into TW-1110-improve-wert-pop-up-ux-when-tez-inputed-value-less-than-tez-balance-for-android
…mplewallet-mobile into TW-1110-improve-wert-pop-up-ux-when-tez-inputed-value-less-than-tez-balance-for-android
…mplewallet-mobile into TW-1110-improve-wert-pop-up-ux-when-tez-inputed-value-less-than-tez-balance-for-android
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.
GJ!
…mplewallet-mobile into TW-1110-improve-wert-pop-up-ux-when-tez-inputed-value-less-than-tez-balance-for-android
...als/confirmation-modal/internal-operations-confirmation/internal-operations-confirmation.tsx
Outdated
Show resolved
Hide resolved
...als/confirmation-modal/internal-operations-confirmation/internal-operations-confirmation.tsx
Outdated
Show resolved
Hide resolved
…mplewallet-mobile into TW-1110-improve-wert-pop-up-ux-when-tez-inputed-value-less-than-tez-balance-for-android
@@ -140,8 +140,10 @@ export const InternalOperationsConfirmation: FC<Props> = ({ opParams, modalTitle | |||
|
|||
const handleTotalTezValue = useCallback( | |||
(newValue: BigNumber) => | |||
canUseOnRamp && | |||
updateOverlayState(newValue.gt(tezosBalance) ? OnRampOverlayState.Continue : OnRampOverlayState.Closed), | |||
void ( |
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.
Nasty one..
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.
android done 1.25_1340
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.
ios done 1340
No description provided.