Describe the bug
While using the website and desktop app, I discovered that collection pages don't reload on revisit, but filter and tag pages do, even if nothing has changed. Its the same for the All Bookmarks tab too.
This creates an unnecessary delay and network request.
To Reproduce
- Go to any collection page, switch to another page and go back.
- The collection page doesn't reload
- Go to any filter/tag page, switch to another page and go back
- The filter/tag page reloads
Expected behavior
Since collections don't reload, it is evident that there is a local cache at work. Hence, it should ideally extend for all filters and tags too.
Desktop (please complete the following information):
- Website
- All App distributions
Additional context
I had inspected the issue and the cache mechanism of the webapp and will make a PR
Describe the bug
While using the website and desktop app, I discovered that collection pages don't reload on revisit, but filter and tag pages do, even if nothing has changed. Its the same for the All Bookmarks tab too.
This creates an unnecessary delay and network request.
To Reproduce
Expected behavior
Since collections don't reload, it is evident that there is a local cache at work. Hence, it should ideally extend for all filters and tags too.
Desktop (please complete the following information):
Additional context
I had inspected the issue and the cache mechanism of the webapp and will make a PR