From fdd12c67262d181ebaa5a528b14dc41c7b9f9296 Mon Sep 17 00:00:00 2001 From: Chaim Date: Sat, 11 Apr 2026 19:30:02 +0000 Subject: [PATCH] Move background + conclusions below the issues on compose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The right sidebar with "רקע לניתוח" and "מסקנות" was stealing horizontal space and forced the editable cards (threshold claims, issues, chair positions, now precedents) into a narrow column. Move both cards into the main stack, after the issues list, so the chair sees the decision points first and the surrounding context after. Collapse the lg:grid-cols-[1fr_320px] layout into a single max-w-4xl stack since there's no longer a sidebar. Bump the moved cards from px-5 py-4 to px-6 py-5 to match the rest of the compose page's card padding. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../app/cases/[caseNumber]/compose/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/web-ui/src/app/cases/[caseNumber]/compose/page.tsx b/web-ui/src/app/cases/[caseNumber]/compose/page.tsx index 78dc98d..ec2cff5 100644 --- a/web-ui/src/app/cases/[caseNumber]/compose/page.tsx +++ b/web-ui/src/app/cases/[caseNumber]/compose/page.tsx @@ -115,8 +115,7 @@ export default function ComposePage({ ) : analysis.data ? ( -
- {/* Main editable column */} +
{/* Case-level general precedents */} @@ -190,13 +189,13 @@ export default function ComposePage({ )} -
- {/* Side column: background prose + conclusions */} - +
) : null}