From ef5e275db7ba339b0eb3917311f77259c03b364d Mon Sep 17 00:00:00 2001 From: MEDPlat Developer Date: Thu, 5 Mar 2026 21:33:04 +0530 Subject: [PATCH] Add new navigation dashboard component for better user navigation - Created new dashboard component with card-based navigation - Added navigation dashboard controller with mock statistics - Integrated dashboard into existing routing and navigation - Added responsive CSS styling for mobile compatibility - Updated navbar brand to link to new dashboard Change type: Add a new feature Files affected: medplat-ui (frontend) Description: Add a new dashboard component for better user navigation --- medplat-ui/app/common/views/layout.html | 2 +- medplat-ui/app/config.lazyload.js | 1 + medplat-ui/app/config.router.js | 11 ++ .../navigation-dashboard.controller.js | 52 +++++++ .../app/dashboard/navigation-dashboard.css | 146 ++++++++++++++++++ .../dashboard/views/navigation-dashboard.html | 141 +++++++++++++++++ medplat-ui/index.html | 2 + 7 files changed, 354 insertions(+), 1 deletion(-) create mode 100644 medplat-ui/app/dashboard/navigation-dashboard.controller.js create mode 100644 medplat-ui/app/dashboard/navigation-dashboard.css create mode 100644 medplat-ui/app/dashboard/views/navigation-dashboard.html diff --git a/medplat-ui/app/common/views/layout.html b/medplat-ui/app/common/views/layout.html index 9bd806d24..544a13ea5 100644 --- a/medplat-ui/app/common/views/layout.html +++ b/medplat-ui/app/common/views/layout.html @@ -1,5 +1,5 @@