Add front component widget (#17440)

Modified the data model and introduced a seed to introduce front
components widgets.
This commit is contained in:
Raphaël Bosi
2026-01-26 13:45:58 +01:00
committed by GitHub
parent e0d4492013
commit 7e7a535af0
36 changed files with 596 additions and 190 deletions
@@ -1,4 +1,4 @@
import { ChartSkeletonLoader } from '@/page-layout/widgets/graph/components/ChartSkeletonLoader';
import { WidgetSkeletonLoader } from '@/page-layout/widgets/components/WidgetSkeletonLoader';
import { WORKER_QUEUE_METRICS_SELECT_OPTIONS } from '@/settings/admin-panel/health-status/constants/WorkerQueueMetricsSelectOptions';
import { Select } from '@/ui/input/components/Select';
import styled from '@emotion/styled';
@@ -76,7 +76,7 @@ export const SettingsAdminWorkerQueueMetricsSection = ({
</StyledRightControls>
</StyledControlsContainer>
</Section>
<Suspense fallback={<ChartSkeletonLoader />}>
<Suspense fallback={<WidgetSkeletonLoader />}>
<SettingsAdminWorkerMetricsGraph
queueName={queue.queueName}
timeRange={timeRange}