Feat/add project states (#354)

* Scaffold project states

* fixup! Scaffold project states

* Fix blinking project modal

* fixup! Fix blinking project modal

* fixup! fixup! Fix blinking project modal

* Fix an issue with the tag input autosuggest

* fixup! Fix an issue with the tag input autosuggest

* fixup! fixup! Fix an issue with the tag input autosuggest

* Add state to project details

* fixup! Add state to project details

* Add state indicator on project cards

* fixup! Add state indicator on project cards
This commit is contained in:
Chris 2025-09-29 16:04:25 +03:00 committed by GitHub
parent c9f7fbb522
commit 9d2b1895af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 1141 additions and 153 deletions

View file

@ -655,6 +655,20 @@
"inactive": "非活动",
"all": "所有",
"allAreas": "所有区域"
},
"selectState": "选择状态",
"state": "项目状态",
"states": {
"idea": "想法",
"planned": "已规划",
"in_progress": "进行中",
"blocked": "被阻塞",
"completed": "已完成",
"idea_desc": "已捕获但尚未规划",
"planned_desc": "已确定范围并准备开始",
"in_progress_desc": "正在进行的工作",
"blocked_desc": "暂时暂停或卡住",
"completed_desc": "已完成并结束"
}
},
"projectItem": {