feat: complete US-104 to US-108 (Kanban UI)

US-104: Kanban board UI shell
- Loading skeleton while fetching
- 4 columns with task counts
- Empty state with drop zone highlight

US-105: Task card component
- Type icons and color-coded borders
- Priority badges
- Project tags
- Tooltip on hover for full title
- Click opens detail panel

US-106: Create task dialog
- All fields working
- Validation and defaults

US-107: Task detail panel (new)
- Slide-out sheet from right
- Inline editing for all fields
- Debounced auto-save (500ms)
- Delete with confirmation dialog
- Escape key to close
- Metadata display (created/updated)

US-108: Drag and drop
- Visual feedback (ring highlight, ghost card)
- Status update on drop
- Persists to file via API

Added shadcn components: sheet, skeleton, tooltip, alert-dialog
This commit is contained in:
Brad Groux 2026-01-26 02:54:25 -06:00
parent 45a5c37612
commit b8cc446b6b
15 changed files with 1037 additions and 174 deletions

70
pnpm-lock.yaml generated
View file

@ -87,8 +87,11 @@ importers:
'@dnd-kit/utilities':
specifier: ^3.2.2
version: 3.2.2(react@19.2.3)
'@radix-ui/react-alert-dialog':
specifier: ^1.1.15
version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-dialog':
specifier: ^1.1.4
specifier: ^1.1.15
version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-dropdown-menu':
specifier: ^2.1.4
@ -100,11 +103,14 @@ importers:
specifier: ^2.1.4
version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-slot':
specifier: ^1.1.1
specifier: ^1.2.4
version: 1.2.4(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/react-toast':
specifier: ^1.2.4
version: 1.2.15(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-tooltip':
specifier: ^1.2.8
version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-query':
specifier: ^5.62.0
version: 5.90.20(react@19.2.3)
@ -693,6 +699,19 @@ packages:
'@radix-ui/primitive@1.1.3':
resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==}
'@radix-ui/react-alert-dialog@1.1.15':
resolution: {integrity: sha512-oTVLkEw5GpdRe29BqJ0LSDFWI3qu0vR1M0mUkOQWDIUnY/QIkLpgDMWuKxP94c2NAC2LGcgVhG1ImF3jkZ5wXw==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
peerDependenciesMeta:
'@types/react':
optional: true
'@types/react-dom':
optional: true
'@radix-ui/react-arrow@1.1.7':
resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==}
peerDependencies:
@ -964,6 +983,19 @@ packages:
'@types/react-dom':
optional: true
'@radix-ui/react-tooltip@1.2.8':
resolution: {integrity: sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==}
peerDependencies:
'@types/react': '*'
'@types/react-dom': '*'
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
peerDependenciesMeta:
'@types/react':
optional: true
'@types/react-dom':
optional: true
'@radix-ui/react-use-callback-ref@1.1.1':
resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
peerDependencies:
@ -2962,6 +2994,20 @@ snapshots:
'@radix-ui/primitive@1.1.3': {}
'@radix-ui/react-alert-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/primitive': 1.1.3
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
'@types/react': 19.2.9
'@types/react-dom': 19.2.3(@types/react@19.2.9)
'@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
@ -3246,6 +3292,26 @@ snapshots:
'@types/react': 19.2.9
'@types/react-dom': 19.2.3(@types/react@19.2.9)
'@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/primitive': 1.1.3
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-id': 1.1.1(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
'@types/react': 19.2.9
'@types/react-dom': 19.2.3(@types/react@19.2.9)
'@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.9)(react@19.2.3)':
dependencies:
react: 19.2.3

22
web/components.json Normal file
View file

@ -0,0 +1,22 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {}
}

View file

@ -12,17 +12,19 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@veritas-kanban/shared": "workspace:*",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.62.0",
"@veritas-kanban/shared": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",

View file

