From 04a9527ea56da145b18fbc7d0893797975c6fbcf Mon Sep 17 00:00:00 2001 From: eti Date: Mon, 04 May 2026 21:08:13 +0000 Subject: [PATCH] appview/pulls/new: tweak border and background color of elements Signed-off-by: eti --- appview/pages/templates/knots/index.html | 2 +- appview/pages/templates/repo/new.html | 6 +++--- appview/pages/templates/spindles/index.html | 2 +- appview/pages/templates/repo/fragments/diffOpts.html | 2 +- appview/pages/templates/strings/fragments/form.html | 2 +- appview/pages/templates/user/settings/emails.html | 2 +- appview/pages/templates/user/settings/keys.html | 4 ++-- appview/pages/templates/user/settings/profile.html | 2 +- appview/pages/templates/repo/pulls/fragments/pullPatchUpload.html | 2 +- appview/pages/templates/repo/pulls/fragments/pullStepDetails.html | 6 +++--- appview/pages/templates/repo/pulls/fragments/pullStepReview.html | 14 +++++++------- appview/pages/templates/repo/pulls/fragments/pullStepSource.html | 6 +++--- 12 file(s) changed, 25 insertion(s)(+), 25 deletion(s)(-) diff --git a/appview/pages/templates/knots/index.html b/appview/pages/templates/knots/index.html --- a/appview/pages/templates/knots/index.html +++ b/appview/pages/templates/knots/index.html @@ -79,7 +79,7 @@ name="domain" placeholder="knot.example.com" required - class="flex-1 w-full dark:bg-gray-700 dark:text-white dark:border-gray-600 dark:placeholder-gray-400 px-3 py-2 border rounded" + class="flex-1 w-full dark:bg-gray-800 dark:text-white dark:border-gray-700 dark:placeholder-gray-400 px-3 py-2 border rounded" > {{ i "folder-code" "w-4 h-4" }} @@ -254,14 +254,14 @@
-
+
{{ template "repo/fragments/diffStatPill" $stat }} - +
@@ -425,14 +425,14 @@
-
+
{{ template "repo/fragments/diffStatPill" $stat }} - +
diff --git a/appview/pages/templates/repo/pulls/fragments/pullStepSource.html b/appview/pages/templates/repo/pulls/fragments/pullStepSource.html --- a/appview/pages/templates/repo/pulls/fragments/pullStepSource.html +++ b/appview/pages/templates/repo/pulls/fragments/pullStepSource.html @@ -94,13 +94,13 @@ {{ end }} {{ define "pullSourceTabs" }} - {{ $active := "bg-white dark:bg-gray-800 shadow-sm cursor-default" }} + {{ $active := "bg-white dark:bg-gray-800 shadow-sm cursor-default border border-gray-700" }} {{ $inactive := "bg-transparent hover:bg-white/50 dark:hover:bg-gray-800/50" }} - {{ $shared := "group flex-1 p-3 text-left hover:no-underline flex flex-col gap-1 rounded border-0" }} + {{ $shared := "group flex-1 p-3 text-left hover:no-underline flex flex-col gap-1 rounded" }} {{ $titleCls := "font-medium text-sm dark:text-white flex items-center gap-2" }} {{ $descCls := "text-xs text-gray-500 dark:text-gray-400" }} {{ $fullName := .RepoInfo.FullName }} -
{{ if .RepoInfo.Roles.IsPushAllowed }}