mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #823] [MERGED] Add own action classes for egg actions (+ add empty state) #991
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/823
Author: @Boy132
Created: 12/12/2024
Status: ✅ Merged
Merged: 12/12/2024
Merged by: @Boy132
Base:
main← Head:refactor/egg-actions📝 Commits (3)
c276b16add own action classes for egg actionsa0d152badd empty state to ListEggsaffd972put 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.