Documentation
¶
Overview ¶
templ: version: v0.3.1020
templ: version: v0.3.1020
templ: version: v0.3.1020
Index ¶
- func DashCard(active, activeStatus string, shipped int) templ.Component
- func Home(user auth.User, runs []Run) templ.Component
- func HomeLive(runs []Run) templ.Component
- func RunLive(d RunDetail, appURL string) templ.Component
- func RunPage(user auth.User, d RunDetail, appURL string) templ.Component
- func StatusBadge(status string) templ.Component
- type Event
- type Message
- type Run
- type RunDetail
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DashCard ¶
DashCard is the dashboard card fragment (ADR-0017): current activity or the shipped count. Cheap queries only.
func RunLive ¶
RunLive is the run page's live region, re-rendered server-side every 2s while the page is open (per-run SSE loop in main.go). Keep the id stable.
func StatusBadge ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.