From 8cc466dd179d71a754bd12cbf5d8d884ceb0a55e Mon Sep 17 00:00:00 2001 From: king Date: Thu, 17 Sep 2026 15:36:45 +0900 Subject: [PATCH] =?UTF-8?q?feat(project):=20=EB=82=B4=20=EC=97=85=EB=AC=B4?= =?UTF-8?q?=20=EA=B0=9C=EC=88=98=20=EB=B0=B0=EC=A7=80=20-=20=EB=A7=88?= =?UTF-8?q?=EC=9A=B0=EC=8A=A4=20=EB=94=B0=EB=9D=BC=EB=8B=A4=EB=8B=88?= =?UTF-8?q?=EB=8A=94=20=ED=88=B4=ED=8C=81=EC=9C=BC=EB=A1=9C=20=EC=A7=84?= =?UTF-8?q?=ED=96=89/=EC=99=84=EB=A3=8C=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 네이티브 title 대신 커서를 따라 움직이는 작은 말풍선(공용 [data-tip] 유틸, initHoverTips). 헤드리스 크롬에서 synthetic mouse event로 동작 검증(진행/완료 텍스트 + 좌표 갱신 확인). Co-Authored-By: Claude Sonnet 5 --- .../project/templates/project/inbox.html | 4 +-- .../project/templates/project/index.html | 8 +++--- .../project/templates/project/project.html | 8 +++--- app/static/project.css | 12 +++++++-- app/static/project.js | 26 +++++++++++++++++++ 5 files changed, 46 insertions(+), 12 deletions(-) diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index dcfdca5..2c125f0 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 %} @@ -45,5 +45,5 @@ {% endif %} - + {% endblock %} diff --git a/app/modules/project/templates/project/index.html b/app/modules/project/templates/project/index.html index 4c534d7..e0b7333 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 %} @@ -159,8 +159,8 @@ - {{ p.open }} - {{ p.done }} + {{ p.open }} + {{ p.done }}