From 6d78fffa9e429ff5a693fb0c275cd5cc2f84755d Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 20 Jul 2026 17:32:46 +0100 Subject: [PATCH] appview/pages: replace fork icon with spinner when clicked Signed-off-by: oppiliappan --- appview/pages/templates/layouts/repobase.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appview/pages/templates/layouts/repobase.html b/appview/pages/templates/layouts/repobase.html index be40e4a4..82f0bd03 100644 --- a/appview/pages/templates/layouts/repobase.html +++ b/appview/pages/templates/layouts/repobase.html @@ -123,9 +123,9 @@ hx-boost="true" href="/{{ .RepoInfo.FullName }}/fork" > - {{ i "git-fork" "w-4 h-4" }} - Fork + {{ i "git-fork" "w-4 h-4 inline group-[.htmx-request]:hidden" }} {{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }} + Fork