mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
[PR #1900] [MERGED] Change Admin Actions to IconButtons #1646
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/1900
Author: @notAreYouScared
Created: 11/14/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/admin-actions📝 Commits (10+)
ecdee0eFirst pass at changing buttons to icon buttons3503201Update EditProfile cancel actionaf0e631overwrite hero with some tabler7d0fc44pintd65dfbewhoops readd this06ba17cMerge remote-tracking branch 'origin/main' into charles/admin-actions270c483Updatese27757aMove this3bf3f0dre-add thisc6e9108use chevrons📊 Changes
42 files changed (+261 additions, -115 deletions)
View changed files
📝
app/Filament/Admin/Pages/Health.php(+3 -1)📝
app/Filament/Admin/Pages/ListLogs.php(+4 -5)📝
app/Filament/Admin/Pages/Settings.php(+3 -0)📝
app/Filament/Admin/Pages/ViewLogs.php(+5 -6)📝
app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php(+5 -6)📝
app/Filament/Admin/Resources/ApiKeys/Pages/CreateApiKey.php(+4 -1)📝
app/Filament/Admin/Resources/ApiKeys/Pages/ListApiKeys.php(+3 -2)📝
app/Filament/Admin/Resources/DatabaseHosts/DatabaseHostResource.php(+1 -5)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/EditDatabaseHost.php(+7 -2)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/ListDatabaseHosts.php(+3 -2)📝
app/Filament/Admin/Resources/DatabaseHosts/RelationManagers/DatabasesRelationManager.php(+4 -1)📝
app/Filament/Admin/Resources/Eggs/Pages/CreateEgg.php(+4 -1)📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+6 -2)📝
app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php(+6 -7)📝
app/Filament/Admin/Resources/Mounts/MountResource.php(+1 -5)📝
app/Filament/Admin/Resources/Mounts/Pages/CreateMount.php(+4 -1)📝
app/Filament/Admin/Resources/Mounts/Pages/EditMount.php(+7 -2)📝
app/Filament/Admin/Resources/Mounts/Pages/ListMounts.php(+3 -2)📝
app/Filament/Admin/Resources/Mounts/Pages/ViewMount.php(+5 -1)📝
app/Filament/Admin/Resources/Nodes/NodeResource.php(+2 -2)...and 22 more files
📄 Description
Changes most, if not all, actions in the admin area to IconButtons to match the client area.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.