[PR #823] [MERGED] Add own action classes for egg actions (+ add empty state) #991

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/823
Author: @Boy132
Created: 12/12/2024
Status: Merged
Merged: 12/12/2024
Merged by: @Boy132

Base: mainHead: refactor/egg-actions


📝 Commits (3)

  • c276b16 add own action classes for egg actions
  • a0d152b add empty state to ListEggs
  • affd972 put Import before Create

📊 Changes

7 files changed (+324 additions, -207 deletions)

View changed files

📝 app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php (+6 -82)
📝 app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php (+19 -125)
app/Filament/Components/Actions/ExportEggAction.php (+28 -0)
app/Filament/Components/Actions/ImportEggAction.php (+87 -0)
app/Filament/Components/Tables/Actions/ExportEggAction.php (+30 -0)
app/Filament/Components/Tables/Actions/ImportEggAction.php (+87 -0)
app/Filament/Components/Tables/Actions/UpdateEggAction.php (+67 -0)

📄 Description

No description provided


🔄 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/823 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `refactor/egg-actions` --- ### 📝 Commits (3) - [`c276b16`](https://github.com/pelican-dev/panel/commit/c276b16491e44c74bff0d69537078307d871aa67) add own action classes for egg actions - [`a0d152b`](https://github.com/pelican-dev/panel/commit/a0d152b9713264e85deb6a45febf5aa23788c078) add empty state to ListEggs - [`affd972`](https://github.com/pelican-dev/panel/commit/affd9724653c65dfa05f9d3c951884a86075936b) put Import before Create ### 📊 Changes **7 files changed** (+324 additions, -207 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php` (+6 -82) 📝 `app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php` (+19 -125) ➕ `app/Filament/Components/Actions/ExportEggAction.php` (+28 -0) ➕ `app/Filament/Components/Actions/ImportEggAction.php` (+87 -0) ➕ `app/Filament/Components/Tables/Actions/ExportEggAction.php` (+30 -0) ➕ `app/Filament/Components/Tables/Actions/ImportEggAction.php` (+87 -0) ➕ `app/Filament/Components/Tables/Actions/UpdateEggAction.php` (+67 -0) </details> ### 📄 Description _No description provided_ --- <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:08:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#991