From 4bb76ae5f77fc99716eb4175e0eb4e83f25ff9d8 Mon Sep 17 00:00:00 2001 From: ghaddaditw <40211818-ghaddaditw@users.noreply.replit.com> Date: Sun, 8 Jun 2025 07:22:17 +0000 Subject: [PATCH] Add guided tour feature to help users navigate the application easily Implements guided tours using `useTourManager` and adds `data-tour` attributes to Sidebar and DashboardPage components. Replit-Commit-Author: Agent Replit-Commit-Session-Id: c5f0c281-8dd8-4846-b452-4a07bcd21062 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/47ecb46e-13fc-4ae3-8146-3786e1ce2a8b.jpg --- client/src/components/layout/Sidebar.tsx | 3 ++- client/src/pages/DashboardPage.tsx | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/client/src/components/layout/Sidebar.tsx b/client/src/components/layout/Sidebar.tsx index c5dbd05..29cf674 100644 --- a/client/src/components/layout/Sidebar.tsx +++ b/client/src/components/layout/Sidebar.tsx @@ -121,7 +121,7 @@ export default function Sidebar({ className }: SidebarProps) { }; return ( -