Commit Graph

874 Commits

Author SHA1 Message Date
jacob1123 fd6b77f154 Replace id column with natural PK 2022-03-04 21:56:12 +00:00
jacob1123 442e87234c Show available income in Budgeting header
continuous-integration/drone/push Build is passing
2022-03-04 21:31:13 +00:00
jacob1123 caf39fe5ea Set Available balance of income category 2022-03-04 21:18:44 +00:00
jacob1123 0dde94f855 Remove logging 2022-03-04 21:15:24 +00:00
jacob1123 34bbdf48b7 Also return income category 2022-03-04 21:13:59 +00:00
jacob1123 1e495a5e47 Remove unneeded loop 2022-03-04 21:13:50 +00:00
jacob1123 fc29b1409d Use in-place additions more 2022-03-04 21:13:38 +00:00
jacob1123 8ecfd6b87a Use in-place calculations 2022-03-04 20:55:38 +00:00
jacob1123 d89e702669 Move sidebar layout to BudgetSidebar 2022-03-04 20:55:14 +00:00
jacob1123 3795150508 Implement numeric operations in-place 2022-03-04 20:54:23 +00:00
jacob1123 67c013799d Calculate available balance locally 2022-03-03 10:44:50 +00:00
jacob1123 0038db90ac Merge pull request 'Fix docker build' (#38) from docker-build into master
continuous-integration/drone/push Build is passing
Reviewed-on: #38
0.5.3
2022-03-02 23:55:29 +01:00
jacob1123 9759a7cc1e Fix docker build
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-03-02 22:55:21 +00:00
jacob1123 81c31a3d5f Merge pull request 'Cleanup' (#37) from cleanup into master
continuous-integration/drone/push Build is failing
Reviewed-on: #37
0.5.2
2022-03-02 23:53:15 +01:00
jacob1123 38e21786a7 Fix app bar for small screens
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-02 22:52:12 +00:00
jacob1123 971c3d3be5 Improve sidebar and show next to appbar instead of below 2022-03-02 22:52:12 +00:00
jacob1123 946f14c1cc Fix const 2022-03-02 22:51:20 +00:00
jacob1123 9ce0da0182 Move CSS to _index.css 2022-03-02 22:51:20 +00:00
jacob1123 4c93e4635d Extract const for default expiration 2022-03-02 22:51:20 +00:00
jacob1123 f3a50c790b Hide .task, build and dist folders 2022-03-02 22:51:20 +00:00
jacob1123 0c5f68ed80 Hide files generated by sqlc 2022-03-02 22:51:20 +00:00
jacob1123 7fdd8bd935 Split jwt into two files 2022-03-02 22:51:20 +00:00
jacob1123 d4287f8aac Remove example config 2022-03-02 22:51:20 +00:00
jacob1123 6712af10d9 Move production Dockerfile to docker directory 2022-03-02 22:51:20 +00:00
jacob1123 70edb382e1 Move compose files to docker directory 2022-03-02 22:51:20 +00:00
jacob1123 390a042441 Rename development Dockerfile and build script 2022-03-02 22:51:20 +00:00
jacob1123 e8028dae34 Remove woodpecker config 2022-03-02 22:51:20 +00:00
jacob1123 fc249adc9e Remove Earthfile 2022-03-02 22:51:20 +00:00
jacob1123 c186a14644 go mod tidy 2022-03-02 22:51:20 +00:00
jacob1123 8a27303670 Remove earthignore 2022-03-02 22:51:20 +00:00
jacob1123 44e9bb6ec0 Merge pull request 'Implement closing of accounts' (#36) from closed-accounts into master
continuous-integration/drone/push Build is passing
Reviewed-on: #36
2022-03-02 22:54:02 +01:00
jacob1123 42d431ba8b Fix modal layout for dark theme
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-03-02 21:52:35 +00:00
jacob1123 3727061065 Prevent closing of accounts with balance 2022-03-02 21:52:16 +00:00
jacob1123 c7a8adb3ab Remove closed account from sidebar
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-03-02 21:22:15 +00:00
jacob1123 29f534bf10 Hide closed accounts menuentry 2022-03-02 21:22:06 +00:00
jacob1123 15381c84f6 Navigate to budgeting from closed account 2022-03-02 21:21:56 +00:00
jacob1123 a0cabbf4f7 Pass is_open to API from EditAccount 2022-03-02 21:16:06 +00:00
jacob1123 f26ee8f472 Add ability to change is_open from API 2022-03-02 21:15:56 +00:00
jacob1123 4fb3c2a335 Show is_open in EditAccount 2022-03-02 21:14:12 +00:00
jacob1123 8899ff5772 Return and filter by is_open 2022-03-02 21:14:00 +00:00
jacob1123 347a0c9e50 Add column is_open to accounts 2022-03-02 21:13:42 +00:00
jacob1123 66b8e1f69f Fix edit-accounts' font being off 2022-03-02 21:07:53 +00:00
jacob1123 5d1b49c896 Merge pull request 'Implement custom checkbox' (#35) from checkbox into master
continuous-integration/drone/push Build is passing
Reviewed-on: #35
2022-03-02 21:34:27 +01:00
jacob1123 42dc51fe9a Improve layout of Reconcilation
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-02 20:33:01 +00:00
jacob1123 1ca95f8768 Remove old logging calls
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-03-02 20:06:33 +00:00
jacob1123 a73f7c2934 Bind to value instead of using v-model 2022-03-02 20:06:16 +00:00
jacob1123 489aa88c4b Add custom checkbox component 2022-03-02 20:06:06 +00:00
jacob1123 7b5b16c1b2 Merge pull request 'Design fixes for dark mode' (#34) from design-fixes into master
continuous-integration/drone/push Build is passing
Reviewed-on: #34
0.5.1
2022-03-02 20:54:26 +01:00
jacob1123 29cfeb6fa6 Use Input component for all inputs except file-input 2022-03-02 20:54:26 +01:00
jacob1123 42baafd273 Invert if 2022-03-02 20:54:26 +01:00