From 86558dc8c1a9389e91d300d0dda3474ed975b989 Mon Sep 17 00:00:00 2001 From: king Date: Tue, 15 Sep 2026 19:50:20 +0900 Subject: [PATCH] =?UTF-8?q?fix(project):=20=ED=94=84=EB=A1=9C=EC=A0=9D?= =?UTF-8?q?=ED=8A=B8=20=EC=83=81=EC=84=B8=20=EC=A7=84=EC=9E=85=20=EC=8B=9C?= =?UTF-8?q?=20=EA=B8=B0=EB=B3=B8=20=ED=99=94=EB=A9=B4=EC=9D=84=20=EB=B3=B4?= =?UTF-8?q?=EB=93=9C(=EC=84=B8=EC=85=98)=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 지금까지 프로젝트를 선택해도 기본 탭이 "달력"이라 가운데 화면에 세션이 바로 안 보였다(아사나는 프로젝트 진입 시 보드/리스트가 기본). 탭 순서를 보드·리스트·달력·타임라인으로 바꾸고 보드를 기본 활성 탭으로. 달력 이전/다음달 이동은 페이지를 통째로 새로고침하므로(?y=&m=), 마지막 탭을 localStorage(pj_view)에 기억해뒀다가 복원한다 — 안 그러면 달력을 보다가 월 이동만 해도 매번 보드로 튕겨나간다. Co-Authored-By: Claude Sonnet 5 --- .../project/templates/project/inbox.html | 2 +- .../project/templates/project/index.html | 2 +- .../project/templates/project/project.html | 14 +++++------ app/static/project.js | 25 ++++++++++++++++--- 4 files changed, 31 insertions(+), 12 deletions(-) diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index 984e000..9a787ca 100644 --- a/app/modules/project/templates/project/inbox.html +++ b/app/modules/project/templates/project/inbox.html @@ -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 2d0b8a1..7bde3b5 100644 --- a/app/modules/project/templates/project/index.html +++ b/app/modules/project/templates/project/index.html @@ -349,5 +349,5 @@ - + {% endblock %} diff --git a/app/modules/project/templates/project/project.html b/app/modules/project/templates/project/project.html index 4115b74..91f7df2 100644 --- a/app/modules/project/templates/project/project.html +++ b/app/modules/project/templates/project/project.html @@ -113,10 +113,10 @@
- - - + + +
@@ -127,7 +127,7 @@
-
+