Open tomginsberg opened 4 days ago
Add support for deleting multiple expenses This could be done by adding another tool to the top bar for example
{pageType === "expenses" && ( <Button className="px-5" variant="ghost" onClick={() => setSelect(!select)}> <MousePointerClick className={cn( "absolute h-5 w-5 rotate-0 scale-100 transition-all text-primary", !select && "scale-0 -rotate-90" )} /> <XCircle className={cn( "absolute h-5 w-5 transition-all rotate-0 scale-100 text-primary", select && "rotate-90 scale-0" )} /> </Button> )}
XPN-97 Bulk Delete
Add support for deleting multiple expenses
This could be done by adding another tool to the top bar for example