Monorepo for Tangled
0

Configure Feed

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

appview/pages: hide focus button on mobile

in mobile view, hide the focus button in the notifications page.

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

authored by

oppiliappan and committed by
Tangled
(Jun 22, 2026, 1:19 PM +0300) fdbbbbfb 1bed90ef

+3 -1
+3 -1
appview/pages/templates/notifications/list.html
··· 14 14 <div class="flex md:px-0 px-4 pb-4 items-center justify-between gap-4"> 15 15 <div class="flex items-center gap-2"> 16 16 {{ template "fragments/tabSelector" (dict "Name" "read" "Values" $readVals "Active" .ReadFilter) }} 17 - {{ template "focus/fragments/beginButton" . }} 17 + <div class="hidden sm:block"> 18 + {{ template "focus/fragments/beginButton" . }} 19 + </div> 18 20 <button 19 21 hx-post="/notifications/read-all" 20 22 hx-swap="none"