feat(categories): add home_goods and home_maintenance categories

This commit is contained in:
2026-03-09 23:37:28 +11:00
parent a7461ff83b
commit e72d3ad9e5
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -89,6 +89,8 @@ const CATEGORY_COLORS: Record<string, string> = {
pets: "#86efac",
gifts: "#fcd34d",
charity: "#a3e635",
home_goods: "#67e8f9",
home_maintenance: "#a78bfa",
other: "#71717a",
};
+2
View File
@@ -14,6 +14,8 @@ export const CATEGORIES = [
"government",
"education",
"rent",
"home_goods",
"home_maintenance",
"transfers",
"income",
"investment",