Monorepo for Tangled
0

Configure Feed

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

appview/pages: replace fork icon with spinner when clicked

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

oppiliappan (Jul 20, 2026, 8:50 PM +0100) 6d78fffa ebbd7e8d

+2 -2
+2 -2
appview/pages/templates/layouts/repobase.html
··· 123 123 hx-boost="true" 124 124 href="/{{ .RepoInfo.FullName }}/fork" 125 125 > 126 - {{ i "git-fork" "w-4 h-4" }} 127 - Fork 126 + {{ i "git-fork" "w-4 h-4 inline group-[.htmx-request]:hidden" }} 128 127 {{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }} 128 + Fork 129 129 </a> 130 130 <a 131 131 href="/{{ .RepoInfo.FullName }}/forks"