From 29ce3c77302caa92109e68f1d851bac398926263 Mon Sep 17 00:00:00 2001 From: king Date: Tue, 15 Sep 2026 23:01:43 +0900 Subject: [PATCH] =?UTF-8?q?feat(project):=20=ED=88=B4=EB=B0=94=EC=97=90=20?= =?UTF-8?q?=ED=98=84=EC=9E=AC=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=ED=81=AC=EA=B2=8C=20=ED=91=9C=EC=8B=9C,?= =?UTF-8?q?=20=EB=A9=A4=EB=B2=84=20=EB=AA=A9=EB=A1=9D=EC=97=90=20=ED=94=84?= =?UTF-8?q?=EB=A1=9C=ED=95=84=20=EC=95=84=EB=B0=94=ED=83=80=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 뷰 탭과 스코프 토글 사이 빈 공간에 프로젝트 이름(pj-project-title) 표시. - 좌측 멤버 목록이 항상 기본 아이콘만 쓰던 것을 프로젝트 카드/업무 담당자 처럼 avatars 맵을 조회해 구글 프로필 사진이 있으면 그걸 쓰도록 통일. Co-Authored-By: Claude Sonnet 5 --- app/modules/project/templates/project/inbox.html | 2 +- app/modules/project/templates/project/index.html | 2 +- app/modules/project/templates/project/project.html | 7 ++++++- app/static/project.css | 5 +++++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index 23efe65..44db589 100644 --- a/app/modules/project/templates/project/inbox.html +++ b/app/modules/project/templates/project/inbox.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + {% endblock %} diff --git a/app/modules/project/templates/project/index.html b/app/modules/project/templates/project/index.html index ba371c1..c6b3dcb 100644 --- a/app/modules/project/templates/project/index.html +++ b/app/modules/project/templates/project/index.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + {% endblock %} diff --git a/app/modules/project/templates/project/project.html b/app/modules/project/templates/project/project.html index a4b8ef7..451219d 100644 --- a/app/modules/project/templates/project/project.html +++ b/app/modules/project/templates/project/project.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + @@ -69,7 +69,11 @@