feat: add context menu functionality and delete buttons for plans and carreras; update dependencies
This commit is contained in:
@@ -18,6 +18,7 @@ import confetti from "canvas-confetti"
|
||||
import { Textarea } from "@/components/ui/textarea"
|
||||
import { AuroraButton } from "@/components/effect/aurora-button"
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"
|
||||
import { DeletePlanButton } from "@/components/planes/DeletePlan"
|
||||
|
||||
type LoaderData = { planId: string }
|
||||
|
||||
@@ -94,6 +95,7 @@ function RouteComponent() {
|
||||
<div className='flex gap-2'>
|
||||
<EditPlanButton plan={plan} />
|
||||
<AdjustAIButton plan={plan} />
|
||||
<DeletePlanButton planId={plan.id} />
|
||||
</div>
|
||||
</div>
|
||||
</CardHeader>
|
||||
|
||||
Reference in New Issue
Block a user