A vibe coded tangled fork which supports pijul.

appview/pages/templates/repo/pulls: disable pointer events on "history" header

Clicking the "History" header was allowed but did nothing meaningful,
just flicker the view.

This commit disables that behavior while keeping the relevant
information like the number of comments and the number of rounds
selectable as they should.

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

authored by

eti and committed by tangled.org 3c5102da 5c8794ba

+6 -2
+6 -2
appview/pages/templates/repo/pulls/pull.html
··· 179 179 text-white md:text-black md:dark:text-white 180 180 {{ $bgColor }} 181 181 md:bg-white md:dark:bg-gray-800 182 - drop-shadow-sm border-t md:border-x border-gray-200 dark:border-gray-700"> 182 + drop-shadow-sm border-t md:border-x border-gray-200 dark:border-gray-700 183 + pointer-events-none 184 + "> 183 185 <h2 class="">History</h2> 184 - {{ template "subsPanelSummary" $ }} 186 + <span class="pointer-events-auto cursor-text"> 187 + {{ template "subsPanelSummary" $ }} 188 + </span> 185 189 </summary> 186 190 <div class="max-h-[85vh] md:max-h-[calc(100vh-3rem-3rem)] w-full flex flex-col-reverse gap-4 overflow-y-auto bg-slate-100 dark:bg-gray-900 md:bg-transparent"> 187 191 {{ template "submissions" $root }}