FeedTheMonkey/src
Jeena 9bed643023 window: prefetch images and queue offline read/unread actions
After a successful article refresh, all images referenced in article
content are downloaded in the background so articles can be read
offline. The prefetch only runs when the cache-images setting is
enabled and the connection is not metered.

Read/unread state changes that fail to reach the server (e.g. when
offline) are now persisted to a local queue in
~/.cache/net.jeena.FeedTheMonkey/pending_sync.json. The queue is
flushed at the start of the next successful fetch.
2026-03-21 02:45:45 +00:00
..
api.rs fix: show human-readable login errors instead of raw HTML 2026-03-20 12:21:01 +00:00
app.rs ui: overhaul sidebar, add content filters and state improvements 2026-03-21 01:13:01 +00:00
article_row.rs app: implement Epics 2–10 2026-03-20 11:57:06 +00:00
cache.rs cache: store all cached data under XDG_CACHE_HOME 2026-03-21 01:28:11 +00:00
credentials.rs app: implement Epics 2–10 2026-03-20 11:57:06 +00:00
filters.rs ui: overhaul sidebar, add content filters and state improvements 2026-03-21 01:13:01 +00:00
image_cache.rs window: prefetch images and queue offline read/unread actions 2026-03-21 02:45:45 +00:00
login_dialog.rs fix: tokio runtime, Enter-to-login, and server URL handling 2026-03-20 12:17:27 +00:00
main.rs window: prefetch images and queue offline read/unread actions 2026-03-21 02:45:45 +00:00
model.rs window: persist article list and open article across restarts 2026-03-21 01:13:09 +00:00
pending_actions.rs window: prefetch images and queue offline read/unread actions 2026-03-21 02:45:45 +00:00
preferences_dialog.rs feature: cache article images for offline reading 2026-03-21 01:19:49 +00:00
runtime.rs fix: tokio runtime, Enter-to-login, and server URL handling 2026-03-20 12:17:27 +00:00
window.rs window: prefetch images and queue offline read/unread actions 2026-03-21 02:45:45 +00:00