Add bokshorn-it/filament-activity-timeline package for enhanced audit logging functionality. Update README to reflect new key package and improve localization for audit-related terms. Remove deprecated ActivityLogResource and related pages, integrating activity timeline features into existing resources. Update models to implement ProvidesActivityTitle for better activity tracking.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Filament\Resources\Shifts\Pages;
|
||||
|
||||
use App\Filament\Resources\Shifts\ShiftResource;
|
||||
use BokshornIt\FilamentActivityTimeline\Actions\ActivityTimelineAction;
|
||||
use Filament\Actions\EditAction;
|
||||
use Filament\Resources\Pages\ViewRecord;
|
||||
|
||||
@@ -13,6 +14,7 @@ class ViewShift extends ViewRecord
|
||||
protected function getHeaderActions(): array
|
||||
{
|
||||
return [
|
||||
ActivityTimelineAction::make(),
|
||||
EditAction::make(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user