whisper-money/resources
Víctor Falcón 66c9d9119a fix(categories): fall back to gray when category color is unknown
getCategoryColorClasses returned colorMap[color] directly, so a category
whose color is not one of the known CATEGORY_COLORS (e.g. a legacy or
out-of-enum value) yielded undefined. Callers such as the transaction
categorizer command palette then read .bg off undefined, throwing
'TypeError: Cannot read properties of undefined (reading "bg")' and
crashing the page (Sentry PHP-LARAVEL-4H).

Mirror the existing guard in getCategoryChartColor by falling back to the
gray classes when the color is not in the map.
2026-07-14 20:34:19 +02:00
..
css fix(charts): improve contrast for chart colors 9-10 (#614) 2026-06-30 10:28:03 +00:00
js fix(categories): fall back to gray when category color is unknown 2026-07-14 20:34:19 +02:00
views feat(encryption): commands to warn and remove inactive encrypted-data accounts (#633) 2026-07-03 15:57:04 +00:00