mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
feat: add Accordion component for UI and Zustand store for coordinator management
- Implemented Accordion component using Radix UI for collapsible sections. - Created Zustand store to manage coordinator execution state, command chains, logs, and interactive questions. - Added validation tests for CLI settings type definitions, ensuring type safety and correct behavior of helper functions.
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
{
|
||||
"groups": {
|
||||
"overview": "概览",
|
||||
"workflow": "工作流与执行",
|
||||
"knowledge": "知识与记忆",
|
||||
"issues": "问题管理",
|
||||
"tools": "工具与钩子",
|
||||
"configuration": "配置与支持"
|
||||
},
|
||||
"main": {
|
||||
"home": "首页",
|
||||
"sessions": "会话",
|
||||
|
||||
Reference in New Issue
Block a user