From 2bd100e7b1391724119ac835f50eb1c071c4be93 Mon Sep 17 00:00:00 2001 From: riyadhafraa <49757212-riyadhafraa@users.noreply.replit.com> Date: Sun, 3 May 2026 11:58:29 +0000 Subject: [PATCH] Task #340: center the Time and Actions columns in the Manage table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User feedback (RTL screenshot): the "إجراءات" header and its three icon buttons were stuck against the far edge of the column, away from the new vertical divider added in #337; the "الوقت" header also sat against the start edge while the short "1:55 — 2:05" value floated separately, so they didn't visually line up. - Switches both the Time and Actions header cells from `text-start` / `text-end` to `text-center`. - Adds `text-center` to the Time data cell so the fixed-width "HH:MM — HH:MM" string sits centered under its header. - Switches the Actions data cell from `text-end` to `text-center`; the inline-flex button group (edit / duplicate / delete) inherits the centering. - Loading and "no meetings" rows already render the message via `colSpan={4}` and a separate empty Actions cell; no text alignment change is needed there for visual parity. Other columns (select-checkbox, #, Meeting) keep their existing `text-start` so long titles stay flush with their header label. The vertical divider (#337) and column widths (w-28 / w-32) remain untouched. No change to data flow, testids, or other tabs. `pnpm -C artifacts/tx-os exec tsc --noEmit` clean. Pre-existing api-server / test workflow failures are unrelated. --- artifacts/tx-os/src/pages/executive-meetings.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/artifacts/tx-os/src/pages/executive-meetings.tsx b/artifacts/tx-os/src/pages/executive-meetings.tsx index 57e15297..e9c3533b 100644 --- a/artifacts/tx-os/src/pages/executive-meetings.tsx +++ b/artifacts/tx-os/src/pages/executive-meetings.tsx @@ -5602,8 +5602,8 @@ function ManageSection({