mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1451] [MERGED] Add "egg index" and dropdown to egg importer #1400
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/1451
Author: @Boy132
Created: 6/17/2025
Status: ✅ Merged
Merged: 6/26/2025
Merged by: @lancepioch
Base:
main← Head:boy132/egg-index📝 Commits (2)
90f588aadd "egg index" and dropdown to egg importerc4d1a56Add refresh hint action📊 Changes
5 files changed (+98 additions, -1 deletions)
View changed files
➕
app/Console/Commands/Egg/UpdateEggIndexCommand.php(+46 -0)📝
app/Console/Kernel.php(+4 -1)📝
app/Filament/Components/Actions/ImportEggAction.php(+27 -0)📝
app/Filament/Components/Tables/Actions/ImportEggAction.php(+19 -0)📝
lang/en/admin/egg.php(+2 -0)📄 Description
Adds a new command that checks pelican.json to get a list of all available eggs.
This eggs can be added to the egg url importer via dropdown.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.