Commit Graph

149 Commits

Author SHA1 Message Date
jacob1123 e9d4ed1b3e Fix router initialization in eventhandler
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
useRouter has to be called in setup or returns undefined otherwise.
See https://github.com/vuejs/vue-router/issues/3379
2022-02-21 21:40:38 +00:00
jacob1123 4085868cd7 Update register to tailwindcss
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
2022-02-21 21:26:12 +00:00
jacob1123 16b7049438 Add Transaction to list after saving
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-02-20 23:01:25 +00:00
jacob1123 73e3b49b40 Extract component for new Transaction 2022-02-20 23:00:09 +00:00
jacob1123 77afe700ae Fix missing value usage
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-02-19 22:13:55 +00:00
jacob1123 0d20d9bfb8 Use setTitle everywhere
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
continuous-integration/drone/pr Build is passing
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-02-15 08:35:29 +00:00
jacob1123 4276c51268 Remove unused interface
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
2022-02-15 08:27:09 +00:00
jacob1123 fe018e1953 Reformat 2022-02-15 08:25:30 +00:00
jacob1123 e7a085273b Fix missing computed calls in Account 2022-02-15 08:25:12 +00:00
jacob1123 1a79177422 Fix missing computed calls in BudgetSidebar
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
2022-02-14 22:49:30 +00:00
jacob1123 87a70ee5fa Revert
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
continuous-integration/drone/pr Build is passing
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-02-14 22:39:14 +00:00
jacob1123 0a030eaee1 Convert other pages to composition API 2022-02-14 22:24:42 +00:00
jacob1123 d11c0036b5 Do not use a store for API 2022-02-14 08:12:41 +00:00
jacob1123 ca93e9cd55 Migrate Account.vue to composition API
continuous-integration/drone/push Build is passing
ci/woodpecker/push/woodpecker Pipeline was successful
2022-02-14 08:06:16 +00:00
jacob1123 2e719b590e Add admin page 2022-02-11 22:52:00 +00:00
jacob1123 cd0b370b50 Fix typescript errors 2022-02-11 22:18:00 +00:00
jacob1123 21dcd7837b Bugfixes 2022-02-10 16:07:29 +00:00
jacob1123 c693625e34 Remove vuex 2022-02-10 15:49:30 +00:00
jacob1123 2c71c521f9 Add bordersr to inputs 2022-02-09 22:40:35 +00:00
jacob1123 227c2a7564 Align amount input right 2022-02-09 22:36:21 +00:00
jacob1123 07cd7a7c2b Add table Header 2022-02-09 22:36:21 +00:00
jacob1123 bd1e1cbfb8 Move Transaction row to own component 2022-02-09 22:36:21 +00:00
jacob1123 4eeecc2bd9 Show transfer account if filled 2022-02-08 21:28:55 +00:00
jacob1123 33bdfaddc4 Move budgeting to own route 2022-02-08 21:14:36 +00:00
jacob1123 eb195dfd29 Redirect to current route from site without date 2022-02-08 11:13:55 +00:00
jacob1123 e873795562 Show sum for all on/off-budget accounts 2022-02-07 22:38:46 +00:00
jacob1123 33c83c0a69 Shrink date input to match column width 2022-02-07 22:19:59 +00:00
jacob1123 2646c5d3b7 Use Currency component for Account header 2022-02-07 22:19:48 +00:00
jacob1123 b5c657978c Alternate row colors for transactions 2022-02-07 16:39:06 +00:00
jacob1123 0136e3b978 Use currency component for transactions 2022-02-07 16:38:53 +00:00
jacob1123 9dad1dabbd Implement new transaction 2022-02-07 16:17:14 +00:00
jacob1123 95fcb9a586 Split Menu between md and smaller devices 2022-02-07 16:07:54 +00:00
jacob1123 487aa89f18 Use Numeric in JSON output 2022-02-06 22:12:48 +00:00
jacob1123 5763409aa8 Split store 2022-02-06 20:15:59 +00:00
jacob1123 5ca09d2825 Fix calling dispatch for mutation 2022-02-06 20:15:29 +00:00
jacob1123 e18e68c964 Comment not implemented routes 2022-02-06 20:15:14 +00:00
jacob1123 68c2d3ff28 Fix typing issues in Settings 2022-02-05 15:00:26 +00:00
jacob1123 0f2db4985f Remove old plugins 2022-02-05 14:54:14 +00:00
jacob1123 ddaf647d87 Add getters for current budget ID and Name 2022-02-05 14:26:56 +00:00
jacob1123 80b5a7abfe Small layout improvements 2022-02-05 13:48:31 +00:00
jacob1123 2204188600 Actually call API 2022-02-04 21:43:51 +00:00
jacob1123 057c576831 Implement autocomplete for categories 2022-02-04 21:13:30 +00:00
jacob1123 056071c6e6 Make autocomplete usable for multiple types 2022-02-04 20:47:50 +00:00
jacob1123 d9aed7603e Implement custom autocomplete component 2022-02-04 20:43:57 +00:00
jacob1123 e18ef79839 Implement minimal autocomplete for Payees 2022-02-04 20:24:29 +00:00
jacob1123 c8e9a8b375 Improve login page 2022-02-04 19:59:21 +00:00
jacob1123 1d0fe60ea4 Improve layout 2022-02-04 19:54:32 +00:00
jacob1123 3f7f646120 Extract card and use for budget list 2022-02-04 17:16:03 +00:00
jacob1123 dfa8f369f0 Make it work slightly ;-) 2022-02-04 16:56:17 +00:00
jacob1123 d825379a01 Try to use tailwind 2022-02-04 16:34:23 +00:00