mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 12:03:49 +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": "Overview",
|
||||
"workflow": "Workflow & Execution",
|
||||
"knowledge": "Knowledge & Memory",
|
||||
"issues": "Issue Management",
|
||||
"tools": "Tools & Hooks",
|
||||
"configuration": "Configuration & Support"
|
||||
},
|
||||
"main": {
|
||||
"home": "Home",
|
||||
"sessions": "Sessions",
|
||||
|
||||
Reference in New Issue
Block a user