chore: app dir improvement (#4750)
* chore: remove constants package. * fix: useRouter import in editor. * chore: improve `peekCycle` and `peekModule` logic. * style: update app progress bar color.
This commit is contained in:
parent
a88f2e3cba
commit
7ac07b7b73
14 changed files with 10 additions and 394 deletions
|
|
@ -29,7 +29,7 @@ export const AppProvider: FC<IAppProvider> = (props) => {
|
|||
const { resolvedTheme } = useTheme();
|
||||
return (
|
||||
<>
|
||||
<AppProgressBar height="4px" color="#fffd00" options={{ showSpinner: false }} shallowRouting />
|
||||
<AppProgressBar height="4px" color="#3F76FF" options={{ showSpinner: false }} shallowRouting />
|
||||
<Toast theme={resolveGeneralTheme(resolvedTheme)} />
|
||||
<StoreProvider>
|
||||
<ThemeProvider themes={["light", "dark", "light-contrast", "dark-contrast", "custom"]} defaultTheme="system">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue