91 Commits

Author SHA1 Message Date
Alex Phillips
da9ba2ffe4 Merge branch 'main' into account-table-rewrite 2022-02-22 09:35:57 -05:00
Alex Phillips
235aa0e98b refresh accounts and categories on account add for CC account and category 2022-02-21 20:29:26 -05:00
Alex Phillips
1ce97b2626 single row select on click, then edit, added selected rows total balance, some performance tweaks 2022-02-21 19:52:40 -05:00
Alex Phillips
6927a645ea ui ux tweaks 2022-02-21 09:11:04 -05:00
Alex Phillips
169974825a version bump 2022-02-20 14:57:31 -05:00
Alex Phillips
b638b1288e style updates 2022-02-20 14:53:26 -05:00
Alex Phillips
c9cc00d6bd attempting to optimze account table by storing editing row in state instead of having to re-render entire table 2022-02-20 11:18:35 -05:00
Alex Phillips
4d9629841e version and additional db packages 2022-02-20 10:53:11 -05:00
Alex Phillips
ed240efffb remove clear icon from autocomplete fields 2022-02-20 10:44:37 -05:00
Alex Phillips
9af7c1e106 bug fix - don't remove '-' character, otherwise everything is considered a positive value! 2022-02-20 09:58:54 -05:00
Alex Phillips
eaaeeba2f7 better experience for payee drop down and creating a new payee 2022-02-20 09:58:15 -05:00
Alex Phillips
483f46fe12 eslint added, react-scripts updated, material-table removed 2022-02-19 13:19:41 -05:00
Alex Phillips
50788206eb eslint, eslint fixes, removed material-table 2022-02-19 13:19:01 -05:00
Alex Phillips
430b3a12f9 useMemo to use account type so columns adjust properly between account views 2022-02-18 11:33:48 -05:00
Alex Phillips
a5ce5109b6 added exporting of visibile transactions with react-table 2022-02-18 10:00:21 -05:00
Alex Phillips
a41e0b0bcb 'fixed' new trx row by altering filtering and sorting function, added save / cancel buttons that work with existing and new rows 2022-02-18 08:27:19 -05:00
Alex Phillips
63e17065a3 Attempting to add a new row inline. any active filters could hide the row though... also, can I pin it to the top of the table? 2022-02-17 14:47:11 -05:00
Alex Phillips
d593873375 initial run through and conversion to react-table. Still need to implement 'add transaction' and 'export' 2022-02-16 13:51:49 -05:00
Alex Phillips
4c2a82ade9 initial attempt, but may try virtualized table 2022-02-15 12:16:15 -05:00
Alex Phillips
2abfafee23 another round of UI updates 2022-02-12 09:50:35 -05:00
Alex Phillips
c980f515b9 fixed date check - wish js didn't suck with dates... 2022-02-10 21:32:05 -05:00
Alex Phillips
0253b30d39 ui overhaul 2022-02-09 20:22:36 -05:00
Alex Phillips
acb63f1b9c playing around with layout 2022-02-08 18:47:28 -05:00
Alex Phillips
90c465a425 cleanup 2022-02-08 12:27:59 -05:00
Alex Phillips
c9f5b93cb0 more ui updates 2022-02-08 12:22:10 -05:00
Alex Phillips
f150254d10 more ui updates 2022-02-08 12:16:42 -05:00
Alex Phillips
3fd2334781 more terminology 2022-02-07 19:36:10 -05:00
Alex Phillips
6dfe2baad8 more terminology 2022-02-07 19:36:10 -05:00
Alex Phillips
3a28d57947 better handling when transactions are empty, fixed error with materialtable row style 2022-02-07 19:23:16 -05:00
Alex Phillips
5a1ee8131b better handling when transactions are empty, fixed error with materialtable row style 2022-02-07 19:23:16 -05:00
Alex Phillips
55f50189b8 if account doesn't exist, redirect to budget page 2022-02-07 19:22:35 -05:00
Alex Phillips
6d5b791c51 if account doesn't exist, redirect to budget page 2022-02-07 19:22:35 -05:00
Alex Phillips
93e977b43a changed button terminology 2022-02-07 19:22:12 -05:00
Alex Phillips
12204bf43a changed button terminology 2022-02-07 19:22:12 -05:00
Alex Phillips
658cf792dc slight ui changes, added warning icon to CC payment when in warn mode 2022-02-07 19:21:48 -05:00
Alex Phillips
eec74f75b9 slight ui changes, added warning icon to CC payment when in warn mode 2022-02-07 19:21:48 -05:00
Alex Phillips
3ef8304688 only ping if logged in, if ping fails, reload 2022-02-07 19:19:56 -05:00
Alex Phillips
9e60a88f69 only ping if logged in, if ping fails, reload 2022-02-07 19:19:56 -05:00
Alex Phillips
eb795d4e33 added ping to help preserve jwt sessions 2022-02-07 19:16:47 -05:00
Alex Phillips
4d0ca798fb added ping to help preserve jwt sessions 2022-02-07 19:16:47 -05:00
Alex Phillips
af5fa0d5fb added close buttons 2022-02-06 19:33:49 -05:00
Alex Phillips
2c5e4f2eb1 added close buttons 2022-02-06 19:33:49 -05:00
Alex Phillips
e90fddc8fd easier to read 'warning' color in budget table 2022-02-06 19:32:13 -05:00
Alex Phillips
e3885f7b1f easier to read 'warning' color in budget table 2022-02-06 19:32:13 -05:00
Alex Phillips
f8ef6da039 removed test change 2022-02-06 17:16:27 -05:00
Alex Phillips
c9fdc7c1a4 removed test change 2022-02-06 17:16:27 -05:00
Alex Phillips
86cbc3ba7e added bulk transaction add, added support to import transactions via CSV 2022-02-06 17:05:27 -05:00
Alex Phillips
5560d8d90d added bulk transaction add, added support to import transactions via CSV 2022-02-06 17:05:27 -05:00
Alex Phillips
ce7cf5557e theme changes, ui tweaks 2022-02-06 12:27:47 -05:00
Alex Phillips
934142b7ba theme changes, ui tweaks 2022-02-06 12:27:47 -05:00