feat(balance): /balance page + evolution chart + sidebar (#141) #150

Merged
maximus merged 5 commits from issue-141-bilan-3 into main 2026-04-26 13:25:27 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 83ac484a22 - Show all commits

View file

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

View file

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