-
Notifications
You must be signed in to change notification settings - Fork 5
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
[LW 9904] "UTxO Fully Depleted" error in send flow #1116
[LW 9904] "UTxO Fully Depleted" error in send flow #1116
Conversation
Allure Report
smokeTests: ✅ test report for f222985a
|
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!
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.
I left a small comment, but it looks good to me.
I cannot reproduce the banner.
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
...r-extension-wallet/src/views/browser-view/features/send-transaction/components/Form/Form.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.
@lucas-barros 💯
I left just one small suggestion
b8e38fb
to
7194150
Compare
@@ -157,6 +157,7 @@ export const useSelectedCoins = ({ | |||
compactValue: assetInputItem.compactValue || compactNumberWithUnit(assetInputItem.value), | |||
value: assetInputItem.value, | |||
hasMaxBtn: true, | |||
displayMaxBtn: assetInputItem.id === cardanoCoin.id && error === COIN_SELECTION_ERRORS.FULLY_DEPLETED_ERROR, |
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.
Display the max button without need for hover if error is FULLY_DEPLETED_ERROR
4d15f13
to
1ed503c
Compare
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.
great work 🎉
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!
4f67232
to
b69e8eb
Compare
b69e8eb
to
3bbdd79
Compare
fb25825
to
f0cf533
Compare
Quality Gate passedIssues Measures |
Checklist
Proposed solution
total balance - minimum ADA for assets - 1 ADA
total balance - minimun ADA for assets - ADA buffer
(buffer starts with 0 and is incremented by 1 ADA until tx is built successfully to account for UTXO depleted error)Testing
Screenshots