F
Filamentβ€’3mo ago
S.V Gubadov

I update my filament 3 project ( composer update ) and after my panel design not working correctly.

How can i fix it ?
No description
7 Replies
S.V Gubadov
S.V GubadovOPβ€’3mo ago
But mobiel devices working correctly
Matthew
Matthewβ€’3mo ago
Maybe:
public function panel(Panel $panel): Panel
{
return $panel
// ...
->maxContentWidth(MaxWidth::Full);
}
public function panel(Panel $panel): Panel
{
return $panel
// ...
->maxContentWidth(MaxWidth::Full);
}
Kenneth Sese
Kenneth Seseβ€’3mo ago
Are you using any plugins? Specifically are you using my plugin AdvancedTables? If so please I released a version this afternoon that addresses this. Also be sure to npm run build and php artisan filament:upgrade
S.V Gubadov
S.V GubadovOPβ€’2mo ago
"php": "^8.2", "arbermustafa/filament-locationpickr-field": "^2.0.0", "bezhansalleh/filament-shield": "^3.2", "cheesegrits/filament-google-maps": "^3.0", "filament/actions": "^3.2", "filament/filament": "^3.2", "filament/forms": "^3.2", "filament/notifications": "^3.2", "flowframe/laravel-trend": "^0.2.0", "kreait/firebase-php": "^7.10", "laravel-notification-channels/telegram": "^5.0", "laravel/framework": "^11.0", "laravel/sanctum": "^4.0", "laravel/tinker": "^2.9", "matanyadaev/laravel-eloquent-spatial": "^4.2", "opcodesio/log-viewer": "^3.11", "psr/simple-cache": "^2.0", "pusher/pusher-php-server": "^7.2", "pxlrbt/filament-excel": "^2.3", "spatie/laravel-backup": "^8.8", "spatie/laravel-ignition": "^2.6", "twilio/sdk": "^8.0", "tymon/jwt-auth": "^2.1" the problem come back again πŸ˜” i run this comman coposer update and the view is dead ((
toeknee
toekneeβ€’2mo ago
Do you have a custom theme? You are probably loading th ebae, utilities etc after the filament defaults are loaded
S.V Gubadov
S.V GubadovOPβ€’2mo ago
resources/app.css @tailwind base; @tailwind components; @tailwind utilities; @tailwind variants; ------ resources/css/filament/admin/theme.css @import '/vendor/filament/filament/resources/css/theme.css'; @config 'tailwind.config.js'; @tailwind base; @tailwind components; @tailwind utilities; I use only tailwind and Filament. after run composer update and npm install command the page dead
LeandroFerreira
LeandroFerreiraβ€’2mo ago
remove this
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind base;
@tailwind components;
@tailwind utilities;
Want results from more Discord servers?
Add your server