feat(ui): add findings grouped view (#10425)

Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Co-authored-by: Alan Buscaglia <gentlemanprogramming@gmail.com>
This commit is contained in:
Alejandro Bailo
2026-03-30 14:17:36 +02:00
committed by GitHub
parent 3b875484b0
commit 50556df713
84 changed files with 5306 additions and 808 deletions
@@ -11,7 +11,7 @@ import {
SelectTrigger,
SelectValue,
} from "@/components/shadcn/select/select";
import { TreeSpinner } from "@/components/shadcn/tree-view/tree-spinner";
import { Spinner } from "@/components/shadcn/spinner/spinner";
import { TreeStatusIcon } from "@/components/shadcn/tree-view/tree-status-icon";
import { ToastAction, useToast } from "@/components/ui";
import { useProviderWizardStore } from "@/store/provider-wizard/store";
@@ -111,7 +111,7 @@ export function LaunchStep({
return (
<div className="flex min-h-[320px] items-center justify-center">
<div className="flex items-center gap-3 py-2">
<TreeSpinner className="size-6" />
<Spinner className="size-6" />
<p className="text-sm font-medium">Launching scans...</p>
</div>
</div>