diff --git a/resources/views/sales/dashboard/index.blade.php b/resources/views/sales/dashboard/index.blade.php index fbc3312e..0d4508aa 100644 --- a/resources/views/sales/dashboard/index.blade.php +++ b/resources/views/sales/dashboard/index.blade.php @@ -13,6 +13,20 @@ .htmx-request.htmx-indicator { display: inline-flex; } + /* 새로고침 버튼 아이콘 상태 */ + .refresh-btn [data-refresh-spin] { + display: none; + } + .refresh-btn [data-refresh-icon] { + display: inline-block; + } + /* 로딩 중: 스피너 표시, 아이콘 숨김 */ + .refresh-btn.htmx-request [data-refresh-spin] { + display: inline-block; + } + .refresh-btn.htmx-request [data-refresh-icon] { + display: none; + } @endpush @@ -52,32 +66,67 @@ class="inline-flex items-center justify-center w-8 h-8 rounded-full bg-blue-100