Add balance page and sidebar link for dashboard

Introduces a new balance page displaying cryptocurrency balances and withdrawal functionality. Updates the sidebar configuration to include a link to the balance page with a wallet icon.
This commit is contained in:
NotII
2025-10-31 00:09:34 +00:00
parent 928d94cecd
commit 28e292abb3
3 changed files with 172 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { Home, Package, Box, Truck, Settings, FolderTree, MessageCircle, BarChart3, Tag, Users, TrendingUp, Shield } from "lucide-react"
import { Home, Package, Box, Truck, Settings, FolderTree, MessageCircle, BarChart3, Tag, Users, TrendingUp, Shield, Wallet } from "lucide-react"
export const sidebarConfig = [
{
@@ -30,6 +30,7 @@ export const sidebarConfig = [
{ name: "Shipping", href: "/dashboard/shipping", icon: Truck },
{ name: "Promotions", href: "/dashboard/promotions", icon: Tag },
{ name: "Storefront", href: "/dashboard/storefront", icon: Settings },
{ name: "Balance", href: "/dashboard/balance", icon: Wallet },
],
},
{