How to update livewire components on record save?

Hey there im facing a 419 error issue when i try and login

Ignore ImportColumn
Only arrays and Traversables can be unpacked, null given when use

callInfolistAction() returns getInfolist() on null while testing a Infolist Action
CreateApiTokenAction
) that generates an API token for a user.
In the UI everything works as expected—clicking the action creates the token and shows a success notification.
...Line breaks in TextEntry

disable wizard next button
Filament display images
Unable to perform Relation manager table row actions
Refresh table on tab change
Spatie Media Library blurred image preview
^3.2
. Along with it I've updated "filament/spatie-laravel-media-library-plugin": "^3.2"
. My theme compiles correctly and everything else worked like a charm.
My issue: The uploaded image/s are blurred, or the entire preview is cut out. The bug where the whole preview is cut out appears when I reload the page, visit some other tabs and then open the images tab....
How to pass current record when using `Infolists\Components\Livewire`
Infolists\Components\Livewire::make()
, how do I pass the current record to the Livewire component?Why is the navigation position not moving to top?
protected static SubNavigationPosition $subNavigationPosition = SubNavigationPosition::Top;
Added this code to the Admin Settings Cluster.
Am I missing something?...
Is there a problem with the last release on TextColumn ?
Filament\Tables\Columns\Column::hasRelationship(): Argument #1 ($record) must be of type Illuminate\Database\Eloquent\Model, null given,
```php
Tables\Columns\TextColumn::make('site_web')
->formatStateUsing(fn () => 'Site Web')...On domain (host) "/admin" returns 304

Created a Settings cluster now I get Route [filament.manage.settings] not defined.
filament.manage.settings
I need help as to what is causing this issue....
Page Titles for the different Resource Pages
View {Resource Title} - {App Name}
or Edit {Resource Title} - {App Name}
. Is there a way to customize that?Paste from clipboard in FileUpload component
SpatieMediaLibraryFileUpload is ignoring relationship
Section
inside my form that has a defined ->relationship('profile')
. Inside this section I have an Action
modal to upload a photo to the UserProfile
model. My problem is that SpatieMediaLibraryFileUpload
seems to ignore the relationship and always tries to save the file to the parent User
model which then fails. How can I fix that?Is there an easy way to make the sidebar 'mobile' faster (1200px for example)