Monorepo for Tangled tangled.org
7

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>

author
oppiliappan
date (Jun 19, 2026, 3:18 PM +0100) commit 225e3205 parent e4346367 change-id wsvyxltv
+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"