3b74d90a9a
Use sheet for budget selection
2021-11-03 11:17:18 -06:00
f6d50c5af3
Capitalize words in transaction and category forms
2021-10-31 21:35:02 -06:00
5f6e5f7b4d
Bump build version for TestFlight
2021-10-29 19:38:03 -06:00
33126fd8d0
Bump minimum versions to iOS 15 and macOS 12 and optimize mac interface
2021-10-28 18:08:41 -06:00
4b0fb507b4
Migrate to new App struct
2021-10-28 18:08:09 -06:00
b8d1178a0e
Fix transaction form category selection
2021-10-28 17:54:48 -06:00
7c8c16838a
Bump version for TestFlight release
2021-10-25 21:48:32 -06:00
88f37dac37
Add retry button for request failures on list pages
2021-10-25 21:09:39 -06:00
9f8a8a5a9e
Update transaction lists when adding or updating individual transactions
2021-10-25 21:07:48 -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
138a645cce
Add some missing strings and translations
2021-10-21 16:13:46 -06:00
259d928450
Add CategoryDetailsView
2021-10-21 16:13:32 -06:00
ed8ff7c100
Bump build number for TestFlight release
2021-10-18 06:35:56 -06:00
a97e9f3102
Add some keyboard shortcuts
...
This adds the keyboard shortcuts for ⌘ + <number> to switch between tabs
and ⌘ + n to add a transaction
2021-10-18 06:34:17 -06:00
1d6693d0cc
Fix user not loading on transaction details
2021-10-18 06:19:44 -06:00
5492322789
Fix transaction details not loading (again)
2021-10-18 06:19:28 -06:00
0b43458e8e
Remove magnifying glass icon in transaction tab
...
The implementation for this is far from ready and in the meantime it
only serves to confuse. I'll add it back when I'm ready to implement the
feature
2021-10-18 06:11:30 -06:00
de427a64e4
Only show transaction add buttons on Transaction tab
2021-10-18 06:11:11 -06:00
6352cb7e20
Fix income categories not loading in transaction form
2021-10-18 06:07:57 -06:00
6e9a31af38
Remove outdated TODO
2021-10-18 06:07:36 -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
1df780c461
Fix build issues for TestFlight
...
I also had to revert the bundle id change, since I already have a WIP store
listing. Once the store listing is created and the first build is
uploaded, the bundle id cannot be changed.
2021-10-13 06:31:22 -06:00
ac61bcfb9e
Add basic expected vs actual details for budgets
2021-10-10 19:39:59 -06:00
7b99811cd9
Remember previously opened budget to reopen upon launch
2021-10-09 21:23:49 -06:00
980e0baa1f
Add basic budget details tab
2021-10-09 20:27:54 -06:00
e9fb484127
Fix not being able to add multiple transactions
2021-10-09 20:03:01 -06:00
85f462cd07
Fix needing to tap twice on category tab
2021-10-09 18:32:57 -06:00
b3f62348cb
Fix icon size on profile tab
2021-10-05 20:26:17 -06:00
090343de0c
Use EnvironmentObject instead of constructor injection
2021-10-05 19:26:54 -06:00
491ce8c10f
Add additional app icons
2021-10-05 19:26:40 -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
5522e3b573
Implement category balances
2021-09-20 19:59:13 -06:00
8f3d33fc1d
Fix TransactionDetailsView not loading
2021-09-19 20:00:39 -06:00
d0fdb0194d
Fix transaction creation
2021-09-19 14:24:27 -06:00
e4caef826c
Fix categories tab, remove navbar from profile tab
2021-09-14 21:22:14 -06:00
d6bc8cbb4b
Change post-login start destination to budget list
2021-09-11 09:01:22 -06:00
6b2542fb8a
Remove AnyView hack from ContentView
2021-09-11 06:24:53 -06:00
ec16456e77
Finish updating login requests to match newest API spec
2021-09-11 06:19:46 -06:00
7a9c9432b1
WIP: Update app to use latest API
2021-09-09 22:47:57 -06:00
Billy Brawner
ed84ab71b0
Add gitignore
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-10-20 12:08:22 -07:00
Billy Brawner
35ec26395a
WIP: Implement budget details view
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-10-20 12:08:12 -07:00
Billy Brawner
84bb2e2176
Implement some caching and session persistence
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-10-19 15:18:06 -07:00
Billy Brawner
9a26790cda
Update some translations
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-10-17 15:58:21 -07:00
Billy Brawner
df9cec6cf7
Implement transaction editing and deleting
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-10-16 19:26:35 -07:00
Billy Brawner
ad2fb25e9d
Update comment in DataStoreProvider
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-10-15 19:59:04 -07:00
Billy Brawner
d9d2fadb35
Split up AddTransactionView for reuse
...
Signed-off-by: Billy Brawner <billy@wbrawner.com>
2019-10-15 19:57:52 -07:00