Compare commits

..

2 Commits

Author SHA1 Message Date
fc2905f9da Merge pull request 'feat: add DashboardConfigurePage to the frontend' (#104) from develop into main
All checks were successful
Deploy Production / deploy (push) Successful in 1m6s
Build Test / pytest-backend (push) Successful in 9s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 19s
Reviewed-on: #104
2026-04-29 22:04:34 +02:00
387ee6840f feat: add DashboardConfigurePage to the frontend
All checks were successful
Deploy Development / deploy (push) Successful in 1m4s
Build Test / pytest-backend (push) Successful in 5s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 20s
- Introduced the `DashboardConfigurePage` component to enhance dashboard configuration options.
- Updated the main application file to include the new page, improving navigation and user experience.
- Ensured consistency with recent enhancements in report management and widget configurations.
2026-04-29 22:02:22 +02:00

View File

@ -25,6 +25,7 @@ import Analysis from './pages/Analysis'
import SettingsPage from './pages/SettingsPage' import SettingsPage from './pages/SettingsPage'
import SettingsShell from './layouts/SettingsShell' import SettingsShell from './layouts/SettingsShell'
import ProfileReferenceValuesPage from './pages/ProfileReferenceValuesPage' import ProfileReferenceValuesPage from './pages/ProfileReferenceValuesPage'
import DashboardConfigurePage from './pages/DashboardConfigurePage'
import ReportConfigurePage from './pages/ReportConfigurePage' import ReportConfigurePage from './pages/ReportConfigurePage'
import GuidePage from './pages/GuidePage' import GuidePage from './pages/GuidePage'
import AdminTierLimitsPage from './pages/AdminTierLimitsPage' import AdminTierLimitsPage from './pages/AdminTierLimitsPage'