Missing "Max" Button
Where? components/swap/swap-interface.tsx (Sell Input area)
Issue :Users Are Forced to Guess or Manually Enter Their Full Token Balance Due to Missing “Max” Button
Issue: The interface forces users to manually type their token balance. There is no "Max" button to instantly populate the input with the user's full balance, which is a standard and expected feature in all DEX interfaces.
Fix: Add a "Max" button overlay inside the input wrapper that sets amountIn to the user's current wallet balance.
@kaneki003 Please assign