From 44d9025afe5651f469f53067294df4aa0887efa3 Mon Sep 17 00:00:00 2001 From: bagasbanuna Date: Mon, 6 Apr 2026 17:49:28 +0800 Subject: [PATCH] refactor: Update header components and improve job edit footer layout - Replace Waiting Room header with AppHeader component - Replace Profile Create header with AppHeader with showBack=false - Wrap Job Edit submit button with BoxButtonOnFooter for consistent footer layout Co-authored-by: Qwen-Coder Co-authored-by: Qwen-Coder --- app/(application)/(user)/_layout.tsx | 3 +-- app/(application)/(user)/profile/_layout.tsx | 6 +++++- screens/Job/ScreenJobEdit.tsx | 15 +++++++-------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/app/(application)/(user)/_layout.tsx b/app/(application)/(user)/_layout.tsx index 8eefcd6..9640007 100644 --- a/app/(application)/(user)/_layout.tsx +++ b/app/(application)/(user)/_layout.tsx @@ -21,8 +21,7 @@ export default function UserLayout() { , }} /> diff --git a/app/(application)/(user)/profile/_layout.tsx b/app/(application)/(user)/profile/_layout.tsx index 9faf16b..eb1a931 100644 --- a/app/(application)/(user)/profile/_layout.tsx +++ b/app/(application)/(user)/profile/_layout.tsx @@ -23,7 +23,11 @@ export default function ProfileLayout() { /> ( + + ), + }} /> { return ( <> - handlerOnUpdate()}> - Update - - + + handlerOnUpdate()}> + Update + + ); };