From f79e61215a92a46a7483a3c6c38e2cd92de301bc Mon Sep 17 00:00:00 2001 From: gearnode Date: Thu, 20 Feb 2025 10:29:31 +0100 Subject: [PATCH] Update framework list style Signed-off-by: gearnode --- apps/console/src/pages/FrameworkListPage.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/console/src/pages/FrameworkListPage.tsx b/apps/console/src/pages/FrameworkListPage.tsx index a8ade05ff..483eeec37 100644 --- a/apps/console/src/pages/FrameworkListPage.tsx +++ b/apps/console/src/pages/FrameworkListPage.tsx @@ -9,6 +9,10 @@ import { Card, CardContent } from "@/components/ui/card"; import { Link } from "react-router"; import type { FrameworkListPageQuery as FrameworkListPageQueryType } from "./__generated__/FrameworkListPageQuery.graphql"; import { Helmet } from "react-helmet-async"; +import { Button } from "@/components/ui/button"; +import { Badge } from "@/components/ui/badge"; +import { ChevronRight } from "lucide-react"; +import { Shield } from "lucide-react"; const FrameworkListPageQuery = graphql` query FrameworkListPageQuery { @@ -90,9 +94,12 @@ function FrameworkListPageContent({ data.node.frameworks?.edges.map((edge) => edge?.node) ?? []; return ( -
-
-

Framework

+
+
+

Framework

+

+ Track and manage your compliance frameworks and their controls. +

@@ -133,10 +140,10 @@ function FrameworkListPageContent({ function FrameworkListPageFallback() { return ( -
-
+
+
-
+
{[1, 2].map((i) => (