grassrootseconomics / sarafu.network

Sarafu Network dApp
https://sarafu.network
GNU Affero General Public License v3.0
1 stars 2 forks source link

Balances Displayed & Send Enabled When Wallet Disconnected #126

Closed williamluke4 closed 1 month ago

williamluke4 commented 5 months ago

Currently, the application displays token balances and allows users to attempt sending transactions even when their wallet is disconnected. This seems to persist even after logging out.

Steps to Reproduce:

  1. Connect a wallet and observe the displayed balances.
  2. Disconnect or log out of the wallet.
  3. Notice that balances are still shown.
  4. Navigate to the vouchers/pools page and observe that the "Send" button is still active.

Expected Behavior:

Additional Notes:

This issue likely stems from the application maintaining an authenticated session even when the wallet connection is lost. This could potentially lead to user confusion and unexpected behavior.

Severity: Medium (potential for user confusion and unintended actions)

Proposed Solution (Optional):