mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1848] [MERGED] Add border-radius to activity log avatars #1609
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/1848
Author: @Copilot
Created: 10/29/2025
Status: ✅ Merged
Merged: 11/2/2025
Merged by: @notAreYouScared
Base:
main← Head:copilot/fix-avatar-image-border-radius📝 Commits (2)
ddc125eInitial plana6ead42Add border-radius to avatar images in activity log📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/Models/ActivityLog.php(+1 -1)📄 Description
Activity log avatars were rendered as squares instead of circles, inconsistent with avatar styling elsewhere in the application (e.g., UserResource tables using
->circular()).Changes
Added
border-radius: 50%;to avatar inline styles inActivityLog::htmlable():File:
app/Models/ActivityLog.php:188Before/After
Avatars are now circular, matching the application's avatar treatment elsewhere.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.