Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-29 20:29:25 +00:00
co-authored by renee-png
parent cf0e738767
commit 14e43c576d
+2 -1
View File
@@ -7,7 +7,7 @@ import { Textarea } from "@/components/ui/textarea";
import { Checkbox } from "@/components/ui/checkbox";
import { supabase } from "@/integrations/supabase/client";
import { useAuth } from "@/lib/auth";
import { Plus, Trash2, Loader2, FilePlus, PlusCircle, CheckCircle2, Undo2, Download } from "lucide-react";
import { Plus, Trash2, Loader2, FilePlus, PlusCircle, CheckCircle2, Undo2, Download, Pencil } from "lucide-react";
import { formatCurrency, formatDate } from "@/lib/format";
import { ensureMarkedInvoicedPlaceholder } from "@/lib/invoice-generation";
import { roundToTenth } from "@/lib/timer";
@@ -22,6 +22,7 @@ import {
} from "@/components/ui/select";
import { SearchableSelect } from "@/components/ui/searchable-select";
import { NewFeeItemDialog } from "@/components/fees/new-fee-item-dialog";
import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogFooter } from "@/components/ui/dialog";
interface FeeItem {
id: string;