feat: implement folder management and drag-and-drop functionality for accounts, enhancing organization and user experience

This commit is contained in:
Julien Froidefond
2025-11-30 16:34:53 +01:00
parent 2363cab09a
commit c4e7df4091
5 changed files with 514 additions and 500 deletions

View File

@@ -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 },