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