From 774a33431f7ae8a54082f5bca5db0019d6459a60 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 3 Apr 2026 23:18:45 +0000 Subject: feat: fold completed tab into ready panel; stories tab first - Remove the standalone "All" tab; completed tasks (last 24h) now appear at the bottom of the Ready tab under a "Completed (24h)" section header - Move Stories tab to the first position in the nav bar - Drop 'all' from badge count computation Co-Authored-By: Claude Sonnet 4.6 --- web/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index 34395a4..5766b6f 100644 --- a/web/style.css +++ b/web/style.css @@ -1205,6 +1205,21 @@ dialog label select:focus { word-break: break-word; } +.ready-completed-history { + margin-top: 2rem; + border-top: 1px solid var(--border); + padding-top: 1rem; +} + +.ready-completed-label { + font-size: 0.75rem; + font-weight: 600; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.05em; + margin-bottom: 0.75rem; +} + .running-history { margin-top: 1.5rem; overflow-x: auto; -- cgit v1.2.3