From ae18c23a0082796f44834cae2e10667e748bc8ae Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 20 Jan 2026 11:49:33 +0000 Subject: [PATCH] appview/pages: finesse pull review page styles - transparent blue caused text ovelaps - mobile view hide the split/unified buttons - transparent topbar caused text overlaps Signed-off-by: oppiliappan --- appview/pages/templates/repo/fragments/diff.html | 8 +++----- appview/pages/templates/repo/pulls/pull.html | 12 ++++++++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/appview/pages/templates/repo/fragments/diff.html b/appview/pages/templates/repo/fragments/diff.html index d6836235..af614302 100644 --- a/appview/pages/templates/repo/fragments/diff.html +++ b/appview/pages/templates/repo/fragments/diff.html @@ -23,7 +23,7 @@ {{ block "subsCheckbox" $ }} {{ end }} -
+
{{ template "filesToggle" . }} @@ -31,7 +31,7 @@ {{ $stat := $diff.Stats }} {{ $count := len $diff.ChangedFiles }} {{ template "repo/fragments/diffStatPill" $stat }} - {{ $count }} changed file{{ if ne $count 1 }}s{{ end }} + {{ if $root }} {{ if $root.IsInterdiff }} @@ -70,9 +70,7 @@ {{ template "collapseToggle" }} - + {{ template "repo/fragments/diffOpts" $opts }} {{ block "subsToggle" $ }} {{ end }} diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html index f3993b9e..08ea9b32 100644 --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -246,7 +246,15 @@ {{ $lastIdx := index . 2 }} {{ $root := index . 3 }} {{ $round := $item.RoundNumber }} -