Monorepo for Tangled
0

Configure Feed

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

appview/pages: hide pull-actions-error div when empty

Signed-off-by: oppiliappan <me@oppi.li>

authored by

oppiliappan and committed by
Tangled
(Jul 7, 2026, 1:53 PM +0300) 8cbc3db0 dc0aa3f2

+1 -1
+1 -1
appview/pages/templates/repo/pulls/pull.html
··· 595 595 {{ if eq $lastIdx $item.RoundNumber }} 596 596 {{ block "mergeStatus" $root }} {{ end }} 597 597 <div id="resubmit-banner"></div> 598 - <div id="pull-action-error" class="error"></div> 598 + <div id="pull-action-error" class="error empty:hidden"></div> 599 599 {{ end }} 600 600 </div> 601 601 <div hx-include="this" class="relative -ml-10 bg-gray-50 dark:bg-gray-900">