[PR #2149] [MERGED] Invisible button and tooltip fixes #1784

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2149
Author: @Boy132
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @Boy132

Base: mainHead: boy132/fix-invisible-buttons


📝 Commits (1)

📊 Changes

15 files changed (+47 additions, -52 deletions)

View changed files

📝 app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php (+1 -3)
📝 app/Filament/Admin/Resources/DatabaseHosts/DatabaseHostResource.php (+1 -3)
📝 app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php (+1 -3)
📝 app/Filament/Admin/Resources/Mounts/MountResource.php (+1 -3)
📝 app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php (+3 -2)
📝 app/Filament/Admin/Resources/Nodes/Pages/ListNodes.php (+1 -3)
📝 app/Filament/Admin/Resources/Roles/RoleResource.php (+1 -3)
📝 app/Filament/Admin/Resources/Servers/Pages/CreateServer.php (+9 -6)
📝 app/Filament/Admin/Resources/Servers/Pages/EditServer.php (+5 -4)
📝 app/Filament/Admin/Resources/Servers/Pages/ListServers.php (+1 -3)
📝 app/Filament/Admin/Resources/Webhooks/Pages/EditWebhookConfiguration.php (+2 -2)
📝 app/Filament/Admin/Resources/Webhooks/WebhookResource.php (+3 -5)
📝 app/Filament/Server/Pages/Settings.php (+1 -1)
📝 app/Providers/Filament/FilamentServiceProvider.php (+16 -9)
📝 lang/en/admin/webhook.php (+1 -2)

📄 Description

Followup for #2134

Also closes #2147


🔄 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/2149 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-invisible-buttons` --- ### 📝 Commits (1) - [`e735f04`](https://github.com/pelican-dev/panel/commit/e735f046d9a108dac511cb362ee55cf01e40002b) fix some buttons ### 📊 Changes **15 files changed** (+47 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php` (+1 -3) 📝 `app/Filament/Admin/Resources/DatabaseHosts/DatabaseHostResource.php` (+1 -3) 📝 `app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php` (+1 -3) 📝 `app/Filament/Admin/Resources/Mounts/MountResource.php` (+1 -3) 📝 `app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php` (+3 -2) 📝 `app/Filament/Admin/Resources/Nodes/Pages/ListNodes.php` (+1 -3) 📝 `app/Filament/Admin/Resources/Roles/RoleResource.php` (+1 -3) 📝 `app/Filament/Admin/Resources/Servers/Pages/CreateServer.php` (+9 -6) 📝 `app/Filament/Admin/Resources/Servers/Pages/EditServer.php` (+5 -4) 📝 `app/Filament/Admin/Resources/Servers/Pages/ListServers.php` (+1 -3) 📝 `app/Filament/Admin/Resources/Webhooks/Pages/EditWebhookConfiguration.php` (+2 -2) 📝 `app/Filament/Admin/Resources/Webhooks/WebhookResource.php` (+3 -5) 📝 `app/Filament/Server/Pages/Settings.php` (+1 -1) 📝 `app/Providers/Filament/FilamentServiceProvider.php` (+16 -9) 📝 `lang/en/admin/webhook.php` (+1 -2) </details> ### 📄 Description Followup for #2134 Also closes #2147 --- <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:36 +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#1784