[PR #1215] [CLOSED] Add option to change server icon #1254

Closed
opened 2026-02-04 19:30:33 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1215
Author: @privt00
Created: 4/4/2025
Status: Closed

Base: mainHead: feat/option-to-use-server-icons-for-servers


📝 Commits (3)

  • ae21fd2 Add option to change server icon
  • 1ea38fa Pint
  • 00e2766 Update app/Http/Requests/Api/Client/Servers/Settings/AvatarServerRequest.php

📊 Changes

13 files changed (+165 additions, -1 deletions)

View changed files

📝 app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php (+8 -0)
📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+9 -0)
📝 app/Filament/Server/Pages/Settings.php (+47 -0)
📝 app/Filament/Server/Resources/UserResource.php (+2 -0)
📝 app/Filament/Server/Resources/UserResource/Pages/ListUsers.php (+3 -0)
📝 app/Http/Controllers/Api/Client/Servers/SettingsController.php (+23 -0)
app/Http/Requests/Api/Client/Servers/Settings/AvatarServerRequest.php (+31 -0)
📝 app/Models/Permission.php (+2 -0)
📝 app/Models/Server.php (+9 -1)
database/migrations/2025_04_03_212128_add_avatar_column_servers.php (+28 -0)
📝 lang/en/activity.php (+1 -0)
📝 lang/en/server/users.php (+1 -0)
📝 routes/api-client.php (+1 -0)

📄 Description

{EC3959EE-588E-498A-98B9-456BF17987F0}
grafik
grafik


🔄 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/1215 **Author:** [@privt00](https://github.com/privt00) **Created:** 4/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/option-to-use-server-icons-for-servers` --- ### 📝 Commits (3) - [`ae21fd2`](https://github.com/pelican-dev/panel/commit/ae21fd2be340e7575f66f09f0450463a4732b7db) Add option to change server icon - [`1ea38fa`](https://github.com/pelican-dev/panel/commit/1ea38fa678dbd0d48d7805cb6f245449909394dc) Pint - [`00e2766`](https://github.com/pelican-dev/panel/commit/00e2766299e09f9cf0b34ed33b2e6d7e052bb288) Update app/Http/Requests/Api/Client/Servers/Settings/AvatarServerRequest.php ### 📊 Changes **13 files changed** (+165 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php` (+8 -0) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+9 -0) 📝 `app/Filament/Server/Pages/Settings.php` (+47 -0) 📝 `app/Filament/Server/Resources/UserResource.php` (+2 -0) 📝 `app/Filament/Server/Resources/UserResource/Pages/ListUsers.php` (+3 -0) 📝 `app/Http/Controllers/Api/Client/Servers/SettingsController.php` (+23 -0) ➕ `app/Http/Requests/Api/Client/Servers/Settings/AvatarServerRequest.php` (+31 -0) 📝 `app/Models/Permission.php` (+2 -0) 📝 `app/Models/Server.php` (+9 -1) ➕ `database/migrations/2025_04_03_212128_add_avatar_column_servers.php` (+28 -0) 📝 `lang/en/activity.php` (+1 -0) 📝 `lang/en/server/users.php` (+1 -0) 📝 `routes/api-client.php` (+1 -0) </details> ### 📄 Description ![{EC3959EE-588E-498A-98B9-456BF17987F0}](https://github.com/user-attachments/assets/fc0ad5df-42d7-4e13-8dc9-9b9c1c23c57d) ![grafik](https://github.com/user-attachments/assets/3e7877ec-3c0a-43cf-a765-444c19d4fbe0) ![grafik](https://github.com/user-attachments/assets/f0ac70e1-e557-4658-8220-f92d579a4f63) --- <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-04 19:30:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1254