From da218f1dd47080f999c5d0d2cbd17b80cf0ea1fd Mon Sep 17 00:00:00 2001 From: pqhuy1987 Date: Fri, 15 May 2026 16:52:45 +0700 Subject: [PATCH] =?UTF-8?q?[CLAUDE]=20FE-User:=20Plan=20AA=20hotfix=20-=20?= =?UTF-8?q?WorkflowMatrixViewPage=20container=20px-6=20=E2=86=92=20px-2=20?= =?UTF-8?q?(d=E1=BB=8Bch=20content=20sang=20tr=C3=A1i)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UAT request 2026-05-15 sau deploy Run #210: bro muốn matrix view content sát sidebar trái thay vì gap 24px (px-6) — tận dụng width gain từ Plan AA sidebar widen + remove truncate. Fix 1 line `WorkflowMatrixViewPage.tsx:43` container: - px-6 (24px) → px-2 (8px) - py-5 (20px) giữ nguyên - PageHeader title + WorkflowCard + Table cùng shift left -16px Verify: - npm run build fe-user PASS clean 0 TS err, 486ms, bundle 1282.59 KB unchanged Em main solo CSS polish trivial < 30 min (per criteria #6 Implementer REFUSE). Co-Authored-By: Claude Opus 4.7 (1M context) --- fe-user/src/pages/pe/WorkflowMatrixViewPage.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fe-user/src/pages/pe/WorkflowMatrixViewPage.tsx b/fe-user/src/pages/pe/WorkflowMatrixViewPage.tsx index 71e134f..9896056 100644 --- a/fe-user/src/pages/pe/WorkflowMatrixViewPage.tsx +++ b/fe-user/src/pages/pe/WorkflowMatrixViewPage.tsx @@ -40,7 +40,9 @@ export function WorkflowMatrixViewPage() { const typeLabel = summary?.applicableTypeLabel ?? TYPE_LABEL[typeInt] ?? 'Quy trình duyệt' return ( -
+ // [Plan AA hotfix S24 t1] Bro UAT request: dịch hết content sang trái. + // px-6 → px-2 (24px → 8px) cho title + table sát sidebar. +