expenses_manager/expenses_manager/expenses
JKuijperM 161ea36ff5 Theming de graficos Chart.js para modo claro/oscuro
- Anade charts.js con getChartColors, applyCartesianColors y
  registerThemedChart para centralizar los colores de los graficos segun
  el tema activo y refrescarlos en vivo al cambiar de tema (via
  MutationObserver sobre data-theme).
- Corrige el bug de renderizado en graficos de tipo 'line'
  (TypeError: t.startsWith is not a function): los colores de tema ahora
  se fijan en las opciones al crear cada grafico en lugar de mutarlas
  despues de new Chart(...).
- Anade variables --chart-grid-color y --chart-fill-color en base.css
  (light/dark) e incluye charts.js en base.html.
- Aplica el theming a categoryChart, mainChart y accountChart{id}
  (dashboard.html), miniChart (home.html) y monthlyChart/kmChart
  (fuel/list.html).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-26 17:43:59 +02:00
..
management/commands Fixed typo importing packages 2026-07-13 17:55:49 +02:00
migrations Modified the goal functionality 2026-07-23 18:02:05 +02:00
static/expenses Theming de graficos Chart.js para modo claro/oscuro 2026-08-26 17:43:59 +02:00
templates Theming de graficos Chart.js para modo claro/oscuro 2026-08-26 17:43:59 +02:00
tests Added other test to the navigation 2026-07-31 11:03:30 +02:00
admin.py Created the models and its test 2026-01-08 11:53:16 +01:00
apps.py First commit, initialaizing the django project 2026-01-07 20:04:16 +01:00
forms.py Fixed minor typos 2026-07-29 15:14:14 +02:00
models.py Fixed minor typos 2026-07-29 15:14:14 +02:00
urls.py added "more information" in the login page 2026-07-28 12:49:21 +02:00
views.py Unified the confirm/delete/back buttons 2026-07-31 11:03:06 +02:00