feat: implement folder management and drag-and-drop functionality for accounts, enhancing organization and user experience
This commit is contained in:
@@ -9,7 +9,6 @@ import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
LayoutDashboard,
|
||||
Wallet,
|
||||
FolderTree,
|
||||
Tags,
|
||||
BarChart3,
|
||||
Upload,
|
||||
@@ -24,7 +23,6 @@ import { toast } from "sonner";
|
||||
const navItems = [
|
||||
{ href: "/", label: "Tableau de bord", icon: LayoutDashboard },
|
||||
{ href: "/accounts", label: "Comptes", icon: Wallet },
|
||||
{ href: "/folders", label: "Organisation", icon: FolderTree },
|
||||
{ href: "/transactions", label: "Transactions", icon: Upload },
|
||||
{ href: "/categories", label: "Catégories", icon: Tags },
|
||||
{ href: "/rules", label: "Règles", icon: Wand2 },
|
||||
|
||||
Reference in New Issue
Block a user