From f6b01b01a841b0e16dc9c5fc87d7dd2a1f034154 Mon Sep 17 00:00:00 2001 From: ttipo Date: Sun, 21 Jun 2026 22:04:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=ED=97=A4=EB=8D=94=EC=97=90=EC=84=9C=20=EC=84=A4=EB=AA=85=20?= =?UTF-8?q?=EC=97=86=EC=9D=84=20=EB=95=8C=20=EC=A0=9C=EB=AA=A9=C2=B7?= =?UTF-8?q?=EB=A9=94=ED=83=80=20=EC=82=AC=EC=9D=B4=20=EB=B9=88=20=EC=97=AC?= =?UTF-8?q?=EB=B0=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ProjectHeader(상세·멤버·활동·설정 공용)의 .rh-desc 가 설명이 비어도 빈 줄로 렌더되어 제목과 프로필·업데이트 시간 사이 간격이 벌어지던 문제 수정 — 설명이 있을 때만 렌더. (프로젝트 목록과 동일 처리) Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/components/ProjectHeader.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/ProjectHeader.vue b/frontend/src/components/ProjectHeader.vue index f5b03e5..4811ba4 100644 --- a/frontend/src/components/ProjectHeader.vue +++ b/frontend/src/components/ProjectHeader.vue @@ -38,7 +38,10 @@ const extra = computed(() => props.moreCount ?? props.repo.moreCount)
{{ repo.name }}
-
+
{{ repo.desc }}