From 078e687e86af388dc0d70fd40204703e0de5ea94 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Fri, 24 Apr 2026 17:53:24 +0200 Subject: [PATCH] style: improve verification button state --- components/upload/ActionButtons.tsx | 31 +++++++++++++++++++---------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/components/upload/ActionButtons.tsx b/components/upload/ActionButtons.tsx index 3accbde..fed04be 100644 --- a/components/upload/ActionButtons.tsx +++ b/components/upload/ActionButtons.tsx @@ -1,3 +1,5 @@ +import { SpinnerIcon } from '@/components/ui/icons' + interface ActionButtonsProps { isUploading: boolean isChecking: boolean @@ -41,17 +43,24 @@ export default function ActionButtons({ )} - {isBusy && ( - - )} + {isBusy && ( + + )} {(allDone || hasErrors) && !isBusy && (