Skip to content

Commit cd2b8fc

Browse files
committed
refactor: modernize timeline view, css, and localization
- Refactor ActivityLogTimelineTableAction for better null handling and strict typing - Update ActivitiesRelationManager to include causer activities - Modernize timeline.blade.php: - Replace all Tailwind classes with custom CSS - Use x-heroicon components for better alignment - Implement full localization for empty states and changes - Refactor filament-activity-log.css: - Remove comments and organize structure - Implement dynamic theme colors using Filament CSS variables - Add missing localization keys (old, new, empty_state) to all languages
1 parent d18685a commit cd2b8fc

File tree

12 files changed

+796
-112
lines changed

12 files changed

+796
-112
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ public function panel(Panel $panel): Panel
9696
php artisan vendor:publish --tag="filament-activity-log-config"
9797
```
9898

99+
### Step 4: Publish Assets (Optional)
100+
101+
If you need to customize the CSS or other assets:
102+
103+
```bash
104+
php artisan vendor:publish --tag="filament-activity-log-styles"
105+
```
106+
99107
---
100108

101109
## 🎯 Quick Start

0 commit comments

Comments
 (0)