Add log view UI with transaction entry form

Expense/Income toggle, amount entry, currency dropdown, category
dropdown (filtered by transaction type), date picker with calendar
popover, optional note field, save button, and recent transactions
placeholder section.
This commit is contained in:
2026-03-02 00:05:10 +02:00
parent 6daec1ea38
commit bc4a3453f8
3 changed files with 219 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
mod log_view;
mod window;
use adw::prelude::*;