Add history view with day-grouped transaction list

Month navigation with prev/next buttons, transactions grouped by date
with headers (Today/Yesterday/formatted date), category icons, amounts
color-coded green for income and red for expenses, and daily net totals.
This commit is contained in:
2026-03-02 00:09:21 +02:00
parent 00de036de8
commit 854c3469b9
3 changed files with 255 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
mod history_view;
mod log_view;
mod window;