feat: enable SPA mode in AdminPanelProvider for improved navigation
This commit is contained in:
parent
b12e20f49a
commit
51614c8454
@ -133,6 +133,7 @@ public function panel(Panel $panel): Panel
|
|||||||
->breadcrumbs(false)
|
->breadcrumbs(false)
|
||||||
->globalSearch(false)
|
->globalSearch(false)
|
||||||
->defaultAvatarProvider(FacehashProvider::class)
|
->defaultAvatarProvider(FacehashProvider::class)
|
||||||
->maxContentWidth(Width::Full);
|
->maxContentWidth(Width::Full)
|
||||||
|
->spa();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user