Tc refactor pt1 (#589)

* Refactor ProfileSettings

* Cleanup comments

* Refactor TaskDetails

* Refactor InboxModal

* fixup! Refactor InboxModal

* Fix project layout

* Add visuals to project details

* Refactor projectdetails

* Remake project metrics

* Complete project details refactor

* Fix note issues and enhance view

* Add filters

* Fix project tasks filters

* Add filters to task lists

* Add filters to task lists

* fixup! Add filters to task lists
This commit is contained in:
Chris 2025-11-23 21:48:49 +02:00 committed by GitHub
parent a1b9095bce
commit 75a1e68730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 6635 additions and 4179 deletions

View file

@ -122,7 +122,25 @@
"showSubtasks": "显示子任务",
"hideSubtasks": "隐藏子任务",
"edit": "编辑任务",
"delete": "删除任务"
"delete": "删除任务",
"sortTasks": "排序任务",
"sortBy": "排序方式",
"direction": "方向",
"ascending": "升序",
"descending": "降序",
"groupBy": "分组方式",
"groupByProject": "项目",
"grouping": {
"none": "无"
},
"show": "显示",
"all": "全部",
"completedOnly": "仅已完成",
"notCompleted": "未完成",
"noProject": "无项目",
"unknownProject": "未知项目",
"tasks": "任务",
"showingItems": "显示 {{current}} / {{total}} 项"
},
"timeline": {
"activityTimeline": "活动时间线",
@ -508,7 +526,7 @@
"project": {
"name": "项目名称",
"projectImage": "项目图片",
"uploadImageHint": "上传项目图片(最大5MB",
"uploadImageHint": "上传项目图片(最大10MB",
"browseImage": "浏览图片",
"noNotes": "此项目没有备注。",
"deleteProject": "删除项目",
@ -765,7 +783,9 @@
"in_progress_desc": "正在进行的工作",
"blocked_desc": "暂时暂停或卡住",
"completed_desc": "已完成并结束"
}
},
"showMetrics": "显示指标",
"hideMetrics": "隐藏指标"
},
"projectItem": {
"edit": "编辑",
@ -1138,4 +1158,4 @@
"subtasks": {
"placeholder": "添加子任务..."
}
}
}