Fixed

  • Fully functional data-star UI with SSE integration

  • Initial status fetch from /status endpoint on page load

  • Real-time service updates via SSE at /ui/stream

  • Periodic updates every 30 seconds

  • Live audit events stream

    Service Actions

  • All action buttons working correctly:

  • Trigger: Manual update check for a service

  • Redeploy: Force redeploy with command preview

  • Unblock: Unblock failed digest

    Visual Features

  • Connection status indicator (connected/error/reconnecting)

  • Resource usage bars with color coding:

  • Green: Normal usage

  • Orange: Warning (CPU >60%, MEM >70%)

  • Red: Danger (CPU >80%, MEM >85%)

  • Config flags visualization (U/H/S badges)

  • Container details display per service

  • Events table with real-time audit log

Added

  • data-store - Reactive state container

  • data-text - Reactive text content

  • data-show - Conditional visibility

  • data-each - Loop over arrays

  • data-on-click - Event handlers

  • data-class - Dynamic CSS classes

  • data-style - Dynamic inline styles

    Migration Notes

    No breaking changes - This release completes the UI implementation started in alpha.11.