From 749e77774a225b04b8a0ae2d39645a8b08624df3 Mon Sep 17 00:00:00 2001 From: caadiq Date: Fri, 17 Apr 2026 22:11:27 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EB=A7=88=20=EC=A0=84=ED=99=98=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=EB=B0=8D=20=ED=8A=9C=EB=8B=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 라이트 모드 새로고침 시 FOUC 방지 (index.html 블로킹 스크립트) - 헤더 배경 제거 + backdrop-blur만 유지 → 배경과 동시 전환 - 전환 시간 300ms → 500ms로 일관되게 느리게 Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/index.html | 10 ++++++++++ frontend/src/components/Footer.jsx | 4 ++-- frontend/src/components/Layout.jsx | 19 ++++++------------- frontend/src/index.css | 22 +++------------------- frontend/src/pages/Home.jsx | 20 ++++++++++---------- 5 files changed, 31 insertions(+), 44 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index eb6f51b..e9b837a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9,6 +9,16 @@ + 메이플스토리 유틸리티 diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index a2c9bb6..e037988 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -1,7 +1,7 @@ export default function Footer() { return (