From d43013b4b4bd3fdebbaa25c67a6128648a7b34ae Mon Sep 17 00:00:00 2001 From: hskwon Date: Fri, 19 Dec 2025 16:46:30 +0900 Subject: [PATCH] =?UTF-8?q?feat(mobile):=20Phase=204=20=ED=8F=BC/=ED=95=84?= =?UTF-8?q?=ED=84=B0=20=EB=B0=98=EC=9D=91=ED=98=95=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - filter-collapsible 컴포넌트 생성 (모바일 필터 토글) - 10개 index 페이지 헤더/필터 반응형 적용 - 헤더: flex-col sm:flex-row 스택 배치 - 필터: w-full sm:w-40 반응형 너비 - 버튼: flex-1 sm:flex-none 그룹 배치 --- resources/views/boards/index.blade.php | 22 +++--- .../components/filter-collapsible.blade.php | 67 +++++++++++++++++++ resources/views/departments/index.blade.php | 18 ++--- resources/views/menus/index.blade.php | 35 +++++----- resources/views/permissions/index.blade.php | 16 ++--- .../projects/index.blade.php | 39 +++++------ .../quote-formulas/categories/index.blade.php | 22 +++--- .../views/quote-formulas/index.blade.php | 28 ++++---- resources/views/roles/index.blade.php | 16 ++--- resources/views/tenants/index.blade.php | 18 ++--- resources/views/users/index.blade.php | 16 ++--- 11 files changed, 181 insertions(+), 116 deletions(-) create mode 100644 resources/views/components/filter-collapsible.blade.php diff --git a/resources/views/boards/index.blade.php b/resources/views/boards/index.blade.php index cb30b705..f2036d1d 100644 --- a/resources/views/boards/index.blade.php +++ b/resources/views/boards/index.blade.php @@ -4,18 +4,18 @@ @section('content') -
-

📋 시스템 게시판 관리

- + -
-
+ + -
+
+
@@ -48,7 +48,7 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc
-
+
+
@@ -41,11 +41,11 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc
- -
+
-
+

메뉴 관리

-

+

-
+
@if(session('selected_tenant_id')) -
+
@endif - + + 새 메뉴 @if(auth()->user()?->is_super_admin) - + - 기본 메뉴 관리 + + 기본 메뉴 @endif
-
-
+ + -
+
+
@@ -83,11 +84,11 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc
- -
+