whisper-money/app/Http/Requests/Settings
Víctor Falcón 0c5ba916bf
Add chart color scheme setting (#101)
## Summary

- Add a new **Chart color scheme** dropdown in Settings > Appearance
allowing users to choose between 4 color palettes: **Colorful** (new
default), **Neutral** (previous zinc grayscale), **Blue**, and **Pink**
- Persist the setting in a new `user_settings` table with instant
client-side feedback via localStorage + cookie
- All charts across dashboard, categories, budgets, and cashflow update
instantly when switching schemes
- Reduced colorful palette intensity (shifted from 500/600 to 300/400
range) for lower contrast
2026-02-28 12:58:21 +01:00
..
ProfileUpdateRequest.php feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
StoreAccountRequest.php Remove encryption from bank account names (#104) 2026-02-09 14:15:26 +01:00
StoreAutomationRuleRequest.php fix: Apply automation rule labels on transaction creation and import (#79) 2026-01-27 11:11:29 +01:00
StoreBankRequest.php Accounts: Allow users to create custom banks with his own logo, and name (#12) 2025-12-04 15:24:04 +01:00
StoreCategoryRequest.php Add category type field support (#2) 2025-12-01 20:19:47 +01:00
StoreLabelRequest.php feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
TwoFactorAuthenticationRequest.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
UpdateAccountRequest.php Remove encryption from bank account names (#104) 2026-02-09 14:15:26 +01:00
UpdateAutomationRuleRequest.php fix: Apply automation rule labels on transaction creation and import (#79) 2026-01-27 11:11:29 +01:00
UpdateCategoryRequest.php Add category type field support (#2) 2025-12-01 20:19:47 +01:00
UpdateChartColorSchemeRequest.php Add chart color scheme setting (#101) 2026-02-28 12:58:21 +01:00
UpdateLabelRequest.php feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00