You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faults transitioning through PREPASSED → HEALED were invisible in the UI
because the store fetched without status=all and the type system had no
'healed' status.
- Add 'healed' to FaultStatusValue type
- Map 'healed'/'prepassed' API status in transformFault()
- Fetch with ?status=all so healed faults are available in store
- Add "Healed" checkbox to status filter dropdown (default OFF)
- Healed fault rows render at 60% opacity with green status badge
- Clear button already hidden for non-active statuses (no change needed)
Closes#34
0 commit comments