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 4b4875c3f5 - Show all commits

View File

@@ -12,7 +12,7 @@ export const configuration: DashboardConfig = {
component: HistoryChart,
dataKey: "chartData",
settings: {
tabs: ["Daily", "Weekly", "Monthly"],
tabs: ["Weekly", "Monthly"],
},
style: {
size: 12,
@@ -31,15 +31,15 @@ export const configuration: DashboardConfig = {
size: 12,
},
},
{
id: "latest",
title: 'Recent Transactions',
component: LatestItems,
dataKey: "latest",
style: {
size: 12,
},
},
// {
// id: "latest",
// title: 'Recent Transactions',
// component: LatestItems,
// dataKey: "latest",
// style: {
// size: 12,
// },
// },
],
style: {
palette: {