This repository has no description
0

Configure Feed

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

core / appview / pages / templates / focus / fragments / beginButton.html
335 B 10 lines
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 }}