From fdb0c986503faee5856bdbf2ab3c642a9095a2ff Mon Sep 17 00:00:00 2001 From: Chaim Date: Mon, 6 Jul 2026 09:13:13 +0000 Subject: [PATCH] =?UTF-8?q?fix(hearing):=20=D7=A4=D7=90=D7=A0=D7=9C=20"?= =?UTF-8?q?=D7=9E=D7=94=20=D7=A7=D7=A8=D7=94=20=D7=91=D7=93=D7=99=D7=95?= =?UTF-8?q?=D7=9F"=20=D7=A1=D7=92=D7=95=D7=A8=20=D7=9B=D7=91=D7=A8=D7=99?= =?UTF-8?q?=D7=A8=D7=AA-=D7=9E=D7=97=D7=93=D7=9C=20(#226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit עוטף את HearingChangesPanel באקורדיון single/collapsible סגור-כברירת-מחדל, זהה לפאנל-האח "טיעונים מאוגדים לפי צד" מעליו (הנחיית חיים). הכותרת+תיאור עוברים לטריגר-האקורדיון; מוסרת הכותרת הכפולה מהרכיב (כפתור-ההרצה נשמר, מיושר לקצה בתצוגה המלאה). tsc + eslint ירוקים. Co-Authored-By: Claude Opus 4.8 (1M context) --- web-ui/src/app/cases/[caseNumber]/page.tsx | 28 +++++++++++++++---- .../cases/hearing-changes-panel.tsx | 16 +---------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/web-ui/src/app/cases/[caseNumber]/page.tsx b/web-ui/src/app/cases/[caseNumber]/page.tsx index 8ada718..77dc0d9 100644 --- a/web-ui/src/app/cases/[caseNumber]/page.tsx +++ b/web-ui/src/app/cases/[caseNumber]/page.tsx @@ -184,12 +184,28 @@ export default function CaseDetailPage({ {/* מה קרה בדיון — comparative analysis of the hearing protocol vs. the written pleadings (#226). Sits below the aggregated arguments - because it speaks to those same arguments in their oral gloss. */} - - - - - + because it speaks to those same arguments in their oral gloss. + Collapsed by default, mirroring the "by-party" accordion above. */} + + + + + + מה קרה בדיון + + + השוואת הטענות בכתב מול הדיון בעל-פה — מה התחזק ומה נטען לראשונה + + + + + + + + {/* אימות פסיקה — per-argument supporting-precedent verify gate (#154), diff --git a/web-ui/src/components/cases/hearing-changes-panel.tsx b/web-ui/src/components/cases/hearing-changes-panel.tsx index f8dcd7c..27c6750 100644 --- a/web-ui/src/components/cases/hearing-changes-panel.tsx +++ b/web-ui/src/components/cases/hearing-changes-panel.tsx @@ -11,7 +11,6 @@ import { HelpCircle, Link2, Loader2, - MessageSquareText, Plus, RotateCw, Sparkles, @@ -202,20 +201,6 @@ export function HearingChangesPanel({ caseNumber }: HearingChangesPanelProps) { return (
-
-
-

- - מה קרה בדיון -

-

- השוואה בין הטענות בכתב לבין מה שנטען בדיון בעל-פה — אילו טענות התחזקו - ואילו נטענו לראשונה, כדי שהדיון (בלוק י) יתייחס לגלגול העדכני. -

-
- {runButton} -
- {isPending ? (
@@ -236,6 +221,7 @@ export function HearingChangesPanel({ caseNumber }: HearingChangesPanelProps) {
) : ( <> +
{runButton}
{/* hearing header strip */} {header && (