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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user