-
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
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passed for 'consensys_starknet-snap-starknet-snap'Issues Measures |
Quality Gate passed for 'consensys_starknet-snap-wallet-ui'Issues Measures |
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
Quality Gate passed for 'consensys_starknet-snap-starknet-snap'Issues Measures |
Quality Gate passed for 'consensys_starknet-snap-wallet-ui'Issues Measures |
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.