From 8471b601067f89347e2d0199e6c85ed593cd3eee Mon Sep 17 00:00:00 2001 From: Dru-429 Date: Fri, 26 Jun 2026 02:02:34 +0530 Subject: [PATCH 1/3] Added link between fix page --- frontend/src/app/pages/findings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/pages/findings.tsx b/frontend/src/app/pages/findings.tsx index b0467a9..708d75f 100644 --- a/frontend/src/app/pages/findings.tsx +++ b/frontend/src/app/pages/findings.tsx @@ -447,7 +447,7 @@ export function Findings() { {selectedFindings.size !== 1 ? "s" : ""} selected
- +
- + + +
+ + + ); + } + + const filesAffectedCount = new Set(mappedFixes.flatMap(f => f.file)).size; + return (
@@ -74,20 +311,20 @@ export function Fix() { Fix Summary - 2 findings with available automated fixes + {mappedFixes.length} findings with available automated fixes
-
2
+
{mappedFixes.length}
Proposed Fixes
-
3
+
{filesAffectedCount}
Files Affected
-
~20m
+
~{mappedFixes.length * 5}m
Est. Time
@@ -100,7 +337,7 @@ export function Fix() { {/* Fix Cards */}
- {fixes.map((fix) => ( + {mappedFixes.map((fix) => (
@@ -147,9 +384,7 @@ export function Fix() {
- - - + -
@@ -178,15 +413,13 @@ export function Fix() {
- - - - +