major refactor of the dashboard and react-openapi integration #1

Merged
aetos merged 44 commits from period-selection into main 2026-05-07 11:00:54 +00:00
Showing only changes of commit 02eb55995e - Show all commits

View File

@@ -15,9 +15,10 @@ import {
export default function Dashboard() { export default function Dashboard() {
const report = useReport({ const report = useReport({
periods: ["weekly", "monthly", "full"],
rolling: true, rolling: true,
include_transactions: true, include_transactions: true,
group_by: ["payee"], group_by: ["tags"],
}) })
const isLoading = report.isLoading; const isLoading = report.isLoading;