Skip to content

Commit 70ebfc9

Browse files
committed
Merge branch 'main' of https://github.com/jordanlesich/nouns-builder into fixTag
2 parents bb852aa + 6c7ba07 commit 70ebfc9

File tree

3 files changed

+104
-38
lines changed

3 files changed

+104
-38
lines changed

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"lodash": "^4.17.21",
5252
"multiformats": "9.9.0",
5353
"next": "^13.0.3",
54+
"nextjs-progressbar": "^0.0.16",
5455
"raw-loader": "^4.0.2",
5556
"react": "^18.2.0",
5657
"react-content-loader": "^6.0.2",

apps/web/src/pages/_app.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import '@zoralabs/zord/index.css'
77
import { VercelAnalytics } from 'analytics'
88
import type { NextPage } from 'next'
99
import type { AppProps } from 'next/app'
10+
import NextNProgress from 'nextjs-progressbar'
1011
import type { ReactElement, ReactNode } from 'react'
1112
import { SWRConfig } from 'swr'
1213
import { WagmiConfig } from 'wagmi'
@@ -34,6 +35,14 @@ function App({ Component, pageProps, err }: AppPropsWithLayout) {
3435
<WagmiConfig client={client}>
3536
<RainbowKitProvider chains={chains} appInfo={{ disclaimer: Disclaimer }}>
3637
<SWRConfig value={{ fallback }}>
38+
<NextNProgress
39+
color={'#008BFF'}
40+
startPosition={0.125}
41+
stopDelayMs={200}
42+
height={2}
43+
showOnShallow={false}
44+
options={{ showSpinner: false }}
45+
/>
3746
{getLayout(<Component {...pageProps} err={err} />)}
3847
</SWRConfig>
3948
<NetworkController.Mainnet>

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)