From 41c1359bcedf1e9d9f4fbd0ca3a5238cf7e528ee Mon Sep 17 00:00:00 2001 From: Lewis Date: Mon, 04 May 2026 07:56:54 +0000 Subject: [PATCH] appview/{labels,pulls}: frontend style fixes Lewis: May this revision serve well! --- appview/pages/pages.go | 1 + appview/pages/templates/repo/fragments/diff.html | 2 +- 2 file(s) changed, 2 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/pages/pages.go b/appview/pages/pages.go --- a/appview/pages/pages.go +++ b/appview/pages/pages.go @@ -1532,6 +1532,7 @@ Defs map[string]*models.LabelDefinition Subject string State models.LabelState + Prefix string } func (p *Pages) EditLabelPanel(w io.Writer, params EditLabelPanelParams) error { diff --git a/appview/pages/templates/repo/fragments/diff.html b/appview/pages/templates/repo/fragments/diff.html --- a/appview/pages/templates/repo/fragments/diff.html +++ b/appview/pages/templates/repo/fragments/diff.html @@ -156,7 +156,7 @@ {{ $isGenerated = isGenerated $n.Old }} {{ end }}
- +
{{ i "chevron-right" "w-4 h-4" }} -- tangled.sh