From 5f24d0178038f99cb45709b78bf215d6dcc89d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 28 Feb 2026 15:33:05 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20[approval]=20=EA=B2=B0=EC=9E=AC=20?= =?UTF-8?q?=EC=95=8C=EB=A6=BC=20=EB=93=9C=EB=A1=AD=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EC=9D=84=20=EB=AA=A8=EB=8B=AC=EB=A1=9C=20=EC=A0=84=ED=99=98=20?= =?UTF-8?q?+=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=8B=9C=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=20=ED=8C=9D=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 380px 드롭다운 → 560px 전체 화면 모달로 확장 - 로그인 시 미처리 결재 있으면 자동 팝업 (세션당 1회) - ESC키/backdrop 클릭으로 모달 닫기 지원 - 모달 내 결재 카드: 긴급뱃지, 기안자, 양식, 날짜, 결재하기 링크 - 60초 뱃지 갱신 유지, per_page 10→20으로 확대 --- resources/views/partials/header.blade.php | 184 +++++++++++++++------- 1 file changed, 124 insertions(+), 60 deletions(-) diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index e98af713..5d0ddfd3 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -97,7 +97,7 @@ class="flex items-center gap-1.5 px-2.5 py-1.5 text-xs font-medium rounded-lg bo
- - - {{-- 드롭다운 --}} -
@@ -166,6 +153,54 @@ class="flex items-center gap-1 lg:gap-2 p-1.5 lg:px-3 lg:py-2 text-sm font-mediu + + + @push('scripts')