Posts

Showing posts from September, 2025

cursor'

import { useState , useRef , useEffect , type JSX } from " react " ; import { type ColDef } from " ag-grid-community " ; import { Button } from " ../../../Shared/Components/Button/Button " ; import { Input } from " ../../../Shared/Components/Input/Input " ; import { Card , CardContent } from " ../../../Shared/Components/Card/Card " ; import {   Dialog ,   DialogContent ,   DialogDescription ,   DialogHeader ,   DialogTitle , } from " ../../../Shared/Components/Dialog/Dialog " ; import {   Collapsible ,   CollapsibleContent ,   CollapsibleTrigger , } from " ../../../Shared/Components/Collapsible/Collapsible " ; import { toast } from " sonner " ; import { Switch } from " ../../../Shared/Components/Switch/Switch " ; import { Textarea } from " ../../../Shared/Components/Textarea/Textarea " ; import { ChevronDown , ChevronRight } from ...