chore(lint): 清理 7 項 ESLint 警告

- useApprovalSSE.ts: 標記未使用的 fallbackToPolling
- useErrors.ts: 移除未使用的 ErrorListResponse import
- dashboard.store.ts: 標記 SSE event 參數
- agent.store.ts: 加註 SSE 串流迴圈說明
- approval.store.ts: 改用正規 type import
- terminal.store.ts: 改用 inline type import
- OmniTerminal.tsx: 改用 type import

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-29 16:40:19 +08:00
parent d68917cdac
commit 5ee139749a
7 changed files with 11 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ import {
useIsConnected,
useTerminalMessages,
useIsTerminalOpen,
TerminalMessage,
type TerminalMessage,
} from '@/stores/terminal.store'
import { GenUIRenderer, isRegistered } from '@/components/genui'
import { Z_INDEX } from '@/lib/constants/z-index'