From 5c812b7ac5724d9b8cd037e425cdb3bfb0e6f05b Mon Sep 17 00:00:00 2001 From: caadiq Date: Fri, 9 Jan 2026 23:28:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20AdminAlbumPhotos=20=EB=A1=9C=EB=94=A9=20?= =?UTF-8?q?=EC=8B=9C=20=ED=97=A4=EB=8D=94=20=EC=9C=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 로딩 상태에서도 AdminHeader 표시 - 콘텐츠 영역만 스피너로 대체 - 페이지 전환 시 헤더 깜빡임 해결 --- frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx b/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx index 12d3c5d..df2966e 100644 --- a/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx +++ b/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx @@ -512,8 +512,14 @@ function AdminAlbumPhotos() { if (loading) { return ( -
-
+
+ {/* 헤더 */} + + + {/* 로딩 스피너 */} +
+
+
); }