From a3ef9e5e349240f6c84a21e984e458bdbf3be31e Mon Sep 17 00:00:00 2001 From: Chaim Date: Sat, 6 Jun 2026 17:26:49 +0000 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=D7=91=D7=A8=D7=99=D7=A8=D7=AA-?= =?UTF-8?q?=D7=9E=D7=97=D7=93=D7=9C=20=D7=A9=D7=9C=20=D7=A1=D7=A4=D7=A8?= =?UTF-8?q?=D7=99=D7=99=D7=AA=20=D7=94=D7=A4=D7=A1=D7=99=D7=A7=D7=94=20?= =?UTF-8?q?=E2=80=94=20=D7=94=D7=97=D7=9C=D7=98=D7=95=D7=AA=20=D7=95=D7=A2?= =?UTF-8?q?=D7=93=D7=95=D7=AA=20=D7=A2=D7=A8=D7=A8=20=D7=A8=D7=90=D7=A9?= =?UTF-8?q?=D7=95=D7=A0=D7=95=D7=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit מתג-המקטעים נפתח כעת על "החלטות ועדות ערר" (הקורפוס המרכזי של היו"ר) במקום "פסיקת בתי משפט". Co-Authored-By: Claude Opus 4.8 (1M context) --- web-ui/src/components/precedents/library-list-panel.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-ui/src/components/precedents/library-list-panel.tsx b/web-ui/src/components/precedents/library-list-panel.tsx index 32f4bce..65403c3 100644 --- a/web-ui/src/components/precedents/library-list-panel.tsx +++ b/web-ui/src/components/precedents/library-list-panel.tsx @@ -456,7 +456,8 @@ export function LibraryListPanel() { const [editingId, setEditingId] = useState(null); // Which of the two corpora to show. Both queries stay mounted (counts + // cross-table polling), but only the active table renders — no long scroll. - const [view, setView] = useState<"court" | "committee">("court"); + // Default to committee decisions (the chair's primary corpus). + const [view, setView] = useState<"court" | "committee">("committee"); const sharedFilters = { practiceArea: practiceArea || undefined,