1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-11 17:51:01 +00:00
miniflux-v2/internal/template
Frédéric Guillot f7e672452b feat(js): force page reload to prevent stale data from bfcache
The unread page may show outdated entries when navigating back from an article, due to Chrome's back/forward cache (bfcache) restoring the page from memory.

Reference: https://web.dev/articles/bfcache
2025-08-07 19:35:16 -07:00
..
templates feat(js): force page reload to prevent stale data from bfcache 2025-08-07 19:35:16 -07:00
engine.go refactor(template): make use of template.ParseFS 2025-08-05 20:07:49 -07:00
functions.go refactor: replace interface{} with any 2025-08-05 20:26:07 -07:00
functions_test.go refactor(template): remove unused functions and reduce the complexity of truncate function 2025-07-17 20:53:41 -07:00