Commit Graph

6 Commits

Author SHA1 Message Date
Jose Selesan
873fd63ea4 style(analysis): use full month names in variation table 2026-08-27 11:16:39 -03:00
Jose Selesan
88fa05d5b8 style(analysis): show raw values inline instead of below percentage 2026-08-27 10:37:04 -03:00
Jose Selesan
f9e0267c94 feat(analysis): show raw values ( → ) below each variation 2026-08-27 10:34:33 -03:00
Jose Selesan
0c634bbc8b fix(analysis): don't skip any months for inflation, just check if data exists 2026-08-27 10:22:13 -03:00
Jose Selesan
e32131d32e fix(analysis): only skip inflation for current month, not last complete month
The last complete month's inflation is usually available by the 14th of the
current month. Previously July was always skipped even though data exists.
2026-08-27 10:21:39 -03:00
Jose Selesan
66ab56b46a feat(analysis): add monthly variation table with inflation comparison
- New backend endpoint GET /api/quotes/monthly-last
- MonthlyVariationTable component with BELO/Blue/Oficial % changes
- Inflation data from ArgentinaDatos API with 24h cache
- Visual indicators: green if beats inflation, red if below
- Responsive: cards on mobile, table on desktop
2026-08-27 10:13:56 -03:00