mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add top bar
This commit is contained in:
parent
cefe326fba
commit
8d8dd3d28d
1 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,15 @@ import { useEffect, useState } from 'react'
|
|||
import { Analytics, AnalyticsBrowser } from '@segment/analytics-next'
|
||||
import { segmentApiKey } from '../lib/appConfig'
|
||||
import { TooltipProvider } from '../components/elements/Tooltip'
|
||||
import TopBarProgress from "react-topbar-progress-indicator";
|
||||
|
||||
TopBarProgress.config({
|
||||
barColors: {
|
||||
"0": '#FFD234',
|
||||
"1.0": '#FFD234',
|
||||
},
|
||||
shadowBlur: 0
|
||||
});
|
||||
|
||||
function OmnivoreApp({ Component, pageProps }: AppProps): JSX.Element {
|
||||
const router = useRouter()
|
||||
|
|
|
|||
Loading…
Reference in a new issue