67P / kredits-web

Kredits Web UI
https://kredits.kosmos.org
6 stars 2 forks source link

Improve caching, fix Firefox private mode usage #205

Closed raucao closed 1 year ago

raucao commented 1 year ago

I ran into quota exceeded errors in Firefox in private mode, which this PR fixes by not storing the extended details in the browser cache. Also, it was unnecessary to keep that data in memory in the first place. (We're not currently using any of the details in the UI, and we can easily re-fetch them from IPFS later).

Includes some other caching and event listening improvements. See commits.

bumi commented 1 year ago

🚀