-
Notifications
You must be signed in to change notification settings - Fork 31
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
chore: wallet-ui send workflow allow return back #468
Conversation
|
|
packages/wallet-ui/src/components/ui/organism/Header/SendModal/SendModal.view.tsx
Outdated
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/molecule/AmountInput/AmountInput.view.tsx
Outdated
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/organism/Header/SendSummaryModal/SendSummaryModal.view.tsx
Outdated
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/organism/Header/SendModal/SendModal.view.tsx
Outdated
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/organism/Header/SendSummaryModal/SendSummaryModal.view.tsx
Outdated
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/molecule/AmountInput/AmountInput.view.tsx
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/molecule/AmountInput/AmountInput.view.tsx
Outdated
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/molecule/AmountInput/AmountInput.view.tsx
Outdated
Show resolved
Hide resolved
packages/wallet-ui/src/components/ui/molecule/AmountInput/AmountInput.view.tsx
Outdated
Show resolved
Hide resolved
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.
In terms of allow return back, which seem okay to me, so i give pass on this PR
but during the testing i found 2 bugs (which also happened in previous UI)
the send modal doesnt do validation and accept "." or "0", and it will have JS error screen if user type "." only
i suggest we can have to a validation on send modal (right now the validation is too simple)
And amount input seem fine, as it responsibly is just blocking non number char and convert USD to ETH
Added a task in backlog regarding the validation (sf-804) |
|
|
Based on QA review, this PR introduces functionality that allows users to navigate back from the “Send Summary Modal View” to the “Send View” while retaining the address and value of the transaction. This ensures users can easily update the transaction parameters if needed without starting over.