Skip to content

Commit 716e8b3

Browse files
authored
Merge pull request #2735 from VivekKavala/feat/top-loading-progress-bar
feat: Add top-loading progress bar
2 parents caf0aa6 + e993955 commit 716e8b3

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

apps/dokploy/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@
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",
@@ -155,6 +155,7 @@
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
},

apps/dokploy/pages/_app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Head from "next/head";
77
import Script from "next/script";
88
import { appWithTranslation } from "next-i18next";
99
import { ThemeProvider } from "next-themes";
10+
import NextTopLoader from "nextjs-toploader";
1011
import type { ReactElement, ReactNode } from "react";
1112
import { SearchCommand } from "@/components/dashboard/search-command";
1213
import { 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} />)}

pnpm-lock.yaml

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)