mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1849] [MERGED] Add Egg Images #1607
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/1849
Author: @notAreYouScared
Created: 10/29/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/egg-images📝 Commits (10+)
1227c9cPass 1d8d3120I LOVE LAYOUTS!c15f34cim so over it.4991b7dPass 21c99ea0translationsd7b5651more translations6796e40add local ip check, and check file type5938ba8Add image to server grida749dddcss is not fun :/571815fWhoops, need that📊 Changes
22 files changed (+308 additions, -38 deletions)
View changed files
📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+205 -23)📝
app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php(+8 -0)📝
app/Livewire/ServerEntry.php(+12 -0)📝
app/Models/Egg.php(+3 -0)📝
app/Services/Eggs/Sharing/EggExporterService.php(+1 -0)📝
app/Services/Eggs/Sharing/EggImporterService.php(+1 -0)📝
app/Transformers/Api/Application/EggTransformer.php(+1 -0)📝
database/Seeders/eggs/minecraft/egg-bungeecord.yaml(+2 -1)📝
database/Seeders/eggs/minecraft/egg-forge-minecraft.yaml(+2 -1)📝
database/Seeders/eggs/minecraft/egg-paper.yaml(+2 -1)📝
database/Seeders/eggs/minecraft/egg-sponge.yaml(+2 -1)📝
database/Seeders/eggs/minecraft/egg-vanilla-minecraft.yaml(+2 -1)📝
database/Seeders/eggs/rust/egg-rust.yaml(+2 -1)📝
database/Seeders/eggs/source-engine/egg-custom-source-engine-game.yaml(+2 -1)📝
database/Seeders/eggs/source-engine/egg-garrys-mod.yaml(+2 -1)📝
database/Seeders/eggs/source-engine/egg-insurgency.yaml(+2 -1)📝
database/Seeders/eggs/source-engine/egg-team-fortress2.yaml(+2 -1)📝
database/Seeders/eggs/voice-servers/egg-mumble-server.yaml(+2 -1)📝
database/Seeders/eggs/voice-servers/egg-teamspeak3-server.yaml(+2 -1)➕
database/migrations/2025_10_29_105725_add_egg_image_column.php(+28 -0)...and 2 more files
📄 Description
Closes #646
~ Why only PNGs?
~ Changed to circular to match avatars, on admin side, images are right justified in grid view. No changes in table view
~~ Set a 1024KB size limit.
* [ ] Use Icon for Server Tenant on end user sideI see no reason for this... Its only seen on the console page. Maybe we can remove the
iconon the dropdown?Edit Egg:




List Eggs: Will use the base64 string from image column, if blank, will use base64 string of the pelican logo.
Grid Views...


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.