diff --git a/internal/web/templates/convoy.html b/internal/web/templates/convoy.html index 65901019..381e1d97 100644 --- a/internal/web/templates/convoy.html +++ b/internal/web/templates/convoy.html @@ -211,6 +211,19 @@ font-size: 0.875rem; } + .empty-state-inline { + text-align: center; + padding: 24px; + color: var(--text-secondary); + background: var(--bg-card); + border-radius: 8px; + } + + .empty-state-inline p { + font-size: 0.875rem; + margin: 0; + } + .status-hint { color: var(--text-secondary); font-size: 0.875rem; @@ -362,8 +375,8 @@ {{end}} - {{if .MergeQueue}}
No PRs in queue
+