mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1873] [CLOSED] Replaced UI Avatars #1626
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/1873
Author: @JoanFo1456
Created: 11/9/2025
Status: ❌ Closed
Base:
main← Head:avatarProvider📝 Commits (10+)
0476b84Now we don't use external thingsa9b3acaCopilot, why are you sometimes rightf995f56Merge branch 'pelican-dev:main' into avatarProvider58becfeDid some thingsc3781dbMerge branch 'avatarProvider' of https://github.com/JoanFo1456/panel into avatarProvider2f893cfRemoved some AI Slop vol 1a5f4de4Pint636560ePint v21a6b339Merge branch 'pelican-dev:main' into avatarProvider3a83ddfRabbit suggestions📊 Changes
5 files changed (+152 additions, -10 deletions)
View changed files
➕
app/Extensions/Avatar/Schemas/Local/LocalAvatarProvider.php(+120 -0)➕
app/Extensions/Avatar/Schemas/Local/LocalAvatarSchema.php(+26 -0)📝
app/Extensions/Avatar/Schemas/UiAvatarsSchema.php(+2 -8)📝
app/Providers/Extensions/AvatarServiceProvider.php(+2 -2)📝
app/Providers/Filament/PanelProvider.php(+2 -0)📄 Description
Filament depends on an external service to make server images and user ones, this pr wants to make the panel able to make the same icons but locally, to avoid more problems like not showing an image at all.
(If you see some useless commits that I could do at once, my Git is on some substance)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.