Docker / build (push) Failing after 19s
- Expanded the ReUI skill description to include 20 free building blocks. - Updated references in various documentation files to reflect the new count of components. - Enhanced the data-grid documentation to specify the use of TanStack Table v9. - Added new component details, including the icon-tile, and clarified usage instructions across multiple files. This update improves clarity and ensures that all references are consistent with the latest component offerings.
2.6 KiB
2.6 KiB
name, overview, todos, isProject
| name | overview | todos | isProject | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MM ReUI System | Wave F — settings/alerts/data-collection/probes: Frame + SettingsShell; metric strips только **hybrid KpiStatGrid**. |
|
false |
Wave F — System
Родитель: MM ReUI Master. Зависимости: A; параллельно с E.
Цель
System screens на Frame/SettingsShell; любые summary metrics → hybrid KPI как в старых apps.
KPI (MUST)
/data-collection,/probes,/alerts(если есть counters/summary) → толькоKpiStatGridhybrid- Preview: stats-12
- Settings: обычно rows без KPI-полосы; если появятся — hybrid only
- NEVER: Card KPI, SectionCards
Routes
| Route | ~LOC | Паттерн |
|---|---|---|
/settings |
~1586 | SettingsShell + Frame rows; DataGrids в Frame |
/alerts |
~2989 | Extract → Frame; summary → hybrid если есть |
/data-collection |
~1250 | Frame grids; summary Cards → hybrid KpiStatGrid |
/probes |
~1085 | Frame; schedule/speed grids; KPI → hybrid |
Alerts strategy
F1 extract · F2 Frame + Badge/Alert · F3 DataGrid; KPI hybrid на F2 если есть метрики.
ReUI refs
- Settings: settings-16 · settings-3
- KPI: только stats-12
- Alert: https://reui.io/docs/components/base/alert
- Lists: data-grid-filtering-2
Ключевые файлы
app/(main)/settings/page.tsxapp/(main)/alerts/page.tsxapp/(main)/data-collection/page.tsxapp/(main)/probes/page.tsx
DoD
- Settings на SettingsShell/Frame
- Alerts extract + Frame; API engine без изменений
- data-collection/probes: Frame + hybrid KPI где были Card metrics
- lint/build per sub-PR