UI: show distill schedule next-run times in settings panel

Fetches /distill/status when the ⚙ panel opens and renders next run
times below the distill buttons (monospace, muted). Shows "today",
"tomorrow", or "Mar 18" format depending on how far away.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-03-17 23:22:47 -04:00
parent 2144d7c2c0
commit 1127610752
3 changed files with 39 additions and 0 deletions

View File

@@ -766,6 +766,14 @@
#ctx-distill-status.show { opacity: 1; }
#ctx-distill-status.err { color: var(--error-text); }
#ctx-schedule {
margin-top: 6px;
font-size: 0.66rem;
color: var(--muted);
line-height: 1.7;
font-family: 'Courier New', monospace;
}
/* Ctx header button — shows current tier as a dim superscript */
#ctx-open-btn .tier-badge {
font-size: 0.6em;