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
Show a status badge next to the title/hostname reflecting the detector
result from GET /upgrade: "à jour", "maj dispo" (update available), or
"vérifier" when no detection has run. The last-check time (checked_at,
passed through verbatim by the backend) is surfaced in the tooltip.
Clicking re-runs detection (POST /upgrade/check); the fresh result lands
via a new section-upgrade SSE fragment, wired from upgrade.info. The SSE
connection is hoisted to <body> so the header badge receives updates.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
<div hx-ext="sse" sse-connect="/ui/events"class="grid gap-4{{ if or (and $g1 $g2) (and $g1 $g3) (and $g2 $g3) }} sm:grid-cols-2{{ end }}{{ if and $g1 $g2 $g3 }} lg:grid-cols-3{{ end }}">
5
+
<div class="grid gap-4{{ if or (and $g1 $g2) (and $g1 $g3) (and $g2 $g3) }} sm:grid-cols-2{{ end }}{{ if and $g1 $g2 $g3 }} lg:grid-cols-3{{ end }}">
0 commit comments