[PR #1451] [MERGED] Add "egg index" and dropdown to egg importer #1400

Closed
opened 2026-02-05 18:12:45 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: boy132/egg-index


📝 Commits (2)

  • 90f588a add "egg index" and dropdown to egg importer
  • c4d1a56 Add 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.

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/1451 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `boy132/egg-index` --- ### 📝 Commits (2) - [`90f588a`](https://github.com/pelican-dev/panel/commit/90f588ae7b8fe4e04d9f591ab70eeb4b26524149) add "egg index" and dropdown to egg importer - [`c4d1a56`](https://github.com/pelican-dev/panel/commit/c4d1a56debb9d04793727519e542af4b94cc92ad) Add refresh hint action ### 📊 Changes **5 files changed** (+98 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Adds a new command that checks [pelican.json](https://github.com/pelican-eggs/pelican-eggs.github.io/blob/main/content/pelican.json) to get a list of all available eggs. This eggs can be added to the egg url importer via dropdown. ![grafik](https://github.com/user-attachments/assets/e0e57683-e688-40ef-8646-025ee5841a5f) --- <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-05 18:12:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1400