Redesign trust center console

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-10-28 13:44:41 +01:00
parent abeaaec734
commit 1f0a5dff5c
39 changed files with 2308 additions and 2423 deletions

View File

@@ -20,7 +20,14 @@ export const trustCenterRoutes = [
index: true,
fallback: LinkCardSkeleton,
Component: lazy(
() => import("/pages/organizations/trustCenter/TrustCenterAuditsTab")
() => import("/pages/organizations/trustCenter/TrustCenterOverviewTab")
),
},
{
path: "trust-by",
fallback: LinkCardSkeleton,
Component: lazy(
() => import("/pages/organizations/trustCenter/TrustCenterReferencesTab")
),
},
{
@@ -30,13 +37,6 @@ export const trustCenterRoutes = [
() => import("/pages/organizations/trustCenter/TrustCenterAuditsTab")
),
},
{
path: "vendors",
fallback: LinkCardSkeleton,
Component: lazy(
() => import("/pages/organizations/trustCenter/TrustCenterVendorsTab")
),
},
{
path: "documents",
fallback: LinkCardSkeleton,
@@ -51,6 +51,13 @@ export const trustCenterRoutes = [
() => import("/pages/organizations/trustCenter/TrustCenterFilesTab")
),
},
{
path: "vendors",
fallback: LinkCardSkeleton,
Component: lazy(
() => import("/pages/organizations/trustCenter/TrustCenterVendorsTab")
),
},
{
path: "access",
fallback: LinkCardSkeleton,