crabidy/cbd-tui/src
Test User 3a03114cb9 Always refetch /orphans (and fix the web client's stale cache roots)
The clients cache library listings except for server-mutable folder roots.
/orphans is recomputed from the store on every visit, so a cached listing
froze the orphan set until a client restart. Add /orphans to the TUI's
mutable-roots list so entering the provider always re-walks.

The web client's list was also stale from the store refactor — it still
named the removed /captures, /queues, /bookmarks providers and omitted
/crabidy, so /crabidy (and now /orphans) listings went stale there too.
Reset it to the real mutable roots: /crabidy, /fs, /orphans.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-23 00:13:50 +02:00
..
app tui: clear-filter on Esc, captured arrow marker, spectrum toggle 2026-07-22 22:35:51 +02:00
config.rs Implement the comprehensive CLI (stage 5) 2026-07-22 12:13:51 +02:00
lib.rs Implement the crabidy content store and single /crabidy provider 2026-07-22 11:34:40 +02:00
main.rs Implement the comprehensive CLI (stage 5) 2026-07-22 12:13:51 +02:00
rpc.rs Always refetch /orphans (and fix the web client's stale cache roots) 2026-07-23 00:13:50 +02:00