GoodDollar / GoodCollective

Monorepo for GoodCollective (Segmented UBI and Direct Payments Pool)
MIT License
3 stars 1 forks source link

[UX]: Switching account does not update UI #107

Closed L03TJ3 closed 8 months ago

L03TJ3 commented 8 months ago

Describe the bug If you switch connected account it will keep showing the data from the first connect wallet.

Reproduce:

  1. connect a wallet.
  2. go to profile page for example
  3. switch connected account ( I switched through metamask as there is no way to switch from dapp UI)
  4. profile page not updated
L03TJ3 commented 8 months ago

@sirpy should this issue maybe turn into a more general one for adding wallet connect library?

krisbitney commented 8 months ago

The profile page is associated with the address in the URL, not the connected account. This allows you to, for example, click on a donor in the donor list and view their profile.

L03TJ3 commented 8 months ago

Ah right, dumb.

not a bug so closing