- Rewrote runbooks.blade.php and view-run.blade.php using <x-filament::section> instead of raw Tailwind div cards (cards now render correctly) - Created resources/css/filament/system/theme.css and registered viteTheme() on SystemPanelProvider — fixes missing Tailwind utilities in system panel - Added ->live() to scope Radio field so Single tenant selector appears immediately - Extended spec.md with US4 (UX Polish), FR-010–FR-014 - Extended tasks.md with Phase 7 (T050–T057)
5 lines
191 B
CSS
5 lines
191 B
CSS
@import '../../../../vendor/filament/filament/resources/css/theme.css';
|
|
|
|
@source '../../../../app/Filament/System/**/*';
|
|
@source '../../../../resources/views/filament/system/**/*.blade.php';
|