BREAKING CHANGES:
In your .env file, you need to remove the /api suffix on the api url.
So if you had VITE_API_BASE_URL=http://127.0.0.1:8080/api for example, change it to VITE_API_BASE_URL=http://127.0.0.1:8080
New features:
- Add Racing4Everyone tracker support
- refactor: use highcharts instead of chart.js (faster rendering)
- feat: display multiple indexers on a single graph
- feat: add preselected date rages
- feat: selectable grouping period
Other changes:
- refactor: generate api client programmatically instead of manually writing api routes