From ef3d4958784144ecd8a223ec2059a5e6db860794 Mon Sep 17 00:00:00 2001 From: 2620227 Date: Fri, 10 Jul 2026 13:51:52 +0900 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=ED=91=B8=ED=84=B0=20=EA=B3=B5?= =?UTF-8?q?=EC=9A=A9=ED=99=94(=ED=94=84=EB=A1=9C=ED=95=84=EC=97=90?= =?UTF-8?q?=EB=8F=84=20=EB=85=B8=EC=B6=9C)=20+=20=ED=94=84=EC=82=AC=20?= =?UTF-8?q?=EB=B0=98=EC=98=81=20=EC=A7=80=EC=97=B0=20=EC=95=88=EB=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - footer 를 _footer.ejs 파티션으로 분리해 대시보드·프로필 공용으로 include - footer 문구 '버그 제보:' → '버그 제보 -' - 프로필 사진 크롭 모달에 '반영까지 최대 몇 분' 안내(연한 힌트) 추가 Co-Authored-By: Claude Opus 4.8 (1M context) --- views/_footer.ejs | 12 ++++++++++++ views/dashboard.ejs | 10 +--------- views/profile.ejs | 4 +++- 3 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 views/_footer.ejs diff --git a/views/_footer.ejs b/views/_footer.ejs new file mode 100644 index 0000000..2a9a3d1 --- /dev/null +++ b/views/_footer.ejs @@ -0,0 +1,12 @@ +<% + // 공용 푸터. 대시보드·프로필 등 모든 화면에서 include 해서 재사용. +%> +
+ +
diff --git a/views/dashboard.ejs b/views/dashboard.ejs index ce94097..ebd21ee 100644 --- a/views/dashboard.ejs +++ b/views/dashboard.ejs @@ -176,15 +176,7 @@ -
- -
+<%- include("_footer") %> diff --git a/views/profile.ejs b/views/profile.ejs index 619ddb7..42beeac 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -90,6 +90,8 @@ +<%- include("_footer") %> + <% if (isSelf) { %>