From 1f59b7b023b11d7c7ff5fe6bc0736b6f8e3c388b Mon Sep 17 00:00:00 2001 From: henny Date: Thu, 17 Jul 2025 22:44:17 +0900 Subject: [PATCH 1/7] =?UTF-8?q?feat:=20=EA=B2=8C=EC=8B=9C=ED=8C=90=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/src/app/posts/page.tsx | 8 +- front-end/src/styles/pages/post/post.scss | 559 +++++++++++++++++----- node_modules/.yarn-integrity | 10 + yarn.lock | 4 + 4 files changed, 447 insertions(+), 134 deletions(-) create mode 100644 node_modules/.yarn-integrity create mode 100644 yarn.lock diff --git a/front-end/src/app/posts/page.tsx b/front-end/src/app/posts/page.tsx index 558b555..a92e7db 100644 --- a/front-end/src/app/posts/page.tsx +++ b/front-end/src/app/posts/page.tsx @@ -91,9 +91,9 @@ export default function PostList() { - + - +
@@ -116,7 +116,7 @@ export default function PostList() { )) ) : ( - @@ -131,7 +131,7 @@ export default function PostList() { > 이전 - + {currentPage + 1} / {totalPages}
번호
+ 게시글이 없습니다.