labeleven-dev / bettercallsol

The missing Solana client
https://bettercallsol.dev
Apache License 2.0
50 stars 6 forks source link

Local session management #85

Open sohrab- opened 2 years ago

sohrab- commented 2 years ago

Track the current user session in a unique LocalStorage entry and offer the list of previous sessions on page load if the user wants to resume.

sohrab- commented 2 years ago

The sessions are now persisted across refreshes as part of https://github.com/labeleven-dev/bettercallsol/pull/89 in sessionStorage. This solves a few of our problems.

This issue probably needs to be reworked into a save/load feature