[PR #1959] [MERGED] Fix Save Notification icon & Cleanup #1671

Closed
opened 2026-02-04 20:06:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1959
Author: @rmartinoscar
Created: 12/3/2025
Status: Merged
Merged: 12/3/2025
Merged by: @rmartinoscar

Base: mainHead: fix/icons


📝 Commits (4)

📊 Changes

27 files changed (+72 additions, -54 deletions)

View changed files

📝 app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php (+1 -2)
📝 app/Filament/Admin/Resources/DatabaseHosts/Pages/EditDatabaseHost.php (+1 -2)
📝 app/Filament/Admin/Resources/DatabaseHosts/Pages/ViewDatabaseHost.php (+3 -1)
📝 app/Filament/Admin/Resources/DatabaseHosts/RelationManagers/DatabasesRelationManager.php (+1 -2)
📝 app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php (+1 -2)
📝 app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php (+5 -4)
📝 app/Filament/Admin/Resources/Mounts/Pages/EditMount.php (+1 -2)
📝 app/Filament/Admin/Resources/Mounts/Pages/ViewMount.php (+0 -1)
📝 app/Filament/Admin/Resources/Nodes/Pages/EditNode.php (+1 -2)
📝 app/Filament/Admin/Resources/Roles/Pages/CreateRole.php (+4 -1)
📝 app/Filament/Admin/Resources/Roles/Pages/EditRole.php (+0 -1)
📝 app/Filament/Admin/Resources/Roles/Pages/ViewRole.php (+3 -1)
📝 app/Filament/Admin/Resources/Servers/RelationManagers/AllocationsRelationManager.php (+10 -13)
📝 app/Filament/Admin/Resources/Servers/RelationManagers/DatabasesRelationManager.php (+0 -1)
📝 app/Filament/Admin/Resources/Users/Pages/CreateUser.php (+4 -1)
📝 app/Filament/Admin/Resources/Users/Pages/EditUser.php (+1 -2)
📝 app/Filament/Admin/Resources/Users/Pages/ViewUser.php (+3 -1)
📝 app/Filament/Admin/Resources/Webhooks/Pages/CreateWebhookConfiguration.php (+5 -2)
📝 app/Filament/Admin/Resources/Webhooks/Pages/EditWebhookConfiguration.php (+1 -2)
📝 app/Filament/Admin/Resources/Webhooks/Pages/ViewWebhookConfiguration.php (+3 -1)

...and 7 more files

📄 Description

Follow up for #1900


🔄 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/1959 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/3/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/icons` --- ### 📝 Commits (4) - [`e05da9b`](https://github.com/pelican-dev/panel/commit/e05da9be2399952701ab1efed70104b49cdf1d2b) Follow up for #1900 - [`47d7722`](https://github.com/pelican-dev/panel/commit/47d77228e1ecceed765ae09b555e476e976492aa) Merge branch 'main' into fix/icons - [`04ce50a`](https://github.com/pelican-dev/panel/commit/04ce50ae92df543b2cb9bd9ad419afc340409db6) Add missing ones & replace cancel icon - [`4ce7fce`](https://github.com/pelican-dev/panel/commit/4ce7fce074d3426a0265b3c1cb355587cc2b1459) Cleanup ### 📊 Changes **27 files changed** (+72 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php` (+1 -2) 📝 `app/Filament/Admin/Resources/DatabaseHosts/Pages/EditDatabaseHost.php` (+1 -2) 📝 `app/Filament/Admin/Resources/DatabaseHosts/Pages/ViewDatabaseHost.php` (+3 -1) 📝 `app/Filament/Admin/Resources/DatabaseHosts/RelationManagers/DatabasesRelationManager.php` (+1 -2) 📝 `app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php` (+1 -2) 📝 `app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php` (+5 -4) 📝 `app/Filament/Admin/Resources/Mounts/Pages/EditMount.php` (+1 -2) 📝 `app/Filament/Admin/Resources/Mounts/Pages/ViewMount.php` (+0 -1) 📝 `app/Filament/Admin/Resources/Nodes/Pages/EditNode.php` (+1 -2) 📝 `app/Filament/Admin/Resources/Roles/Pages/CreateRole.php` (+4 -1) 📝 `app/Filament/Admin/Resources/Roles/Pages/EditRole.php` (+0 -1) 📝 `app/Filament/Admin/Resources/Roles/Pages/ViewRole.php` (+3 -1) 📝 `app/Filament/Admin/Resources/Servers/RelationManagers/AllocationsRelationManager.php` (+10 -13) 📝 `app/Filament/Admin/Resources/Servers/RelationManagers/DatabasesRelationManager.php` (+0 -1) 📝 `app/Filament/Admin/Resources/Users/Pages/CreateUser.php` (+4 -1) 📝 `app/Filament/Admin/Resources/Users/Pages/EditUser.php` (+1 -2) 📝 `app/Filament/Admin/Resources/Users/Pages/ViewUser.php` (+3 -1) 📝 `app/Filament/Admin/Resources/Webhooks/Pages/CreateWebhookConfiguration.php` (+5 -2) 📝 `app/Filament/Admin/Resources/Webhooks/Pages/EditWebhookConfiguration.php` (+1 -2) 📝 `app/Filament/Admin/Resources/Webhooks/Pages/ViewWebhookConfiguration.php` (+3 -1) _...and 7 more files_ </details> ### 📄 Description Follow up for #1900 --- <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 20:06:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1671