Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages/templates/repo/pulls: fix non-current round card bg color regression & add back missing hunk

Signed-off-by: eti <eti@eti.tf>

+4 -1
+4 -1
appview/pages/templates/repo/pulls/pull.html
··· 100 100 101 101 {{ define "contentAfter" }} 102 102 <input type="hidden" id="round-link-base" value="/{{ .RepoInfo.FullName }}/pulls/{{ .Pull.PullId }}/round/{{ .ActiveRound }}" /> 103 + {{ if .IsInterdiff }} 104 + <input type="hidden" id="is-interdiff" value="1" /> 105 + {{ end }} 103 106 {{ template "repo/fragments/diff" (list .Diff .DiffOpts $) }} 104 107 {{ end }} 105 108 ··· 287 290 {{ if eq $round $root.ActiveRound }} 288 291 bg-blue-50 dark:bg-blue-950 289 292 {{ else }} 290 - bg-gray-50 dark:bg-gray-900 293 + bg-white dark:bg-gray-800 291 294 {{ end }} 292 295 293 296 flex gap-2 sticky top-0 z-20">