[PR #2134] [MERGED] Add tooltips to actions across admin area #1780

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

📋 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: mainHead: charles/add-tooltips


📝 Commits (10+)

📊 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.

image Icon Button image

Icon - the current layout, and set as the default.
image


🔄 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/2134 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 1/22/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/add-tooltips` --- ### 📝 Commits (10+) - [`1c6b1f0`](https://github.com/pelican-dev/panel/commit/1c6b1f072b184b7d1084a888c3f2f4fd5ce3e663) Add Tooltips / Replace Labels with Tooltips - [`96819b3`](https://github.com/pelican-dev/panel/commit/96819b352255a4c45cb6f9e62cae145648b43f30) missed some + pint - [`a0181ab`](https://github.com/pelican-dev/panel/commit/a0181ab35a2c329e5e98f65381da02362558ade4) Move to toolbar actions - [`60e4dd4`](https://github.com/pelican-dev/panel/commit/60e4dd481e35cb38b9d891ed8fe101d5ab5f8f26) Pass one of icon/icon buttons - [`93a2cb0`](https://github.com/pelican-dev/panel/commit/93a2cb03f1043860feec637b9fce103f9520c8e3) add exclusions - [`994d747`](https://github.com/pelican-dev/panel/commit/994d747b6d1949c86d92f7f9e20c611b75492b32) fix file upload action - [`c3be0b4`](https://github.com/pelican-dev/panel/commit/c3be0b4b8a8be0f2134aa41e459186c12d8cd99f) update icons - [`149beaf`](https://github.com/pelican-dev/panel/commit/149beafad9f9332bae95d1f67941dbb0b2a61d57) fix 2131 - [`3dbbf68`](https://github.com/pelican-dev/panel/commit/3dbbf681957e1cc6a42b718bd2e0f8d7f2493f94) fix file actions - [`f35c4ee`](https://github.com/pelican-dev/panel/commit/f35c4ee4c092aa579dd76127b0824094b8b7b721) Merge remote-tracking branch 'origin/main' into charles/add-tooltips ### 📊 Changes **83 files changed** (+505 additions, -495 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Closes #2131 Updates some icons, fixes/updates all tooltips for actions, and fixes French, causing the file manager not to work. <img width="664" height="78" alt="image" src="https://github.com/user-attachments/assets/36976c43-c974-49b2-b996-e92a5082f8e4" /> Icon Button <img width="401" height="110" alt="image" src="https://github.com/user-attachments/assets/3b6670db-260d-4d02-be3d-97587a3a2094" /> Icon - the current layout, and set as the default. <img width="361" height="139" alt="image" src="https://github.com/user-attachments/assets/bcec1659-832b-4ecb-861c-e4ad4cd87ed0" /> --- <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:24:28 +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#1780