2.x - console (wip)

This commit is contained in:
Saeed Vaziry
2024-10-02 23:46:53 +02:00
parent 906ddc38de
commit 63e7cfd8f7
9 changed files with 181 additions and 9 deletions

View File

@ -97,8 +97,8 @@ public function panel(Panel $panel): Panel
->authMiddleware([
Authenticate::class,
])
->login()
->spa()
->login()
->globalSearchKeyBindings(['command+k', 'ctrl+k'])
->sidebarCollapsibleOnDesktop()
->globalSearchFieldKeyBindingSuffix();