[PR #2042] [MERGED] fix: Enhance feedback notifications for egg actions #1723

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2042
Author: @PalmarHealer
Created: 12/23/2025
Status: Merged
Merged: 1/15/2026
Merged by: @notAreYouScared

Base: mainHead: palmarhealer/fix-improve-bulk-egg-deletion-notification


📝 Commits (5)

  • 29189ec Enhance feedback notifications for egg actions
  • b544d5c satisfy pint
  • fb5f2e0 implement suggestion from lance
  • ad57ccf Merge branch 'main' into palmarhealer/fix-improve-bulk-egg-deletion-notification
  • 7038c00 pint

📊 Changes

6 files changed (+100 additions, -37 deletions)

View changed files

📝 app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php (+10 -0)
📝 app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php (+40 -8)
📝 app/Filament/Components/Actions/ImportEggAction.php (+13 -11)
📝 app/Filament/Components/Actions/UpdateEggAction.php (+4 -4)
📝 app/Filament/Components/Actions/UpdateEggBulkAction.php (+15 -14)
📝 lang/en/admin/egg.php (+18 -0)

📄 Description

Closes #1962

(I renamed the branch and it closed the PR. I was unable to re-open it)


🔄 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/2042 **Author:** [@PalmarHealer](https://github.com/PalmarHealer) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `palmarhealer/fix-improve-bulk-egg-deletion-notification` --- ### 📝 Commits (5) - [`29189ec`](https://github.com/pelican-dev/panel/commit/29189ecd63ab90cb7ed0041123f31a0f1c34d881) Enhance feedback notifications for egg actions - [`b544d5c`](https://github.com/pelican-dev/panel/commit/b544d5ca0e952c5e06380daeb67d930cb5296488) satisfy pint - [`fb5f2e0`](https://github.com/pelican-dev/panel/commit/fb5f2e021369eab964f027649b9628a4730be185) implement suggestion from lance - [`ad57ccf`](https://github.com/pelican-dev/panel/commit/ad57ccff34004491026d779ff199bed7a2236efd) Merge branch 'main' into palmarhealer/fix-improve-bulk-egg-deletion-notification - [`7038c00`](https://github.com/pelican-dev/panel/commit/7038c007863e0ec4992953d38f5d56ebb0262068) pint ### 📊 Changes **6 files changed** (+100 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php` (+10 -0) 📝 `app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php` (+40 -8) 📝 `app/Filament/Components/Actions/ImportEggAction.php` (+13 -11) 📝 `app/Filament/Components/Actions/UpdateEggAction.php` (+4 -4) 📝 `app/Filament/Components/Actions/UpdateEggBulkAction.php` (+15 -14) 📝 `lang/en/admin/egg.php` (+18 -0) </details> ### 📄 Description Closes #1962 (I renamed the branch and it closed the PR. I was unable to re-open it) --- <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:22:48 +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#1723