feat(113): Platform Ops Runbooks — UX Polish (Filament-native, system theme, live scope) #137

Merged
ahmido merged 11 commits from 113-platform-ops-runbooks into dev 2026-02-27 01:11:26 +00:00
Showing only changes of commit cf6e2b1f6a - Show all commits

View File

@ -54,10 +54,10 @@ public function panel(Panel $panel): Panel
'ensure-correct-guard:platform', 'ensure-correct-guard:platform',
DisableBladeIconComponents::class, DisableBladeIconComponents::class,
DispatchServingFilamentEvent::class, DispatchServingFilamentEvent::class,
], isPersistent: true) ])
->authMiddleware([ ->authMiddleware([
Authenticate::class, Authenticate::class,
'ensure-platform-capability:'.PlatformCapabilities::ACCESS_SYSTEM_PANEL, 'ensure-platform-capability:'.PlatformCapabilities::ACCESS_SYSTEM_PANEL,
], isPersistent: true); ]);
} }
} }