7 Commits

Author SHA1 Message Date
ecca1e269a
refactor: sort imports 2025-06-01 10:08:12 +01:00
dd2f8092bc
Category column filtering
Uses server-side filtering through GET params.
Imported react-debounce-input to add a delay from the user input to the
backend request. This will reduce unnecessary bandwidth.
2025-04-12 22:24:05 +01:00
f803f4b40d Paginated transactions table
using Tanstack Table and Tanstack Query.
2025-03-30 20:55:47 +01:00
4743bed67f
Adds banks and categories components 2025-03-23 01:10:46 +00:00
4160886cf5
Render transactions on <table>
Use react-router in data mode to layout the application.
Do a SSR to the datastore API /transactions.
2025-03-23 00:45:27 +00:00
56d3c2a5a7
Vite scaffolding with react-ts 2025-03-19 23:58:49 +00:00
e281f7230a
Initial commit 2025-03-19 22:41:58 +00:00