[PR #824] [MERGED] (Admin) UI Consistency #993

Closed
opened 2026-02-04 19:08:33 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/824
Author: @Boy132
Created: 12/12/2024
Status: Merged
Merged: 12/12/2024
Merged by: @Boy132

Base: mainHead: refactor/consistency


📝 Commits (5)

📊 Changes

17 files changed (+92 additions, -25 deletions)

View changed files

📝 app/Filament/Admin/Resources/ApiKeyResource.php (+5 -7)
📝 app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php (+13 -1)
📝 app/Filament/Admin/Resources/DatabaseHostResource.php (+2 -2)
📝 app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php (+1 -5)
📝 app/Filament/Admin/Resources/EggResource.php (+0 -2)
📝 app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php (+12 -0)
📝 app/Filament/Admin/Resources/MountResource.php (+2 -0)
📝 app/Filament/Admin/Resources/MountResource/Pages/CreateMount.php (+12 -0)
📝 app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php (+0 -2)
📝 app/Filament/Admin/Resources/RoleResource/Pages/CreateRole.php (+13 -1)
📝 app/Filament/Admin/Resources/WebhookResource.php (+5 -1)
📝 app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php (+14 -0)
📝 app/Filament/Server/Resources/ActivityResource.php (+2 -2)
📝 app/Filament/Server/Resources/AllocationResource.php (+2 -2)
📝 app/Models/DatabaseHost.php (+4 -0)
📝 app/Models/Egg.php (+2 -0)
📝 app/Models/Node.php (+3 -0)

📄 Description

Mainly position of "Create" buttons, "canCreateAnother" and labels.


🔄 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/824 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `refactor/consistency` --- ### 📝 Commits (5) - [`69d02a1`](https://github.com/pelican-dev/panel/commit/69d02a1e02c0b2ee305869b82067387a1c1177ad) update phpdocs - [`d79fe23`](https://github.com/pelican-dev/panel/commit/d79fe23d50e5470237e6dd9450fd1071ac322016) replace deprecated $label and $pluralLabel - [`9b07b1f`](https://github.com/pelican-dev/panel/commit/9b07b1fe586b0eb68a8ca59d0c317914dc914e5b) update record title attributes and labels - [`e620a59`](https://github.com/pelican-dev/panel/commit/e620a59b790f12732634f77c063310feb1942134) update create pages - [`cc02d6a`](https://github.com/pelican-dev/panel/commit/cc02d6a6d915bee7921b01d2242b0112095ab25c) run pint ### 📊 Changes **17 files changed** (+92 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ApiKeyResource.php` (+5 -7) 📝 `app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php` (+13 -1) 📝 `app/Filament/Admin/Resources/DatabaseHostResource.php` (+2 -2) 📝 `app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php` (+1 -5) 📝 `app/Filament/Admin/Resources/EggResource.php` (+0 -2) 📝 `app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php` (+12 -0) 📝 `app/Filament/Admin/Resources/MountResource.php` (+2 -0) 📝 `app/Filament/Admin/Resources/MountResource/Pages/CreateMount.php` (+12 -0) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php` (+0 -2) 📝 `app/Filament/Admin/Resources/RoleResource/Pages/CreateRole.php` (+13 -1) 📝 `app/Filament/Admin/Resources/WebhookResource.php` (+5 -1) 📝 `app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php` (+14 -0) 📝 `app/Filament/Server/Resources/ActivityResource.php` (+2 -2) 📝 `app/Filament/Server/Resources/AllocationResource.php` (+2 -2) 📝 `app/Models/DatabaseHost.php` (+4 -0) 📝 `app/Models/Egg.php` (+2 -0) 📝 `app/Models/Node.php` (+3 -0) </details> ### 📄 Description Mainly position of "Create" buttons, "canCreateAnother" and labels. --- <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 19:08:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#993