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:
Mingholy 2026-03-26 20:11:50 +08:00 committed by GitHub
commit 00447356ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 3536 additions and 380 deletions

View file

@ -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;

View file

@ -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