Skip to content

Add withdrawal confirmation modal to VaultDashboard - #296

Merged
Junirezz merged 3 commits into
Junirezz:mainfrom
trinnode:main
Apr 24, 2026
Merged

Add withdrawal confirmation modal to VaultDashboard#296
Junirezz merged 3 commits into
Junirezz:mainfrom
trinnode:main

Conversation

@trinnode

Copy link
Copy Markdown
Contributor

Description
This PR implements a withdrawal confirmation modal for issue #225.

Changes
Create WithdrawalConfirmationModal component that displays withdrawal amount, estimated fee, and consequences
Integrate modal into VaultDashboard to require explicit confirmation before withdrawal submission
Modal shows total deducted amount and includes warning about irreversible action
Cancellation leaves state unchanged and allows users to modify amount
Confirmation triggers the contract call correctly
Acceptance Criteria
✅ Confirmation modal appears on every withdrawal attempt
✅ Cancellation leaves state unchanged
✅ Confirmation triggers the contract call correctly

Closes #225

StellarMarket Dev and others added 3 commits April 24, 2026 13:51
- Create WithdrawalConfirmationModal component that displays withdrawal amount, estimated fee, and consequences
- Integrate modal into VaultDashboard to require explicit confirmation before withdrawal submission
- Modal shows total deducted amount and includes warning about irreversible action
- Cancellation leaves state unchanged and allows users to modify amount
- Confirmation triggers the contract call correctly

Closes Junirezz#225
feat: Add withdrawal confirmation modal
@drips-wave

drips-wave Bot commented Apr 24, 2026

Copy link
Copy Markdown

@trinnode Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Junirezz
Junirezz merged commit adc0757 into Junirezz:main Apr 24, 2026
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frontend: Add withdrawal confirmation modal

2 participants