From 5466544ffd40a2d4a6c4fff81b1ce97b282c86cd Mon Sep 17 00:00:00 2001 From: MoulikaKulkarni Date: Mon, 28 Aug 2023 18:32:34 +0530 Subject: [PATCH 1/2] fix: dashboard,organizations path and schema Signed-off-by: MoulikaKulkarni --- src/app/NavBarSidebar.astro | 17 +- src/app/SideBar.astro | 147 ++++++++++++------ .../Resources/Schema/ViewSchema.tsx | 11 +- src/components/User/UserDashBoard.tsx | 36 ++++- .../organization/OrganizationsList.tsx | 9 +- 5 files changed, 160 insertions(+), 60 deletions(-) diff --git a/src/app/NavBarSidebar.astro b/src/app/NavBarSidebar.astro index 19f7d6eb9..84df40f7d 100644 --- a/src/app/NavBarSidebar.astro +++ b/src/app/NavBarSidebar.astro @@ -410,12 +410,17 @@ import AgentHealth from '../commonComponents/AgentHealth'; View - - + xmlns="http://www.w3.org/2000/svg" + width="22" + height="22" + fill="none" + viewBox="0 0 30 30">  +
- +   + Dashboard @@ -80,14 +80,14 @@ import { pathRoutes } from "../config/pathRoutes"; href={pathRoutes.organizations.root} class="flex items-center p-2 text-base text-gray-900 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700" > - +   + Organizations @@ -97,14 +97,24 @@ import { pathRoutes } from "../config/pathRoutes"; href={pathRoutes.organizations.users} class="flex items-center p-2 text-base text-gray-900 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700" > - +   +   +   +   + Users @@ -181,39 +191,88 @@ import { pathRoutes } from "../config/pathRoutes"; aria-controls="dropdown-credentials" data-collapse-toggle="dropdown-credentials" > - +   + Credentials + + - - + class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg pl-11 group hover:bg-gray-100 dark:text-gray-200 dark:hover:bg-gray-700" + > +   +   +   + + Verification + + + + + +