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