feat(balance): /balance page + evolution chart + sidebar (#141) #150
2 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import {
|
|||
SlidersHorizontal,
|
||||
PiggyBank,
|
||||
BarChart3,
|
||||
Wallet,
|
||||
Settings,
|
||||
Languages,
|
||||
Moon,
|
||||
|
|
@ -25,6 +26,7 @@ const iconMap: Record<string, React.ComponentType<{ size?: number }>> = {
|
|||
SlidersHorizontal,
|
||||
PiggyBank,
|
||||
BarChart3,
|
||||
Wallet,
|
||||
Settings,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,12 @@ export const NAV_ITEMS: NavItem[] = [
|
|||
icon: "BarChart3",
|
||||
labelKey: "nav.reports",
|
||||
},
|
||||
{
|
||||
key: "balance",
|
||||
path: "/balance",
|
||||
icon: "Wallet",
|
||||
labelKey: "nav.balance",
|
||||
},
|
||||
{
|
||||
key: "settings",
|
||||
path: "/settings",
|
||||
|
|
|
|||
Loading…
Reference in a new issue