create-categories #79

Open
jacob1123 wants to merge 31 commits from create-categories into master

31 Commits

Author SHA1 Message Date
Jan Bader
adc6e0a2cf Split FORM and regular POST
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build is passing
2024-01-29 22:51:31 +01:00
Jan Bader
4d04529ae2 Trim payee name when too long 2024-01-29 22:51:16 +01:00
Jan Bader
2559d2dbdb Do not specify content type
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build encountered an error
2024-01-29 22:41:36 +01:00
Jan Bader
ac39ec07a4 Specify name in docker compose 2024-01-29 22:41:25 +01:00
Jan Bader
5792aed089 Update yarn.lock
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build encountered an error
2024-01-29 22:24:56 +01:00
Jan Bader
69cb27fc51 Add logging 2024-01-29 22:24:51 +01:00
Jan Bader
907be875c8 Add git 2024-01-29 22:24:40 +01:00
Jan Bader
cfe8599ed0 use relative path for src folder 2024-01-29 22:24:29 +01:00
Jan Bader
98e1fbb071 Use nixos for dev image 2023-09-24 00:33:39 +02:00
Jan Bader
5d57045efb Try to get build to work using ubuntu 2023-09-24 00:28:12 +02:00
Jan Bader
5456e0223a Ignore docker folder in docker 2023-09-24 00:27:55 +02:00
a0e6dc0f1b Fix reference to account.Transactions
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-09-23 21:03:12 +00:00
88283a8817 Implement budgeting
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2022-09-23 21:01:40 +00:00
31a4135f2e Improve new components 2022-09-23 20:43:28 +00:00
94c2465109 Display categories 2022-09-23 20:12:06 +00:00
6a5bf419e2 Remove unused account.Transactions 2022-09-23 19:46:49 +00:00
b55744aad7 Split category and category-group stores 2022-09-23 19:43:36 +00:00
5658f31457 Save new group 2022-09-23 19:20:33 +00:00
fc15d8b56e Rename vars 2022-09-23 19:20:24 +00:00
403544e99f Add front- end backend for new category-group 2022-09-23 19:12:10 +00:00
99979a35b0 Remove TODO 2022-09-23 19:11:37 +00:00
49cf6a65da Also pass budgetId
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2022-09-11 21:13:46 +00:00
2b15231ed1 Implement backend
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-11 21:10:04 +00:00
bae9f030b2 Add category store 2022-09-11 21:02:06 +00:00
a06d0df142 Return 501 Not Implemented on unknown API routes 2022-09-11 21:01:54 +00:00
0567619408 Actually call API on save 2022-09-11 20:47:12 +00:00
0c375884aa Simplify header for budgeted 2022-09-11 20:34:34 +00:00
ca964f1c5f Extract BudgetingSummary 2022-09-11 20:26:13 +00:00
b2542fa6d1 Add CreateCategory 2022-09-11 20:20:00 +00:00
77de2a833e Cleanup 2022-09-11 20:19:40 +00:00
10a870a300 Stop propagation from click event when opening modal 2022-09-11 20:19:19 +00:00