Files
Andros Fenollosa 1e24c43484 Add edit and delete expense actions to Week view
- Dropdown menu (Edit/Delete) on each expense row
- Inline edit with concept, category, subcategory, amount fields
- Delete removes expense and refreshes table via LiveView
- Extract week content into reusable partial
2026-03-18 09:18:27 +01:00

4 lines
118 B
Python

from .expense_form import * # noqa: F401, F403
from . import settings # noqa: F401
from . import week # noqa: F401