Improve caching, fix Firefox private mode usage #205
Reference in New Issue
Block a user
Delete Branch "feature/improve_caching"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
🚀