mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
Merge pull request #2602 from QwenLM/feat/hooks-refactor-hooks-ui
feat(hooks ui): refactor ui for Qwen Code hooks
This commit is contained in:
commit
00447356ad
34 changed files with 3536 additions and 380 deletions
|
|
@ -83,6 +83,10 @@ export interface UIActions {
|
|||
closeExtensionsManagerDialog: () => void;
|
||||
// MCP dialog
|
||||
closeMcpDialog: () => void;
|
||||
// Hooks dialog
|
||||
openHooksDialog: () => void;
|
||||
// Hooks dialog
|
||||
closeHooksDialog: () => void;
|
||||
// Resume session dialog
|
||||
openResumeDialog: () => void;
|
||||
closeResumeDialog: () => void;
|
||||
|
|
|
|||
|
|
@ -136,6 +136,8 @@ export interface UIState {
|
|||
isExtensionsManagerDialogOpen: boolean;
|
||||
// MCP dialog
|
||||
isMcpDialogOpen: boolean;
|
||||
// Hooks dialog
|
||||
isHooksDialogOpen: boolean;
|
||||
// Feedback dialog
|
||||
isFeedbackDialogOpen: boolean;
|
||||
// Per-task token tracking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue