filament-activity-log icon indicating copy to clipboard operation
filament-activity-log copied to clipboard

Spatie activity log integration into Filament

Results 11 filament-activity-log issues
Sort by recently updated
recently updated
newest added

HI, would be great if it can display custom events, the this in `spatie/laravel-activitylog` doc ```php activity() ->performedOn($anEloquentModel) ->causedBy($user) ->withProperties(['customProperty' => 'customValue']) ->log('Look mum, I logged something'); ```

I encountered the error "Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization" while using Filament v3.0-stable and PHP 8.1.

Hi, thanks for the hardwork. I am currently using this plugin on Filament V.3 I realized that the related model attributes is not showing on the view. ![image](https://github.com/pxlrbt/filament-activity-log/assets/77451095/615fee1a-6a05-47fd-87db-40943243578f) The setup...

Foreign IDs are display as an ID. Ideally we'd be able to specify how these fields are displayed using data from the related table: ![image](https://github.com/pxlrbt/filament-activity-log/assets/30116257/747e7fa2-12c9-461a-83d1-49e3b54199af)

Column data text overflow. ![image](https://github.com/pxlrbt/filament-activity-log/assets/18107626/39929c70-03ae-4b01-b615-e6a6e9b3fb9e)

Callback to map values `formatState()` or similar for display.

enhancement

When I click on one of the pagination links, the request is sent, but the page and url do not change