Pulse/frontend-modern/src/hooks
rcourtman 24e072f6b5 feat(ui): add anomaly indicator components and hooks
Add frontend infrastructure for displaying baseline anomalies:
- useAnomalies hook for fetching and caching anomaly data
- AnomalyCell component for displaying multiple anomalies
- AnomalyIndicator/AnomalyBadge components for inline display
- Update EnhancedCPUBar to accept optional anomaly prop

The anomaly endpoint is polled every 30 seconds and cached.
Anomaly badges show severity (color) and deviation ratio (e.g., '2.5x').

This prepares the UI for displaying real-time baseline deviations
without requiring LLM interaction.
2025-12-21 11:04:18 +00:00
..
__tests__ fix: Robust OCI container detection with state persistence 2025-12-12 20:06:39 +00:00
useAnomalies.ts feat(ui): add anomaly indicator components and hooks 2025-12-21 11:04:18 +00:00
useBreakpoint.ts feat: improve responsive table layout with tighter columns 2025-11-25 20:37:28 +00:00
useColumnVisibility.ts Redesign Ceph, Replication, and Mail Gateway pages for UI consistency 2025-12-13 00:08:29 +00:00
useDebouncedValue.ts refactor: remove legacy DISABLE_AUTH flag and enhance authentication UX 2025-10-27 19:46:51 +00:00
usePersistentSignal.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
useResources.ts fix: add null safety checks for resources() in useResourcesAsLegacy 2025-12-13 21:30:36 +00:00