mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #2134] [MERGED] Add tooltips to actions across admin area #1780
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/2134
Author: @notAreYouScared
Created: 1/22/2026
Status: ✅ Merged
Merged: 1/28/2026
Merged by: @notAreYouScared
Base:
main← Head:charles/add-tooltips📝 Commits (10+)
1c6b1f0Add Tooltips / Replace Labels with Tooltips96819b3missed some + pinta0181abMove to toolbar actions60e4dd4Pass one of icon/icon buttons93a2cb0add exclusions994d747fix file upload actionc3be0b4update icons149beaffix 21313dbbf68fix file actionsf35c4eeMerge remote-tracking branch 'origin/main' into charles/add-tooltips📊 Changes
83 files changed (+505 additions, -495 deletions)
View changed files
📝
app/Enums/CustomizationKey.php(+3 -0)📝
app/Filament/Admin/Pages/Health.php(+2 -3)📝
app/Filament/Admin/Pages/ListLogs.php(+8 -6)📝
app/Filament/Admin/Pages/Settings.php(+5 -5)📝
app/Filament/Admin/Pages/ViewLogs.php(+6 -6)📝
app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php(+7 -3)📝
app/Filament/Admin/Resources/ApiKeys/Pages/CreateApiKey.php(+5 -3)📝
app/Filament/Admin/Resources/ApiKeys/Pages/ListApiKeys.php(+0 -15)📝
app/Filament/Admin/Resources/DatabaseHosts/DatabaseHostResource.php(+9 -2)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/EditDatabaseHost.php(+7 -6)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/ListDatabaseHosts.php(+0 -15)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/ViewDatabaseHost.php(+1 -3)📝
app/Filament/Admin/Resources/DatabaseHosts/RelationManagers/DatabasesRelationManager.php(+1 -3)📝
app/Filament/Admin/Resources/Eggs/Pages/CreateEgg.php(+5 -3)📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+10 -7)📝
app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php(+45 -60)📝
app/Filament/Admin/Resources/Mounts/MountResource.php(+9 -2)📝
app/Filament/Admin/Resources/Mounts/Pages/CreateMount.php(+5 -3)📝
app/Filament/Admin/Resources/Mounts/Pages/EditMount.php(+6 -5)📝
app/Filament/Admin/Resources/Mounts/Pages/ListMounts.php(+0 -15)...and 63 more files
📄 Description
Closes #2131
Updates some icons, fixes/updates all tooltips for actions, and fixes French, causing the file manager not to work.
Icon - the current layout, and set as the default.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.