From 3d224f8cff96d02e5eb3f9452b69e44ac775edf0 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 26 Sep 2025 14:59:38 +0700 Subject: [PATCH] chore: update project page title too long --- web-app/src/routes/project/index.tsx | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/web-app/src/routes/project/index.tsx b/web-app/src/routes/project/index.tsx index fa8e1cf3a1..5ab24bb396 100644 --- a/web-app/src/routes/project/index.tsx +++ b/web-app/src/routes/project/index.tsx @@ -134,25 +134,22 @@ function ProjectContent() { className="bg-main-view-fg/3 py-2 px-4 rounded-lg" key={folder.id} > -
-
+
+
-
-
-

+
+
+

{folder.name}

- - {projectThreads.length}{' '} - {projectThreads.length === 1 - ? t('projects.thread') - : t('projects.threads')} -

{t('projects.updated')}{' '} @@ -161,6 +158,12 @@ function ProjectContent() {

+ + {projectThreads.length}{' '} + {projectThreads.length === 1 + ? t('projects.thread') + : t('projects.threads')} + {projectThreads.length > 0 && (