FeedTheMonkey/src
Jeena 8e21c80a33 cache: store all cached data under XDG_CACHE_HOME
Both cache.json (article list) and the images directory are
regeneratable from the server, so they belong in XDG_CACHE_HOME
(~/.cache/net.jeena.FeedTheMonkey/) rather than XDG_DATA_HOME.
2026-03-21 01:28:11 +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 cache: store all cached data under XDG_CACHE_HOME 2026-03-21 01:28:11 +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 feature: cache article images for offline reading 2026-03-21 01:19:49 +00:00
model.rs window: persist article list and open article across restarts 2026-03-21 01:13:09 +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 feature: cache article images for offline reading 2026-03-21 01:19:49 +00:00