mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
refactor: remove unused imports in CliViewerToolbar and QueuePanel components
This commit is contained in:
@@ -37,7 +37,7 @@ import {
|
|||||||
DialogTrigger,
|
DialogTrigger,
|
||||||
} from '@/components/ui/Dialog';
|
} from '@/components/ui/Dialog';
|
||||||
import { Input } from '@/components/ui/Input';
|
import { Input } from '@/components/ui/Input';
|
||||||
import { Search, Clock, CheckCircle2, XCircle, Loader2 } from 'lucide-react';
|
import { Search, Clock } from 'lucide-react';
|
||||||
import {
|
import {
|
||||||
useViewerStore,
|
useViewerStore,
|
||||||
useViewerLayout,
|
useViewerLayout,
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ import {
|
|||||||
ListChecks,
|
ListChecks,
|
||||||
Loader2,
|
Loader2,
|
||||||
AlertTriangle,
|
AlertTriangle,
|
||||||
ArrowDownToLine,
|
|
||||||
Clock,
|
Clock,
|
||||||
CheckCircle,
|
CheckCircle,
|
||||||
XCircle,
|
XCircle,
|
||||||
@@ -150,7 +149,7 @@ function QueueItemRow({
|
|||||||
|
|
||||||
// ========== Queue Tab: Content ==========
|
// ========== Queue Tab: Content ==========
|
||||||
|
|
||||||
function QueueTabContent({ embedded = false }: { embedded?: boolean }) {
|
function QueueTabContent(_props: { embedded?: boolean }) {
|
||||||
const { formatMessage } = useIntl();
|
const { formatMessage } = useIntl();
|
||||||
const queueQuery = useIssueQueue();
|
const queueQuery = useIssueQueue();
|
||||||
const associationChain = useIssueQueueIntegrationStore(selectAssociationChain);
|
const associationChain = useIssueQueueIntegrationStore(selectAssociationChain);
|
||||||
|
|||||||
Reference in New Issue
Block a user