From 1b23d3a8e38562dc5f270999cf9a46d11e9d3c51 Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Thu, 9 Jul 2026 08:58:54 +0000 Subject: [PATCH] Task #731: details card square corners, attached to booking row, centered cell text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Expanded booking details in protocol.tsx: TableCell padding p-3 → p-0 so the card attaches directly to the booking row with no gap. - Card container: removed rounded-lg and side border; now border-b border-slate-400 only — square corners, flush with table edges. - Details TableRow gets border-b-0 to avoid a double bottom separator with the inner border (architect review fix). - Grid detail cells (مقدم الطلب، الإدارة، الهاتف...) now text-center for both label and value; meeting-name header also centered for consistency. - UI-only; tsc --noEmit clean. --- artifacts/tx-os/src/pages/protocol.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacts/tx-os/src/pages/protocol.tsx b/artifacts/tx-os/src/pages/protocol.tsx index fca52c10..8a4ead5b 100644 --- a/artifacts/tx-os/src/pages/protocol.tsx +++ b/artifacts/tx-os/src/pages/protocol.tsx @@ -1218,10 +1218,10 @@ export default function ProtocolPage() { {expanded && ( - - -
-
+ + +
+
{t("protocol.bookings.table.title")} @@ -1267,7 +1267,7 @@ export default function ProtocolPage() { ).map(([label, value], i) => (
{label}