[PR #2015] [CLOSED] Feat(activity-log): Add event-based icons to activity log entries #1708

Closed
opened 2026-02-05 18:22:17 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2015
Author: @killerbite95
Created: 12/18/2025
Status: Closed

Base: mainHead: fix/activity-log-icons


📝 Commits (1)

  • 470e87b feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/2015 **Author:** [@killerbite95](https://github.com/killerbite95) **Created:** 12/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/activity-log-icons` --- ### 📝 Commits (1) - [`470e87b`](https://github.com/pelican-dev/panel/commit/470e87bd4db6e076ae7b757ef66119318a7c4fdf) feat(activity-log): Add event-based icons to activity log entries ### 📊 Changes **1 file changed** (+61 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/ActivityLog.php` (+61 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:22:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1708