Monorepo for Tangled tangled.org
12

Configure Feed

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

1{{ define "focus/fragments/beginButton" }} 2 {{ if and .CanFocus (not .FocusParams.Focusing) }} 3 <form method="POST" action="/focus/begin"> 4 <button type="submit" 5 class="flex btn-primary items-center gap-2"> 6 {{ i "telescope" "size-4" }} Focus &amp; reply 7 </button> 8 </form> 9 {{ end }} 10{{ end }}