Expand budgeting icon options (#341)

* Expand budgeting icon options

* Reorder/compact

* Underscore in parent_category and lucide_icon

* Display category parent on delete/reassign

* Add scrolling on mobile

* Icon name fix

* Already i18n, why not?
This commit is contained in:
Juan José Mata
2025-12-12 16:05:53 +01:00
committed by GitHub
parent dd461faf84
commit 3e5dfc0263
6 changed files with 31 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ class Investment < ApplicationRecord
end
def icon
"line-chart"
"chart-line"
end
end
end