From 093e98bc0f7d6ac73848427f85e47a8adbd0bb16 Mon Sep 17 00:00:00 2001 From: hskwon Date: Fri, 19 Dec 2025 15:51:29 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20MNG=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20?= =?UTF-8?q?=EB=B0=98=EC=9D=91=ED=98=95=20Phase=201=20-=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=EB=93=9C=EB=B0=94=20=EC=98=A4=EB=B2=84=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=20=EB=B0=8F=20=ED=96=84=EB=B2=84=EA=B1=B0=20=EB=A9=94?= =?UTF-8?q?=EB=89=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 모바일 사이드바 오버레이 구현 (슬라이드 인/아웃) - 헤더에 햄버거 메뉴 버튼 추가 - 모바일 백드롭 오버레이 추가 - ESC 키 및 메뉴 클릭 시 사이드바 자동 닫힘 --- resources/views/layouts/app.blade.php | 6 + resources/views/partials/header.blade.php | 32 ++++-- resources/views/partials/sidebar.blade.php | 121 ++++++++++++++++++++- 3 files changed, 150 insertions(+), 9 deletions(-) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index cafb6f1a..7c676051 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -52,6 +52,12 @@
+ + + @include('partials.sidebar') diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index b45fbd9b..fbc667e7 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -1,15 +1,31 @@ -
- -
-
+
+ +
+ + + + + {{ config('app.name') }} + + + -
+ @csrf