mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-13 22:03:13 -06:00
Two follow-ups from the alpha diagnosis: - FIX A (regression): filterDevices() compared badge TEXT to the option values 'online'/'offline', but the badge text is now "Healthy"/"Reconnecting"/"Offline" — so selecting a status filter matched nothing and emptied the dashboard. Now compares the liveness STATE via a data-liveness attribute, and the filter is upgraded to All / Healthy / Reconnecting / Offline (an admin can filter TO reconnecting devices — the point of the Degraded distinction). - FIX B (legibility): the list rendered liveness as a status-dot where healthy=green/offline=red were visually identical to the old indicator, so it didn't read as new. The list now renders the same device-status-badge PILL as device-detail (3 distinct colors; amber Reconnecting visible on the list), scoped with an is-liveness modifier so video-wall cards keep their dark "NxN wall" pill. Frontend-only. 14/14 filter+render tests; full ES-module parse clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| i18n | ||
| views | ||
| agency-portal.js | ||
| api.js | ||
| app.js | ||
| brand-prime.js | ||
| branding.js | ||
| i18n.js | ||
| socket.js | ||
| utils.js | ||