- Add monthly app with "Inicio de mes" page (Ingresos, Gastos fijos, Tu presupuesto tables) - Add expense success page with LiveView navigation back to form - Add subcategory field to ExpenseForm with LiveView partial rendering - Update nav bar: Gasto, Mes, Categorias, Salir with JS-based active state - Change amount placeholder to use comma separator (0,00) - Add ruff.toml with tab indentation config - Format codebase with tabs via Ruff
3 lines
30 B
TOML
3 lines
30 B
TOML
[format]
|
|
indent-style = "tab"
|