diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-04-03 23:18:45 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-04-03 23:18:45 +0000 |
| commit | 774a33431f7ae8a54082f5bca5db0019d6459a60 (patch) | |
| tree | 4b3be535525bd2e90ec2eeba78fe23a2646db0c1 /web/style.css | |
| parent | 18d56cc126358c65bbbca0f2e3cb5796eb6cc139 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
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; |
