iris
c0d7ec6572
feat(dashboard): live countdown ticker for reminder + schedule due-at labels
...
Reminder due-at labels ("in 3m 45s") and schedule next-fire cells
were computed once at render time and never updated. For short-horizon
reminders the stale count was visually misleading.
Both renderers now stamp data-due-at=<unix> on their respective
elements (.reminder-due / .sched-due). A shared 1s setInterval
ticker walks all live elements and rewrites textContent using
fmtDuration / fmtAgo — same zero-re-render pattern as the
existing question TTL chip ticker.
2026-06-05 13:50:44 +02:00
..
common.css
fix( #1307 ) add appearance:none to .btn to strip browser UA button chrome
2026-06-04 21:04:45 +02:00
common.js
fix( #1157 ): add viewport meta to all pages; use clientWidth for side panel
2026-06-03 18:23:37 +02:00
dashboard.css
fix( #1293 ): override global li padding on agent menu separator
2026-06-04 20:06:18 +02:00
flow.css
feat(dashboard): split monolithic CSS into common + per-page bundles
2026-06-02 11:19:32 +02:00
flow.html
fix( #1157 ): add viewport meta to all pages; use clientWidth for side panel
2026-06-03 18:23:37 +02:00
flow.js
fix(flow): flashError was inserting at top of terminal (invisible)
2026-06-05 13:02:48 +02:00
index.html
fix(dashboard): refresh reminders on SCH3DUL3S tab activation + update stale comments
2026-06-05 12:06:32 +02:00
logs.css
feat(logs): URL deep-link + fetched-age chip for AGENT/SYSTEM tabs
2026-06-05 13:17:43 +02:00
logs.html
feat(logs): URL deep-link + fetched-age chip for AGENT/SYSTEM tabs
2026-06-05 13:17:43 +02:00
logs.js
feat(logs): URL deep-link + fetched-age chip for AGENT/SYSTEM tabs
2026-06-05 13:17:43 +02:00
stream-worker.js
chore: scrub #NNN issue references from code comments and nix descriptions
2026-06-01 13:30:52 +02:00
tabs.js
feat(dashboard): live countdown ticker for reminder + schedule due-at labels
2026-06-05 13:50:44 +02:00