11 Commits

Author SHA1 Message Date
766149a869
ongoing editable category 2025-09-06 08:37:58 +01:00
f7c0c0430d
feat: implement last button for transactions
Use X-Total-Count header now sent from the backend to send to the table
pagination model, so that it can jump directly to the last page.
2025-07-27 00:39:19 +01:00
22281def8f
ci: add commitlint action
All checks were successful
Lint PR / commitlint (pull_request) Successful in 19s
To check that commits are according to the Conventional Commits spec.
https://www.conventionalcommits.org/en/v1.0.0/
2025-06-21 23:59:11 +01:00
df77c9103c
chore: add ignore revs file 2025-06-01 10:16:57 +01:00
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