towerops/lib/towerops/alerts
Graham McIntire 7c8731f86a fix: make sidebar sticky with header and resolve all credo issues (#32)
- Changed sidebar from fixed to sticky positioning
- Wrapped sidebar and main content in flex container
- Sidebar now sticks to top along with header when scrolling
- Removed unused Ecto.Query import from gps_sync.ex

Credo improvements (17 → 0 remaining):
- Replaced all length/1 checks with empty list comparisons
- Extracted helper functions to reduce nesting depth
- Split complex functions into smaller, testable units
- Applied 'with' statements for clearer control flow
- Refactored high-complexity functions (cyclomatic complexity)
- Files improved: storm_detector, alert_notification_worker,
  alert_digest_worker, gps_sync, statistics_sync, device_sync,
  site_sync, site_correlation, reports_live, topology,
  pagerduty/client, cn_maestro/sync

Reviewed-on: graham/towerops-web#32
2026-03-15 18:19:09 -05:00
..
alert.ex feat: alert storm correlation & suppression (TOW-13) 2026-03-15 14:29:12 -05:00
alert_storm.ex fix: remove duplicate StormDetector child spec 2026-03-15 16:05:30 -05:00
notification_digest.ex fix: remove duplicate StormDetector child spec 2026-03-15 16:05:30 -05:00
notification_rate_limiter.ex fix: remove duplicate StormDetector child spec 2026-03-15 16:05:30 -05:00
site_correlation.ex fix: make sidebar sticky with header and resolve all credo issues (#32) 2026-03-15 18:19:09 -05:00
site_outage.ex fix: remove duplicate StormDetector child spec 2026-03-15 16:05:30 -05:00
storm_detector.ex fix: make sidebar sticky with header and resolve all credo issues (#32) 2026-03-15 18:19:09 -05:00