From 26f8d24b89033bf77ac9a56a38a380b40311460c Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sun, 22 Feb 2026 01:33:00 +0800 Subject: [PATCH] feat: wrap main content with TooltipProvider for enhanced tooltip functionality --- src/routes/__root.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index c22f695..24f345d 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -2,6 +2,7 @@ import { Link, Outlet, createRootRoute, useNavigate } from '@tanstack/react-rout import { TanStackRouterDevtools } from '@tanstack/react-router-devtools' import { Toaster } from '@/components/ui/sonner' import { AuthProvider } from '@/pages/auth' +import { TooltipProvider } from '@/components/ui/tooltip' export const Route = createRootRoute({ component: RootComponent, }) @@ -23,9 +24,11 @@ function RootComponent() {
-
- -
+ +
+ +
+