File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 114114 "i18next" : " ^23.16.8" ,
115115 "input-otp" : " ^1.4.2" ,
116116 "js-cookie" : " ^3.0.5" ,
117- "yaml" : " 2.8.1" ,
118117 "lodash" : " 4.17.21" ,
119118 "lucide-react" : " ^0.469.0" ,
120119 "micromatch" : " 4.0.8" ,
121120 "nanoid" : " 3.3.11" ,
122121 "next" : " ^15.3.2" ,
123122 "next-i18next" : " ^15.4.2" ,
124123 "next-themes" : " ^0.2.1" ,
124+ "nextjs-toploader" : " ^3.9.17" ,
125125 "node-os-utils" : " 2.0.1" ,
126126 "node-pty" : " 1.0.0" ,
127127 "node-schedule" : " 2.1.1" ,
155155 "use-resize-observer" : " 9.1.0" ,
156156 "ws" : " 8.16.0" ,
157157 "xterm-addon-fit" : " ^0.8.0" ,
158+ "yaml" : " 2.8.1" ,
158159 "zod" : " ^3.25.32" ,
159160 "zod-form-data" : " ^2.0.7"
160161 },
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import Head from "next/head";
77import Script from "next/script" ;
88import { appWithTranslation } from "next-i18next" ;
99import { ThemeProvider } from "next-themes" ;
10+ import NextTopLoader from "nextjs-toploader" ;
1011import type { ReactElement , ReactNode } from "react" ;
1112import { SearchCommand } from "@/components/dashboard/search-command" ;
1213import { Toaster } from "@/components/ui/sonner" ;
@@ -57,6 +58,7 @@ const MyApp = ({
5758 disableTransitionOnChange
5859 forcedTheme = { Component . theme }
5960 >
61+ < NextTopLoader color = "hsl(var(--sidebar-ring))" />
6062 < Toaster richColors />
6163 < SearchCommand />
6264 { getLayout ( < Component { ...pageProps } /> ) }
You can’t perform that action at this time.
0 commit comments