Display list of Sessions
Closed this issue · 2 comments
jxom commented
Important
If you would like to work on this, please comment and we will assign you to the issue.
When you click on the Dapp Connection component (see below),
There is currently a placeholder "TODO" text under "Sessions".
It would be nice to show a list of Dapp Sessions which are active here. It can just be a simple list of hostnames for now, and we can iterate on other things later (authorized chain ids, etc).
Suggested Implementation:
- Add a
getSessions
action tosrc/zustand/sessions.ts
, then, - Extract the sessions with the
useSessionStore
Hook, - Improvize a pretty UI (we can iterate on polish after)
datadanne commented
Hey! I would like to work on this
jxom commented
sure!