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

View file

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