tomginsberg / xpnz3

Track Group Expenses with Ease
https://xpnz.ca
MIT License
2 stars 0 forks source link

Bulk Delete #79

Open tomginsberg opened 4 days ago

tomginsberg commented 4 days ago

Add support for deleting multiple expenses

This could be done by adding another tool to the top bar for example

image.png
{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>
              )} 
linear[bot] commented 4 days ago

XPN-97 Bulk Delete