• feat(updates): visual update indicators, progress feedback, settings pull

    twothatIT released this 2026-02-24 21:25:33 +01:00 | 14 commits to main since this release

    • Dashboard: update badge (orange) injected lazily into customer Status cell
      after table renders via GET /monitoring/customers/local-update-status
      (local-only Docker inspect, no Hub call on every page load)
    • Customer detail Deployment tab: "Update Images" button with spinner,
      shows success/error inline without page reload
    • Monitoring Update All: now synchronous + sequential (one customer at a
      time), shows live spinner + per-customer results table on completion
    • Settings > Docker Images: "Pull from Docker Hub" button with spinner
      and inline status message
    • /monitoring/customers/local-update-status: new lightweight endpoint
      (no network, pure local Docker inspect)
    • /monitoring/customers/update-all: removed BackgroundTasks, now awaits
      each customer sequentially and returns detailed per-customer results

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads