From cdc0c3cc784ab1b2ab3f1876d32f51d849744bf2 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 23 Dec 2024 23:46:41 -0500 Subject: [PATCH] Update navigation for new app --- dashboard/src/App.jsx | 16 ++++++++----- .../src/components/dashboard/Navigation.jsx | 24 +++++-------------- 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/dashboard/src/App.jsx b/dashboard/src/App.jsx index 9834078..c2b2d8d 100644 --- a/dashboard/src/App.jsx +++ b/dashboard/src/App.jsx @@ -91,27 +91,31 @@ const DashboardLayout = () => {
- +
+ +
-
+
-
+
-
+
-
+
- +
+ +
diff --git a/dashboard/src/components/dashboard/Navigation.jsx b/dashboard/src/components/dashboard/Navigation.jsx index 2e3015f..e5820f8 100644 --- a/dashboard/src/components/dashboard/Navigation.jsx +++ b/dashboard/src/components/dashboard/Navigation.jsx @@ -20,25 +20,13 @@ const Navigation = () => { const baseSections = [ { id: "stats", label: "Statistics" }, { - id: "realtime", - label: "Realtime", - responsiveIds: ["realtime-lg", "realtime-md"], - order: { md: 2, default: 1 }, + id: "feed", + label: "Event Feed", + responsiveIds: ["feed-xl", "feed-lg"], }, - { - id: "products", - label: "Top Products", - responsiveIds: ["products-lg", "products-md"], - order: { md: 1, default: 2 }, - }, - { id: "feed", label: "Activity Feed" }, - { id: "sales", label: "Sales Metrics" }, - { id: "campaigns", label: "Campaigns" }, - { id: "meta", label: "Meta Ads" }, - { id: "analytics", label: "Analytics" }, - { id: "behavior", label: "User Behavior" }, - { id: "gorgias", label: "Customer Service" }, - { id: "calls", label: "Calls" }, + { id: "products", label: "Top Products" }, + { id: "sales", label: "Sales Chart" }, + { id: "calls", label: "Aircall" }, ]; const sortSections = (sections) => {