- 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
4 lines
118 B
Python
4 lines
118 B
Python
from .expense_form import * # noqa: F401, F403
|
|
from . import settings # noqa: F401
|
|
from . import week # noqa: F401
|