paradigmxyz/rivet

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),

Screenshot 2023-08-28 at 7 21 14 am

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:

  1. Add a getSessions action to src/zustand/sessions.ts, then,
  2. Extract the sessions with the useSessionStore Hook,
  3. Improvize a pretty UI (we can iterate on polish after)

Hey! I would like to work on this

jxom commented

sure!