Commit graph

23 commits

Author SHA1 Message Date
04ecb3226a Update SwiftUI navigation 2023-03-04 21:56:15 -07:00
f6ff3bc724 Fix macOS builds 2023-01-03 21:20:38 -07:00
c4555fe804 Fix category list showing all transactions 2022-07-23 15:57:31 -06:00
191197a037 Implement category creation 2022-05-17 21:40:08 -06:00
56bca7f0ad Only show archived categories section when there actually are archived categories 2022-05-17 19:55:59 -06:00
f62670aaec Combine all top-level datastores together 2022-05-17 19:04:27 -06:00
ec425642b4 Finish migration to async/await implementation 2022-01-04 20:51:38 -06:00
27c7a51b1f WIP: Convert codebase to async/await 2022-01-03 11:56:43 -06:00
e8c7b7e3a9 Implement basic support for multi-window 2021-12-09 21:35:56 -07:00
8aa5119e3e Move category header into transaction list for style consistency 2021-12-07 19:31:52 -07:00
f6d50c5af3 Capitalize words in transaction and category forms 2021-10-31 21:35:02 -06:00
88f37dac37 Add retry button for request failures on list pages 2021-10-25 21:09:39 -06:00
e0467797d9 Send objectWillChange in CategoryDataStore prior to updates 2021-10-25 21:07:25 -06:00
ce89e130ac Fix translations on transaction form 2021-10-21 21:08:06 -06:00
e27de144fe Fix inability to edit multiple categories 2021-10-21 20:47:52 -06:00
35f1446e9c Add ability to edit categories and fix Spanish translations 2021-10-21 20:43:01 -06:00
259d928450 Add CategoryDetailsView 2021-10-21 16:13:32 -06:00
39d227af49 Fix double tap issue on tabs
I still don't know what was causing this really but tapping on a tab
that altered its state when it appeared caused the app to return to the
previous tab immediately. Tapping on the desired tab a second time would
load it correctly. By setting the tab selection variable myself, it now
works for some reason.
2021-10-13 06:32:58 -06:00
ac61bcfb9e Add basic expected vs actual details for budgets 2021-10-10 19:39:59 -06:00
85f462cd07 Fix needing to tap twice on category tab 2021-10-09 18:32:57 -06:00
090343de0c Use EnvironmentObject instead of constructor injection 2021-10-05 19:26:54 -06:00
6fb2a0bb1e Rename remaining BudgetApp files to Twigs 2021-09-20 21:10:24 -06:00
6b2296f25b Rename all folders from BudgetApp to Twigs 2021-09-20 21:04:03 -06:00