uxowe i funkcjonalne

This commit is contained in:
Mateusz Gruszczyński
2026-03-25 15:01:45 +01:00
parent 077ea315f5
commit a42da7842f

View File

@@ -680,7 +680,7 @@ export default function App() {
const allWidgets: Record<WidgetId, ReactElement | null> = {
hero: <HeroCards cards={kioskActive ? kioskHeroCards : heroCards} locale={locale} language={language} />,
quickMetrics: <QuickMetrics metrics={quickMetrics} locale={locale} language={language} />,
history: <LiveHistoryPanel data={liveHistoryData} language={language} theme={theme} title={t(language, "chartPowerHistory")} subtitle={t(language, "realtimeSubtitle")} />,
history: <LiveHistoryPanel data={liveHistoryData} language={language} theme={theme} title={t(language, "kioskCharts")} subtitle={t(language, "realtimeSubtitle")} />,
status: <StatusPanel metrics={topStatus} locale={locale} language={language} connected={connected} lastUpdated={lastUpdated} diagnostics={diagnosticsQuery.data} config={config} />,
strings: <StringsPanel rows={snapshot.strings} locale={locale} language={language} />,
production: <ProductionPanel data={analyticsQuery.production.data} language={language} theme={theme} />,