@ -1,6 +1,8 @@
import { useTasks, useTasksByStatus, useUpdateTask } from '@/hooks/useTasks';
import { KanbanColumn } from './KanbanColumn';
import type { TaskStatus } from '@veritas-kanban/shared';
import { TaskDetailPanel } from '@/components/task/TaskDetailPanel';
import { Skeleton } from '@/components/ui/skeleton';
import type { TaskStatus, Task } from '@veritas-kanban/shared';
import {
DndContext,
DragEndEvent,
@ -13,7 +15,6 @@ import {
} from '@dnd-kit/core';
import { useState } from 'react';
import { TaskCard } from '@/components/task/TaskCard';
import type { Task } from '@veritas-kanban/shared';
const COLUMNS: { id: TaskStatus; title: string }[] = [
{ id: 'todo', title: 'To Do' },
@ -22,11 +23,48 @@ const COLUMNS: { id: TaskStatus; title: string }[] = [
{ id: 'done', title: 'Done' },
];
function LoadingSkeleton() {
return (
<div className="grid grid-cols-4 gap-4">
{COLUMNS.map(column => (
<div
key={column.id}
className="flex flex-col rounded-lg bg-muted/50 border-t-2 border-t-muted-foreground/20"
>
<div className="flex items-center justify-between px-3 py-2">
<Skeleton className="h-4 w-20" />
<Skeleton className="h-5 w-6 rounded-full" />
</div>
<div className="flex-1 p-2 space-y-2 min-h-[calc(100vh-200px)]">
{[1, 2, 3].map(i => (
<div key={i} className="bg-card border border-border rounded-md p-3 space-y-2">
<div className="flex items-start gap-2">
<Skeleton className="h-4 w-4 mt-0.5" />
<div className="flex-1 space-y-1">
<Skeleton className="h-4 w-full" />
<Skeleton className="h-3 w-2/3" />
</div>
</div>
<div className="flex gap-2">
<Skeleton className="h-5 w-16 rounded" />
<Skeleton className="h-5 w-12 rounded" />
</div>
</div>
))}
</div>
</div>
))}
</div>
);
}
export function KanbanBoard() {
const { data: tasks, isLoading, error } = useTasks();
const tasksByStatus = useTasksByStatus(tasks);
const updateTask = useUpdateTask();
const [activeTask, setActiveTask] = useState<Task | null>(null);
const [selectedTask, setSelectedTask] = useState<Task | null>(null);
const [detailOpen, setDetailOpen] = useState(false);
const sensors = useSensors(
useSensor(PointerSensor, {
@ -61,47 +99,75 @@ export function KanbanBoard() {
}
};
const handleTaskClick = (task: Task) => {
setSelectedTask(task);
setDetailOpen(true);
};
const handleDetailClose = (open: boolean) => {
setDetailOpen(open);
if (!open) {
// Small delay to allow animation to complete
setTimeout(() => setSelectedTask(null), 200);
}
};
// Keep selected task in sync with updated data
const currentSelectedTask = selectedTask
? tasks?.find(t => t.id === selectedTask.id) || selectedTask
: null;
if (isLoading) {
return (
<div className="flex items-center justify-center h-96">
<div className="text-muted-foreground">Loading tasks...</div>
</div>
);
return <LoadingSkeleton />;
}
if (error) {
return (
<div className="flex items-center justify-center h-96">
<div className="text-destructive">
Error loading tasks: {error.message}
<div className="text-center space-y-2">
<div className="text-destructive font-medium">
Error loading tasks
</div>
<div className="text-sm text-muted-foreground">
{error.message}
</div>
</div>
</div>
);
}
return (
<DndContext
sensors={sensors}
collisionDetection={closestCenter}
onDragStart={handleDragStart}
onDragEnd={handleDragEnd}
>
<div className="grid grid-cols-4 gap-4">
{COLUMNS.map(column => (
<KanbanColumn
key={column.id}
id={column.id}
title={column.title}
tasks={tasksByStatus[column.id]}
/>
))}
</div>
<DragOverlay>
{activeTask ? (
<TaskCard task={activeTask} isDragging />
) : null}
</DragOverlay>
</DndContext>
<>
<DndContext
sensors={sensors}
collisionDetection={closestCenter}
onDragStart={handleDragStart}
onDragEnd={handleDragEnd}
>
<div className="grid grid-cols-4 gap-4">
{COLUMNS.map(column => (
<KanbanColumn
key={column.id}
id={column.id}
title={column.title}
tasks={tasksByStatus[column.id]}
onTaskClick={handleTaskClick}
/>
))}
</div>
<DragOverlay>
{activeTask ? (
<TaskCard task={activeTask} isDragging />
) : null}
</DragOverlay>
</DndContext>
<TaskDetailPanel
task={currentSelectedTask}
open={detailOpen}
onOpenChange={handleDetailClose}
/>
</>
);
}

View file

@ -7,6 +7,7 @@ interface KanbanColumnProps {
id: TaskStatus;
title: string;
tasks: Task[];
onTaskClick?: (task: Task) => void;
}
const columnColors: Record<TaskStatus, string> = {
@ -16,16 +17,16 @@ const columnColors: Record<TaskStatus, string> = {
'done': 'border-t-green-500',
};
export function KanbanColumn({ id, title, tasks }: KanbanColumnProps) {
export function KanbanColumn({ id, title, tasks, onTaskClick }: KanbanColumnProps) {
const { setNodeRef, isOver } = useDroppable({ id });
return (
<div
ref={setNodeRef}
className={cn(
'flex flex-col rounded-lg bg-muted/50 border-t-2',
'flex flex-col rounded-lg bg-muted/50 border-t-2 transition-all',
columnColors[id],
isOver && 'ring-2 ring-primary/50'
isOver && 'ring-2 ring-primary/50 bg-muted/70'
)}
>
<div className="flex items-center justify-between px-3 py-2">
@ -39,12 +40,19 @@ export function KanbanColumn({ id, title, tasks }: KanbanColumnProps) {
<div className="flex-1 p-2 space-y-2 min-h-[calc(100vh-200px)] overflow-y-auto">
{tasks.length === 0 ? (
<div className="flex items-center justify-center h-24 text-sm text-muted-foreground">
No tasks
<div className={cn(
'flex items-center justify-center h-24 text-sm text-muted-foreground rounded-md border-2 border-dashed',
isOver && 'border-primary/50 bg-primary/5'
)}>
{isOver ? 'Drop here' : 'No tasks'}
</div>
) : (
tasks.map(task => (
<TaskCard key={task.id} task={task} />
<TaskCard
key={task.id}
task={task}
onClick={() => onTaskClick?.(task)}
/>
))
)}
</div>

View file

@ -1,11 +1,18 @@
import { useDraggable } from '@dnd-kit/core';
import { cn } from '@/lib/utils';
import {
Tooltip,
TooltipContent,
TooltipProvider,
TooltipTrigger,
} from '@/components/ui/tooltip';
import type { Task, TaskType, TaskPriority } from '@veritas-kanban/shared';
import { Code, Search, FileText, Zap } from 'lucide-react';
interface TaskCardProps {
task: Task;
isDragging?: boolean;
onClick?: () => void;
}
const typeIcons: Record<TaskType, React.ReactNode> = {
@ -28,8 +35,8 @@ const priorityColors: Record<TaskPriority, string> = {
low: 'bg-slate-500/20 text-slate-400',
};
export function TaskCard({ task, isDragging }: TaskCardProps) {
const { attributes, listeners, setNodeRef, transform } = useDraggable({
export function TaskCard({ task, isDragging, onClick }: TaskCardProps) {
const { attributes, listeners, setNodeRef, transform, isDragging: isCurrentlyDragging } = useDraggable({
id: task.id,
});
@ -39,49 +46,74 @@ export function TaskCard({ task, isDragging }: TaskCardProps) {
}
: undefined;
const handleClick = () => {
// Don't open detail panel if we're dragging
if (isCurrentlyDragging || isDragging) return;
onClick?.();
};
return (
<div
ref={setNodeRef}
style={style}
{...listeners}
{...attributes}
className={cn(
'group bg-card border border-border rounded-md p-3 cursor-grab active:cursor-grabbing',
'hover:border-muted-foreground/50 transition-colors',
'border-l-2',
typeColors[task.type],
isDragging && 'opacity-50 shadow-lg'
)}
>
<div className="flex items-start gap-2">
<span className="text-muted-foreground mt-0.5">
{typeIcons[task.type]}
</span>
<div className="flex-1 min-w-0">
<h3 className="text-sm font-medium leading-tight truncate">
{task.title}
</h3>
<TooltipProvider>
<Tooltip delayDuration={500}>
<TooltipTrigger asChild>
<div
ref={setNodeRef}
style={style}
{...listeners}
{...attributes}
onClick={handleClick}
className={cn(
'group bg-card border border-border rounded-md p-3 cursor-grab active:cursor-grabbing',
'hover:border-muted-foreground/50 hover:bg-card/80 transition-all',
'border-l-2',
typeColors[task.type],
isDragging && 'opacity-50 shadow-lg rotate-2 scale-105',
isCurrentlyDragging && 'opacity-50'
)}
>
<div className="flex items-start gap-2">
<span className="text-muted-foreground mt-0.5 flex-shrink-0">
{typeIcons[task.type]}
</span>
<div className="flex-1 min-w-0">
<h3 className="text-sm font-medium leading-tight truncate">
{task.title}
</h3>
{task.description && (
<p className="text-xs text-muted-foreground mt-1 line-clamp-2">
{task.description}
</p>
)}
</div>
</div>
<div className="flex items-center gap-2 mt-2 flex-wrap">
{task.project && (
<span className="text-xs px-1.5 py-0.5 rounded bg-muted text-muted-foreground">
{task.project}
</span>
)}
<span className={cn(
'text-xs px-1.5 py-0.5 rounded capitalize',
priorityColors[task.priority]
)}>
{task.priority}
</span>
{task.tags && task.tags.length > 0 && (
<span className="text-xs text-muted-foreground">
+{task.tags.length} tags
</span>
)}
</div>
</div>
</TooltipTrigger>
<TooltipContent side="top" className="max-w-xs">
<p className="font-medium">{task.title}</p>
{task.description && (
<p className="text-xs text-muted-foreground mt-1 line-clamp-2">
{task.description}
</p>
<p className="text-muted-foreground text-sm mt-1">{task.description}</p>
)}
</div>
</div>
<div className="flex items-center gap-2 mt-2">
{task.project && (
<span className="text-xs px-1.5 py-0.5 rounded bg-muted text-muted-foreground">
{task.project}
</span>
)}
<span className={cn(
'text-xs px-1.5 py-0.5 rounded capitalize',
priorityColors[task.priority]
)}>
{task.priority}
</span>
</div>
</div>
</TooltipContent>
</Tooltip>
</TooltipProvider>
);
}

View file

@ -0,0 +1,313 @@
import { useEffect, useState, useCallback } from 'react';
import {
Sheet,
SheetContent,
SheetHeader,
SheetTitle,
} from '@/components/ui/sheet';
import {
AlertDialog,
AlertDialogAction,
AlertDialogCancel,
AlertDialogContent,
AlertDialogDescription,
AlertDialogFooter,
AlertDialogHeader,
AlertDialogTitle,
AlertDialogTrigger,
} from '@/components/ui/alert-dialog';
import { Button } from '@/components/ui/button';
import { Input } from '@/components/ui/input';
import { Textarea } from '@/components/ui/textarea';
import { Label } from '@/components/ui/label';
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
} from '@/components/ui/select';
import { useUpdateTask, useDeleteTask } from '@/hooks/useTasks';
import { Trash2, Code, Search, FileText, Zap, Calendar, Clock } from 'lucide-react';
import type { Task, TaskType, TaskStatus, TaskPriority } from '@veritas-kanban/shared';
interface TaskDetailPanelProps {
task: Task | null;
open: boolean;
onOpenChange: (open: boolean) => void;
}
const typeIcons: Record<TaskType, React.ReactNode> = {
code: <Code className="h-4 w-4" />,
research: <Search className="h-4 w-4" />,
content: <FileText className="h-4 w-4" />,
automation: <Zap className="h-4 w-4" />,
};
const typeLabels: Record<TaskType, string> = {
code: 'Code',
research: 'Research',
content: 'Content',
automation: 'Automation',
};
const statusLabels: Record<TaskStatus, string> = {
'todo': 'To Do',
'in-progress': 'In Progress',
'review': 'Review',
'done': 'Done',
};
const priorityLabels: Record<TaskPriority, string> = {
low: 'Low',
medium: 'Medium',
high: 'High',
};
function useDebouncedSave(task: Task | null, updateTask: ReturnType<typeof useUpdateTask>) {
const [localTask, setLocalTask] = useState<Task | null>(task);
const [isDirty, setIsDirty] = useState(false);
// Sync with external task when it changes
useEffect(() => {
setLocalTask(task);
setIsDirty(false);
}, [task]);
// Debounced save
useEffect(() => {
if (!isDirty || !localTask) return;
const timeout = setTimeout(() => {
updateTask.mutate({
id: localTask.id,
input: {
title: localTask.title,
description: localTask.description,
type: localTask.type,
status: localTask.status,
priority: localTask.priority,
project: localTask.project,
tags: localTask.tags,
},
});
setIsDirty(false);
}, 500);
return () => clearTimeout(timeout);
}, [localTask, isDirty, updateTask]);
const updateField = useCallback(<K extends keyof Task>(field: K, value: Task[K]) => {
setLocalTask(prev => prev ? { ...prev, [field]: value } : null);
setIsDirty(true);
}, []);
return { localTask, updateField, isDirty };
}
export function TaskDetailPanel({ task, open, onOpenChange }: TaskDetailPanelProps) {
const updateTask = useUpdateTask();
const deleteTask = useDeleteTask();
const { localTask, updateField, isDirty } = useDebouncedSave(task, updateTask);
// Handle Escape key
useEffect(() => {
const handleKeyDown = (e: KeyboardEvent) => {
if (e.key === 'Escape' && open) {
onOpenChange(false);
}
};
document.addEventListener('keydown', handleKeyDown);
return () => document.removeEventListener('keydown', handleKeyDown);
}, [open, onOpenChange]);
const handleDelete = async () => {
if (!task) return;
await deleteTask.mutateAsync(task.id);
onOpenChange(false);
};
if (!localTask) return null;
const formatDate = (dateString: string) => {
return new Date(dateString).toLocaleDateString('en-US', {
month: 'short',
day: 'numeric',
year: 'numeric',
hour: 'numeric',
minute: '2-digit',
});
};
return (
<Sheet open={open} onOpenChange={onOpenChange}>
<SheetContent className="w-[500px] sm:max-w-[500px] overflow-y-auto">
<SheetHeader className="space-y-1">
<div className="flex items-center gap-2 text-muted-foreground">
{typeIcons[localTask.type]}
<span className="text-xs uppercase tracking-wide">{typeLabels[localTask.type]} Task</span>
{isDirty && (
<span className="text-xs text-amber-500 ml-auto">Saving...</span>
)}
</div>
<SheetTitle className="pr-8">
<Input
value={localTask.title}
onChange={(e) => updateField('title', e.target.value)}
className="text-xl font-semibold border-0 px-0 focus-visible:ring-0 bg-transparent"
placeholder="Task title..."
/>
</SheetTitle>
</SheetHeader>
<div className="mt-6 space-y-6">
{/* Description */}
<div className="space-y-2">
<Label className="text-muted-foreground">Description</Label>
<Textarea
value={localTask.description}
onChange={(e) => updateField('description', e.target.value)}
placeholder="Add a description..."
rows={4}
className="resize-none"
/>
</div>
{/* Status, Type, Priority grid */}
<div className="grid grid-cols-3 gap-4">
<div className="space-y-2">
<Label className="text-muted-foreground">Status</Label>
<Select
value={localTask.status}
onValueChange={(v) => updateField('status', v as TaskStatus)}
>
<SelectTrigger>
<SelectValue />
</SelectTrigger>
<SelectContent>
{Object.entries(statusLabels).map(([value, label]) => (
<SelectItem key={value} value={value}>
{label}
</SelectItem>
))}
</SelectContent>
</Select>
</div>
<div className="space-y-2">
<Label className="text-muted-foreground">Type</Label>
<Select
value={localTask.type}
onValueChange={(v) => updateField('type', v as TaskType)}
>
<SelectTrigger>
<SelectValue />
</SelectTrigger>
<SelectContent>
{Object.entries(typeLabels).map(([value, label]) => (
<SelectItem key={value} value={value}>
<div className="flex items-center gap-2">
{typeIcons[value as TaskType]}
{label}
</div>
</SelectItem>
))}
</SelectContent>
</Select>
</div>
<div className="space-y-2">
<Label className="text-muted-foreground">Priority</Label>
<Select
value={localTask.priority}
onValueChange={(v) => updateField('priority', v as TaskPriority)}
>
<SelectTrigger>
<SelectValue />
</SelectTrigger>
<SelectContent>
{Object.entries(priorityLabels).map(([value, label]) => (
<SelectItem key={value} value={value}>
{label}
</SelectItem>
))}
</SelectContent>
</Select>
</div>
</div>
{/* Project */}
<div className="space-y-2">
<Label className="text-muted-foreground">Project</Label>
<Input
value={localTask.project || ''}
onChange={(e) => updateField('project', e.target.value || undefined)}
placeholder="Add to a project..."
/>
</div>
{/* Tags */}
<div className="space-y-2">
<Label className="text-muted-foreground">Tags</Label>
<Input
value={localTask.tags?.join(', ') || ''}
onChange={(e) => {
const tags = e.target.value
.split(',')
.map(t => t.trim())
.filter(Boolean);
updateField('tags', tags.length > 0 ? tags : undefined);
}}
placeholder="Add tags (comma-separated)..."
/>
</div>
{/* Metadata */}
<div className="border-t pt-4 space-y-2 text-sm text-muted-foreground">
<div className="flex items-center gap-2">
<Calendar className="h-4 w-4" />
<span>Created: {formatDate(localTask.created)}</span>
</div>
<div className="flex items-center gap-2">
<Clock className="h-4 w-4" />
<span>Updated: {formatDate(localTask.updated)}</span>
</div>
<div className="text-xs font-mono opacity-50">
ID: {localTask.id}
</div>
</div>
{/* Delete button */}
<div className="border-t pt-4">
<AlertDialog>
<AlertDialogTrigger asChild>
<Button variant="destructive" className="w-full">
<Trash2 className="h-4 w-4 mr-2" />
Delete Task
</Button>
</AlertDialogTrigger>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>Delete this task?</AlertDialogTitle>
<AlertDialogDescription>
This will permanently delete "{localTask.title}". This action cannot be undone.
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
<AlertDialogCancel>Cancel</AlertDialogCancel>
<AlertDialogAction
onClick={handleDelete}
className="bg-destructive text-destructive-foreground hover:bg-destructive/90"
>
Delete
</AlertDialogAction>
</AlertDialogFooter>
</AlertDialogContent>
</AlertDialog>
</div>
</div>
</SheetContent>
</Sheet>
);
}

View file

@ -0,0 +1,139 @@
import * as React from "react"
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog"
import { cn } from "@/lib/utils"
import { buttonVariants } from "@/components/ui/button"
const AlertDialog = AlertDialogPrimitive.Root
const AlertDialogTrigger = AlertDialogPrimitive.Trigger
const AlertDialogPortal = AlertDialogPrimitive.Portal
const AlertDialogOverlay = React.forwardRef<
React.ElementRef<typeof AlertDialogPrimitive.Overlay>,
React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Overlay>
>(({ className, ...props }, ref) => (
<AlertDialogPrimitive.Overlay
className={cn(
"fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
className
)}
{...props}
ref={ref}
/>
))
AlertDialogOverlay.displayName = AlertDialogPrimitive.Overlay.displayName
const AlertDialogContent = React.forwardRef<
React.ElementRef<typeof AlertDialogPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Content>
>(({ className, ...props }, ref) => (
<AlertDialogPortal>
<AlertDialogOverlay />
<AlertDialogPrimitive.Content
ref={ref}
className={cn(
"fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
className
)}
{...props}
/>
</AlertDialogPortal>
))
AlertDialogContent.displayName = AlertDialogPrimitive.Content.displayName
const AlertDialogHeader = ({
className,
...props
}: React.HTMLAttributes<HTMLDivElement>) => (
<div
className={cn(
"flex flex-col space-y-2 text-center sm:text-left",
className
)}
{...props}
/>
)
AlertDialogHeader.displayName = "AlertDialogHeader"
const AlertDialogFooter = ({
className,
...props
}: React.HTMLAttributes<HTMLDivElement>) => (
<div
className={cn(
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
className
)}
{...props}
/>
)
AlertDialogFooter.displayName = "AlertDialogFooter"
const AlertDialogTitle = React.forwardRef<
React.ElementRef<typeof AlertDialogPrimitive.Title>,
React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Title>
>(({ className, ...props }, ref) => (
<AlertDialogPrimitive.Title
ref={ref}
className={cn("text-lg font-semibold", className)}
{...props}
/>
))
AlertDialogTitle.displayName = AlertDialogPrimitive.Title.displayName
const AlertDialogDescription = React.forwardRef<
React.ElementRef<typeof AlertDialogPrimitive.Description>,
React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Description>
>(({ className, ...props }, ref) => (
<AlertDialogPrimitive.Description
ref={ref}
className={cn("text-sm text-muted-foreground", className)}
{...props}
/>
))
AlertDialogDescription.displayName =
AlertDialogPrimitive.Description.displayName
const AlertDialogAction = React.forwardRef<
React.ElementRef<typeof AlertDialogPrimitive.Action>,
React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Action>
>(({ className, ...props }, ref) => (
<AlertDialogPrimitive.Action
ref={ref}
className={cn(buttonVariants(), className)}
{...props}
/>
))
AlertDialogAction.displayName = AlertDialogPrimitive.Action.displayName
const AlertDialogCancel = React.forwardRef<
React.ElementRef<typeof AlertDialogPrimitive.Cancel>,
React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Cancel>
>(({ className, ...props }, ref) => (
<AlertDialogPrimitive.Cancel
ref={ref}
className={cn(
buttonVariants({ variant: "outline" }),
"mt-2 sm:mt-0",
className
)}
{...props}
/>
))
AlertDialogCancel.displayName = AlertDialogPrimitive.Cancel.displayName
export {
AlertDialog,
AlertDialogPortal,
AlertDialogOverlay,
AlertDialogTrigger,
AlertDialogContent,
AlertDialogHeader,
AlertDialogFooter,
AlertDialogTitle,
AlertDialogDescription,
AlertDialogAction,
AlertDialogCancel,
}

View file

@ -1,52 +1,57 @@
import * as React from 'react';
import { Slot } from '@radix-ui/react-slot';
import { cva, type VariantProps } from 'class-variance-authority';
import { cn } from '@/lib/utils';
import * as React from "react"
import { Slot } from "@radix-ui/react-slot"
import { cva, type VariantProps } from "class-variance-authority"
import { cn } from "@/lib/utils"
const buttonVariants = cva(
'inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50',
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
{
variants: {
variant: {
default: 'bg-primary text-primary-foreground hover:bg-primary/90',
destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90',
outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground',
secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80',
ghost: 'hover:bg-accent hover:text-accent-foreground',
link: 'text-primary underline-offset-4 hover:underline',
default:
"bg-primary text-primary-foreground shadow hover:bg-primary/90",
destructive:
"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
outline:
"border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
secondary:
"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
ghost: "hover:bg-accent hover:text-accent-foreground",
link: "text-primary underline-offset-4 hover:underline",
},
size: {
default: 'h-10 px-4 py-2',
sm: 'h-9 rounded-md px-3',
lg: 'h-11 rounded-md px-8',
icon: 'h-10 w-10',
default: "h-9 px-4 py-2",
sm: "h-8 rounded-md px-3 text-xs",
lg: "h-10 rounded-md px-8",
icon: "h-9 w-9",
},
},
defaultVariants: {
variant: 'default',
size: 'default',
variant: "default",
size: "default",
},
}
);
)
export interface ButtonProps
extends React.ButtonHTMLAttributes<HTMLButtonElement>,
VariantProps<typeof buttonVariants> {
asChild?: boolean;
asChild?: boolean
}
const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
({ className, variant, size, asChild = false, ...props }, ref) => {
const Comp = asChild ? Slot : 'button';
const Comp = asChild ? Slot : "button"
return (
<Comp
className={cn(buttonVariants({ variant, size, className }))}
ref={ref}
{...props}
/>
);
)
}
);
Button.displayName = 'Button';
)
Button.displayName = "Button"
export { Button, buttonVariants };
export { Button, buttonVariants }

View file

@ -0,0 +1,138 @@
import * as React from "react"
import * as SheetPrimitive from "@radix-ui/react-dialog"
import { cva, type VariantProps } from "class-variance-authority"
import { X } from "lucide-react"
import { cn } from "@/lib/utils"
const Sheet = SheetPrimitive.Root
const SheetTrigger = SheetPrimitive.Trigger
const SheetClose = SheetPrimitive.Close
const SheetPortal = SheetPrimitive.Portal
const SheetOverlay = React.forwardRef<
React.ElementRef<typeof SheetPrimitive.Overlay>,
React.ComponentPropsWithoutRef<typeof SheetPrimitive.Overlay>
>(({ className, ...props }, ref) => (
<SheetPrimitive.Overlay
className={cn(
"fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
className
)}
{...props}
ref={ref}
/>
))
SheetOverlay.displayName = SheetPrimitive.Overlay.displayName
const sheetVariants = cva(
"fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out",
{
variants: {
side: {
top: "inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",
bottom:
"inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",
left: "inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",
right:
"inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm",
},
},
defaultVariants: {
side: "right",
},
}
)
interface SheetContentProps
extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>,
VariantProps<typeof sheetVariants> {}
const SheetContent = React.forwardRef<
React.ElementRef<typeof SheetPrimitive.Content>,
SheetContentProps
>(({ side = "right", className, children, ...props }, ref) => (
<SheetPortal>
<SheetOverlay />
<SheetPrimitive.Content
ref={ref}
className={cn(sheetVariants({ side }), className)}
{...props}
>
<SheetPrimitive.Close className="absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary">
<X className="h-4 w-4" />
<span className="sr-only">Close</span>
</SheetPrimitive.Close>
{children}
</SheetPrimitive.Content>
</SheetPortal>
))
SheetContent.displayName = SheetPrimitive.Content.displayName
const SheetHeader = ({
className,
...props
}: React.HTMLAttributes<HTMLDivElement>) => (
<div
className={cn(
"flex flex-col space-y-2 text-center sm:text-left",
className
)}
{...props}
/>
)
SheetHeader.displayName = "SheetHeader"
const SheetFooter = ({
className,
...props
}: React.HTMLAttributes<HTMLDivElement>) => (
<div
className={cn(
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
className
)}
{...props}
/>
)
SheetFooter.displayName = "SheetFooter"
const SheetTitle = React.forwardRef<
React.ElementRef<typeof SheetPrimitive.Title>,
React.ComponentPropsWithoutRef<typeof SheetPrimitive.Title>
>(({ className, ...props }, ref) => (
<SheetPrimitive.Title
ref={ref}
className={cn("text-lg font-semibold text-foreground", className)}
{...props}
/>
))
SheetTitle.displayName = SheetPrimitive.Title.displayName
const SheetDescription = React.forwardRef<
React.ElementRef<typeof SheetPrimitive.Description>,
React.ComponentPropsWithoutRef<typeof SheetPrimitive.Description>
>(({ className, ...props }, ref) => (
<SheetPrimitive.Description
ref={ref}
className={cn("text-sm text-muted-foreground", className)}
{...props}
/>
))
SheetDescription.displayName = SheetPrimitive.Description.displayName
export {
Sheet,
SheetPortal,
SheetOverlay,
SheetTrigger,
SheetClose,
SheetContent,
SheetHeader,
SheetFooter,
SheetTitle,
SheetDescription,
}

View file

@ -0,0 +1,15 @@
import { cn } from "@/lib/utils"
function Skeleton({
className,
...props
}: React.HTMLAttributes<HTMLDivElement>) {
return (
<div
className={cn("animate-pulse rounded-md bg-primary/10", className)}
{...props}
/>
)
}
export { Skeleton }

View file

@ -0,0 +1,32 @@
"use client"
import * as React from "react"
import * as TooltipPrimitive from "@radix-ui/react-tooltip"
import { cn } from "@/lib/utils"
const TooltipProvider = TooltipPrimitive.Provider
const Tooltip = TooltipPrimitive.Root
const TooltipTrigger = TooltipPrimitive.Trigger
const TooltipContent = React.forwardRef<
React.ElementRef<typeof TooltipPrimitive.Content>,
React.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>
>(({ className, sideOffset = 4, ...props }, ref) => (
<TooltipPrimitive.Portal>
<TooltipPrimitive.Content
ref={ref}
sideOffset={sideOffset}
className={cn(
"z-50 overflow-hidden rounded-md bg-primary px-3 py-1.5 text-xs text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-tooltip-content-transform-origin]",
className
)}
{...props}
/>
</TooltipPrimitive.Portal>
))
TooltipContent.displayName = TooltipPrimitive.Content.displayName
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider }

View file

@ -5,43 +5,57 @@
@layer base {
:root {
--background: 0 0% 100%;
--foreground: 240 10% 3.9%;
--foreground: 0 0% 3.9%;
--card: 0 0% 100%;
--card-foreground: 240 10% 3.9%;
--primary: 240 5.9% 10%;
--card-foreground: 0 0% 3.9%;
--primary: 0 0% 9%;
--primary-foreground: 0 0% 98%;
--secondary: 240 4.8% 95.9%;
--secondary-foreground: 240 5.9% 10%;
--muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%;
--accent: 240 4.8% 95.9%;
--accent-foreground: 240 5.9% 10%;
--secondary: 0 0% 96.1%;
--secondary-foreground: 0 0% 9%;
--muted: 0 0% 96.1%;
--muted-foreground: 0 0% 45.1%;
--accent: 0 0% 96.1%;
--accent-foreground: 0 0% 9%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 0 0% 98%;
--border: 240 5.9% 90%;
--input: 240 5.9% 90%;
--ring: 240 5.9% 10%;
--border: 0 0% 89.8%;
--input: 0 0% 89.8%;
--ring: 0 0% 3.9%;
--radius: 0.5rem;
--popover: 0 0% 100%;
--popover-foreground: 0 0% 3.9%;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
}
.dark {
--background: 240 10% 3.9%;
--background: 0 0% 3.9%;
--foreground: 0 0% 98%;
--card: 240 10% 3.9%;
--card: 0 0% 3.9%;
--card-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 240 5.9% 10%;
--secondary: 240 3.7% 15.9%;
--primary-foreground: 0 0% 9%;
--secondary: 0 0% 14.9%;
--secondary-foreground: 0 0% 98%;
--muted: 240 3.7% 15.9%;
--muted-foreground: 240 5% 64.9%;
--accent: 240 3.7% 15.9%;
--muted: 0 0% 14.9%;
--muted-foreground: 0 0% 63.9%;
--accent: 0 0% 14.9%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;
--ring: 240 4.9% 83.9%;
--border: 0 0% 14.9%;
--input: 0 0% 14.9%;
--ring: 0 0% 83.1%;
--popover: 0 0% 3.9%;
--popover-foreground: 0 0% 98%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
}
}

View file

@ -1,6 +1,6 @@
import { type ClassValue, clsx } from 'clsx';
import { twMerge } from 'tailwind-merge';
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
return twMerge(clsx(inputs))
}

View file

@ -1,49 +1,60 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
darkMode: ['class', 'class'],
content: [
'./index.html',
'./src/**/*.{js,ts,jsx,tsx}',
],
theme: {
extend: {
colors: {
border: 'hsl(var(--border))',
input: 'hsl(var(--input))',
ring: 'hsl(var(--ring))',
background: 'hsl(var(--background))',
foreground: 'hsl(var(--foreground))',
primary: {
DEFAULT: 'hsl(var(--primary))',
foreground: 'hsl(var(--primary-foreground))',
},
secondary: {
DEFAULT: 'hsl(var(--secondary))',
foreground: 'hsl(var(--secondary-foreground))',
},
destructive: {
DEFAULT: 'hsl(var(--destructive))',
foreground: 'hsl(var(--destructive-foreground))',
},
muted: {
DEFAULT: 'hsl(var(--muted))',
foreground: 'hsl(var(--muted-foreground))',
},
accent: {
DEFAULT: 'hsl(var(--accent))',
foreground: 'hsl(var(--accent-foreground))',
},
card: {
DEFAULT: 'hsl(var(--card))',
foreground: 'hsl(var(--card-foreground))',
},
},
borderRadius: {
lg: 'var(--radius)',
md: 'calc(var(--radius) - 2px)',
sm: 'calc(var(--radius) - 4px)',
},
},
extend: {
colors: {
border: 'hsl(var(--border))',
input: 'hsl(var(--input))',
ring: 'hsl(var(--ring))',
background: 'hsl(var(--background))',
foreground: 'hsl(var(--foreground))',
primary: {
DEFAULT: 'hsl(var(--primary))',
foreground: 'hsl(var(--primary-foreground))'
},
secondary: {
DEFAULT: 'hsl(var(--secondary))',
foreground: 'hsl(var(--secondary-foreground))'
},
destructive: {
DEFAULT: 'hsl(var(--destructive))',
foreground: 'hsl(var(--destructive-foreground))'
},
muted: {
DEFAULT: 'hsl(var(--muted))',
foreground: 'hsl(var(--muted-foreground))'
},
accent: {
DEFAULT: 'hsl(var(--accent))',
foreground: 'hsl(var(--accent-foreground))'
},
card: {
DEFAULT: 'hsl(var(--card))',
foreground: 'hsl(var(--card-foreground))'
},
popover: {
DEFAULT: 'hsl(var(--popover))',
foreground: 'hsl(var(--popover-foreground))'
},
chart: {
'1': 'hsl(var(--chart-1))',
'2': 'hsl(var(--chart-2))',
'3': 'hsl(var(--chart-3))',
'4': 'hsl(var(--chart-4))',
'5': 'hsl(var(--chart-5))'
}
},
borderRadius: {
lg: 'var(--radius)',
md: 'calc(var(--radius) - 2px)',
sm: 'calc(var(--radius) - 4px)'
}
}
},
plugins: [require('tailwindcss-animate')],
};