mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +08:00
feat(issue-panel): add multi-select functionality and send to terminal feature
feat(config-store): add dashboard feature flags to initial state fix(skill-hub-routes): update skill index path for GitHub configuration
This commit is contained in:
@@ -100,6 +100,9 @@ const initialState: ConfigState = {
|
||||
darkModeEnabled: true,
|
||||
notificationsEnabled: true,
|
||||
experimentalFeatures: false,
|
||||
dashboardQueuePanelEnabled: false,
|
||||
dashboardInspectorEnabled: false,
|
||||
dashboardExecutionMonitorEnabled: false,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user