whisper-money/resources/js
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
..
components fix(amount-input): allow negative amounts via a sign toggle on iOS (#674) 2026-07-14 16:13:39 +00:00
contexts Move transaction filtering from client-side to server-side (#126) 2026-02-16 12:49:04 +01:00
hooks fix(dashboard): stop negative asset balances inflating net worth (#660) 2026-07-08 15:22:16 +00:00
layouts feat(onboarding): clarify the "categorize at least 5" goal in the categorizer (#616) 2026-07-01 08:34:51 +02:00
lib fix(accounts): show credit cards as positive and exclude them from net worth (#673) 2026-07-13 07:27:52 +00:00
pages fix(accounts): show credit cards as positive and exclude them from net worth (#673) 2026-07-13 07:27:52 +00:00
providers fix: move community link to user menu (#442) 2026-05-27 17:39:26 +02:00
services fix(sync): don't crash when IndexedDB is unavailable (PHP-LARAVEL-43) (#654) 2026-07-07 04:59:10 +00:00
types fix(categories): fall back to gray when category color is unknown 2026-07-14 20:34:19 +02:00
utils feat(currencies): add Nigerian Naira (NGN) (#642) 2026-07-04 19:10:58 +00:00
app.tsx feat(onboarding): clarify the "categorize at least 5" goal in the categorizer (#616) 2026-07-01 08:34:51 +02:00
ssr.tsx Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00