Description
BurnForm.tsx asks for an amount to burn but does not show the user's current token balance. Users cannot tell if they are about to burn more than they hold.
Tasks
Acceptance Criteria
- Current balance is displayed before the amount input
- "Max" button populates the amount field correctly
- Submitting an amount greater than the balance shows an inline error
Description
BurnForm.tsxasks for an amount to burn but does not show the user's current token balance. Users cannot tell if they are about to burn more than they hold.Tasks
useTokenBalancehook to fetch the connected wallet's balance for the selected tokenAcceptance Criteria