From 1cee55b8ac6b5f72ccd3d8f03a288b65c5f91d18 Mon Sep 17 00:00:00 2001 From: gearnode Date: Wed, 19 Feb 2025 14:50:47 +0100 Subject: [PATCH] Style Signed-off-by: gearnode --- .../src/pages/FrameworkOverviewPage.tsx | 92 ++++++++++++------- 1 file changed, 59 insertions(+), 33 deletions(-) diff --git a/apps/console/src/pages/FrameworkOverviewPage.tsx b/apps/console/src/pages/FrameworkOverviewPage.tsx index d22f18aef..b2c1d6767 100644 --- a/apps/console/src/pages/FrameworkOverviewPage.tsx +++ b/apps/console/src/pages/FrameworkOverviewPage.tsx @@ -80,7 +80,7 @@ function FrameworkOverviewPageContent({ ).length; return ( -
+

{framework.name}

@@ -88,25 +88,48 @@ function FrameworkOverviewPageContent({

-
-
-
- - Frame 153 -
-
+
+
+

Timeline

+
- 12 hours left + 12 hours left
-
-

Preparation phase

- -
- Preparation - Observation period: 3 month - Audit: 6-9 days - Report: 10-14 days +
+

Preparation phase

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Preparation +
+
+ Observation period: 3 month +
+
+ Audit: 6-9 days +
+
+ Report: 10-14 days +
+
@@ -118,36 +141,39 @@ function FrameworkOverviewPageContent({
-
+
{controlCards.map((card, index) => ( - - - - - {card.title} - +
+
+
+ + {card.title} +
U - - -
+
+
+
{Array(card.total) .fill(0) .map((_, i) => (
))}
-

+ {card.completed}/{card.total} Controls validated -

- - + +
+
))}