feat(tui): stumble mode — resurface stale entries card by card #36

Merged
lerko merged 1 commits from feat/stumble into main 2026-05-20 20:57:26 +00:00
Owner

Card-by-card walkthrough of entries untouched for 30+ days.
Prevents write-mostly decay by bringing old entries back to attention.

  • S from list triggers stumble, loads entries where modified_at < 30d
  • Single-card view with markdown body, glyph, tags, age indicator
  • Actions: n skip, d dismiss, ! pin, p promote, m absorb, esc exit
  • Progress indicator: stumble [3/12]
  • After promote/absorb from stumble, returns to deck (not list)
  • "All caught up" screen when deck exhausted
  • DB: add ModifiedBefore to ListParams, modified_at sort column
Card-by-card walkthrough of entries untouched for 30+ days. Prevents write-mostly decay by bringing old entries back to attention. - S from list triggers stumble, loads entries where modified_at < 30d - Single-card view with markdown body, glyph, tags, age indicator - Actions: n skip, d dismiss, ! pin, p promote, m absorb, esc exit - Progress indicator: stumble [3/12] - After promote/absorb from stumble, returns to deck (not list) - "All caught up" screen when deck exhausted - DB: add ModifiedBefore to ListParams, modified_at sort column
lerko added 1 commit 2026-05-20 20:57:16 +00:00
Card-by-card walkthrough of entries untouched for 30+ days.
Prevents write-mostly decay by bringing old entries back to attention.

- S from list triggers stumble, loads entries where modified_at < 30d
- Single-card view with markdown body, glyph, tags, age indicator
- Actions: n skip, d dismiss, ! pin, p promote, m absorb, esc exit
- Progress indicator: stumble [3/12]
- After promote/absorb from stumble, returns to deck (not list)
- "All caught up" screen when deck exhausted
- DB: add ModifiedBefore to ListParams, modified_at sort column
lerko merged commit 98fdae1e3a into main 2026-05-20 20:57:26 +00:00
lerko deleted branch feat/stumble 2026-05-20 20:57:26 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lerko/nib-v1#36