mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #2015] [CLOSED] Feat(activity-log): Add event-based icons to activity log entries #1708
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/2015
Author: @killerbite95
Created: 12/18/2025
Status: ❌ Closed
Base:
main← Head:fix/activity-log-icons📝 Commits (1)
470e87bfeat(activity-log): Add event-based icons to activity log entries📊 Changes
1 file changed (+61 additions, -2 deletions)
View changed files
📝
app/Models/ActivityLog.php(+61 -2)📄 Description
Activity log icons now show the event type (backup, database, files, etc.) instead of just the actor type (user/system/api).
Adds an EVENT_ICON_MAP with mappings for common event groups, falling back to actor-based icons for unmapped events.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.