[PR #1071] [MERGED] Add url Repeater to ImportEggHeaderAction #1156

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1071
Author: @rmartinoscar
Created: 3/8/2025
Status: Merged
Merged: 3/15/2025
Merged by: @lancepioch

Base: mainHead: feature/MultipleUrlEggUpload


📝 Commits (6)

  • fd7be7c Add url Repeater to ImportEggAction
  • 93f5a6b Addtranslation
  • 54461a5 Requested changes
  • 3a7690d Only allow multiple when not editing Egg
  • 0a7b4ae Only deletable & grid if multiple
  • a65760b Fix FileUpload & Make sure its a json file

📊 Changes

5 files changed (+154 additions, -76 deletions)

View changed files

📝 app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php (+2 -1)
📝 app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php (+4 -2)
📝 app/Filament/Components/Actions/ImportEggAction.php (+73 -37)
📝 app/Filament/Components/Tables/Actions/ImportEggAction.php (+74 -36)
📝 lang/en/admin/egg.php (+1 -0)

📄 Description

Multiple
image
image
image
image

Single
image


🔄 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/1071 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/8/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `feature/MultipleUrlEggUpload` --- ### 📝 Commits (6) - [`fd7be7c`](https://github.com/pelican-dev/panel/commit/fd7be7cfa1aab9667050aedf939d28f59663d51f) Add url `Repeater` to `ImportEggAction` - [`93f5a6b`](https://github.com/pelican-dev/panel/commit/93f5a6b8b08de4193b5978ba787b3b6fb76895c1) Addtranslation - [`54461a5`](https://github.com/pelican-dev/panel/commit/54461a57f93a670aceb16b788bc8751d6aa0f578) Requested changes - [`3a7690d`](https://github.com/pelican-dev/panel/commit/3a7690d6e858150a24a38121a0639506c6997f24) Only allow `multiple` when not editing `Egg` - [`0a7b4ae`](https://github.com/pelican-dev/panel/commit/0a7b4ae1661fcec8bd294d473ec2b738eae9212e) Only `deletable` & `grid` if `multiple` - [`a65760b`](https://github.com/pelican-dev/panel/commit/a65760b3dcb0d6f0dd17f5c08541bb0f0b725d9b) Fix `FileUpload` & Make sure its a json file ### 📊 Changes **5 files changed** (+154 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php` (+2 -1) 📝 `app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php` (+4 -2) 📝 `app/Filament/Components/Actions/ImportEggAction.php` (+73 -37) 📝 `app/Filament/Components/Tables/Actions/ImportEggAction.php` (+74 -36) 📝 `lang/en/admin/egg.php` (+1 -0) </details> ### 📄 Description Multiple ![image](https://github.com/user-attachments/assets/0aecb534-da52-45c0-b9e6-5de0efbc9391) ![image](https://github.com/user-attachments/assets/bac17093-95c7-42b9-a249-1fa33901625e) ![image](https://github.com/user-attachments/assets/7359eb28-ed25-4efc-b1b8-cbb9a40e7e3e) ![image](https://github.com/user-attachments/assets/812d6335-c073-49eb-919e-ca84eb24d1c2) Single ![image](https://github.com/user-attachments/assets/77a53f42-2c71-4e82-bd86-b4c5c8d74684) --- <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:22:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1156