From e9988471395a2eaef11dbccb418c640fe01ea5a1 Mon Sep 17 00:00:00 2001 From: art Date: Tue, 30 Jun 2026 16:25:02 +0900 Subject: [PATCH] =?UTF-8?q?feat(redesign):=20=ED=94=84=EB=A1=9C=ED=95=84?= =?UTF-8?q?=20=ED=97=A4=EB=8D=94/=EB=82=B4=20=EA=B2=8C=EC=9E=84=20?= =?UTF-8?q?=ED=96=89=20=EB=B9=84=EC=A3=BC=EC=96=BC=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=96=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit profile.jsp에 .profile-head·.game-row·.avatar·.card 외형 클래스 적용. 모델은 기존 scriptlet(session attr·myGames getName/getThumbnailUrl) 보존, 디자인 ${user.*} EL 미채택. submitNickname/uploadAvatar AJAX + BibimbapCsrf.headers·JS참조 id 불변. 미존재 라우트(공개토글 /games/{id}/visibility, /profile/edit)는 비노출. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/main/webapp/WEB-INF/views/profile.jsp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/profile.jsp b/src/main/webapp/WEB-INF/views/profile.jsp index 8e5ca60..fd13a5f 100644 --- a/src/main/webapp/WEB-INF/views/profile.jsp +++ b/src/main/webapp/WEB-INF/views/profile.jsp @@ -434,13 +434,13 @@
-

BIBIMBAP ACCOUNT

-

프로필

+

BIBIMBAP ACCOUNT

+

프로필

-
- -
+

내 게임

<%= myGames.size() %>개 @@ -494,15 +494,15 @@ } boolean visible = game.getVisible() == null || game.getVisible(); %> -
-
-
+
<%= gameName %>
"><%= visible ? "공개" : "비공개" %> @@ -510,7 +510,7 @@
<% } %>