summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-22task-085: include account transfersJoe Carstairs
2026-02-22task-085: displays running balancesJoe Carstairs
2026-02-22task-085: formats bucket cellsJoe Carstairs
2026-02-22task-085: can make Text italicJoe Carstairs
2026-02-22task-085: factor out cell view functionsJoe Carstairs
2026-02-22task-085: format datesJoe Carstairs
2026-02-21task-085: table is fixed widthJoe Carstairs
2026-02-12task-085: uses new iced::widget::Table instead of home-made widgetJoe Carstairs
2026-02-12task-085: clips overflowing table cellsJoe Carstairs
2026-02-12task-085: upgrade iced 0.13.1 -> 0.14.0Joe Carstairs
2026-02-12task-085: table contents are small text sizeJoe Carstairs
2026-02-12task-085: rename small -> v_smallJoe Carstairs
2026-02-12task-085: factor out format_string()Joe Carstairs
2026-02-12task-085: each column has its own widthJoe Carstairs
2026-02-12task-085: table is scrollableJoe Carstairs
2026-02-08task-085: display transaction data in tablesJoe Carstairs
2026-02-08task-085: factor out Viewable impl for TransactionsViewJoe Carstairs
2026-02-08task-085: fetches transactions from databaseJoe Carstairs
2026-02-08task-085: rename SelectNextTransaction -> SelectNext AccountJoe Carstairs
2026-02-08task-085: transactions view has transactionsJoe Carstairs
2026-02-08start task-085Joe Carstairs
2026-02-07task-088: cache open fileJoe Carstairs
2026-02-07marks task-072 done on epic-000Joe Carstairs
2026-02-07completes task-089Joe Carstairs
2026-02-07task-001: can activate files screen options with EnterJoe Carstairs
2026-02-07task-001: can navigate file screen options with keyboardJoe Carstairs
2026-02-01removes redundant println!Joe Carstairs
2026-02-01Adds keys for expanding and collapsing groupsJoe Carstairs
2026-02-01BucketsView expands and collapses groupsJoe Carstairs
2026-02-01BucketsView displays groups, not bucketsJoe Carstairs
2026-02-01Rename SetNextBucket -> SetNext, SetPrevBucket -> SetPrevJoe Carstairs
2026-02-01BucketNavigationEntry may be BucketGroupNameJoe Carstairs
2026-02-01Navigation::remove_options_where()Joe Carstairs
2026-02-01Navigation::insert_after_first()Joe Carstairs
2026-02-01macrifies navigation replace test util functionsJoe Carstairs
2026-02-01BucketsView::active_group()Joe Carstairs
2026-02-01Can replace navigation optionsJoe Carstairs
2026-01-26refactor bucket_navigation_entryJoe Carstairs
2026-01-25tidier impl of Component for NavigationJoe Carstairs
2026-01-25factors out navigable traitJoe Carstairs
2026-01-25remove redundant buckets property from BucketsViewJoe Carstairs
2026-01-17Merge pull request 'random-stuff' (#4) from random-stuff into mainjoeac
2026-01-17remove bucket_transfer_matchers.rsJoe Carstairs
2026-01-17remove queries/categoriesJoe Carstairs
2026-01-17More typos and stuffJoe Carstairs
2026-01-17typoJoe Carstairs
2026-01-17Rename quantity -> amountJoe Carstairs
2026-01-17Rename transform_budget_drips -> transform_zero_budgets_to_dripsJoe Carstairs
2026-01-17Account for zero budgets not carried overJoe Carstairs
2026-01-17ActualbudgetDate::oldest_valid_date()Joe Carstairs