feat(project): 툴바에 현재 프로젝트 이름 크게 표시, 멤버 목록에 프로필 아바타 적용

- 뷰 탭과 스코프 토글 사이 빈 공간에 프로젝트 이름(pj-project-title) 표시.
- 좌측 멤버 목록이 항상 기본 아이콘만 쓰던 것을 프로젝트 카드/업무 담당자
  처럼 avatars 맵을 조회해 구글 프로필 사진이 있으면 그걸 쓰도록 통일.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-15 23:01:43 +09:00
parent b1c1a04f4f
commit 29ce3c7730
4 changed files with 13 additions and 3 deletions
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260916k" />
<link rel="stylesheet" href="/static/project.css?v=20260916l" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %}