From 30cf7ce1dce4a8037186ce16a523f52f539f8f10 Mon Sep 17 00:00:00 2001 From: desartstudio95 Date: Thu, 7 May 2026 13:38:56 +0200 Subject: [PATCH] feat: Add "New Scan" button to AnalysisView Introduces a "New Scan" button that triggers the reset functionality in the AnalysisView. This allows users to easily start a new analysis without needing to refresh the entire page. --- src/components/AnalysisView.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/AnalysisView.tsx b/src/components/AnalysisView.tsx index ed4aead..3cd138d 100644 --- a/src/components/AnalysisView.tsx +++ b/src/components/AnalysisView.tsx @@ -236,6 +236,13 @@ export const AnalysisView: React.FC<{ userData?: any }> = ({ userData }) => {
+