From 64d948e49f225597c4281daed954ccf4b3e72441 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Thu, 10 Apr 2025 01:09:44 +0000 Subject: [PATCH] Fix broken back button on dashboard page by replacing it with navigation buttons for users, groups, and computers. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/3a4b6aa9-2de4-44cc-933c-5de0d380f123.jpg --- client/src/pages/dashboard-page.tsx | 38 ++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/client/src/pages/dashboard-page.tsx b/client/src/pages/dashboard-page.tsx index 0ae43d8..de63b4d 100644 --- a/client/src/pages/dashboard-page.tsx +++ b/client/src/pages/dashboard-page.tsx @@ -378,15 +378,35 @@ export default function DashboardPage() {