From 40513ffddba01467193c3c3e19468c7090f06215 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 4 Apr 2026 09:39:03 +0000 Subject: feat: Ship button on SHIPPABLE stories; checker report on READY task cards 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 5766b6f..d3b01d0 100644 --- a/web/style.css +++ b/web/style.css @@ -1220,6 +1220,21 @@ dialog label select:focus { margin-bottom: 0.75rem; } +.task-checker-report { + margin: 0.5rem 0; + padding: 0.5rem 0.75rem; + background: var(--warning-bg, rgba(255, 180, 0, 0.12)); + border-left: 3px solid var(--warning, #f0a500); + border-radius: 4px; + font-size: 0.8rem; + color: var(--text); +} + +.task-checker-report-label { + font-weight: 600; + margin-right: 0.4rem; +} + .running-history { margin-top: 1.5rem; overflow-x: auto; -- cgit v1.2.3