[PR #451] [CLOSED] Added subheadings to list pages & sidebar collapsible config #768

Closed
opened 2026-02-04 18:49:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/451
Author: @Poseidon281
Created: 7/1/2024
Status: Closed

Base: mainHead: Subheading


📝 Commits (5)

📊 Changes

10 files changed (+41 additions, -2 deletions)

View changed files

📝 app/Filament/Resources/ApiKeyResource/Pages/ListApiKeys.php (+5 -0)
📝 app/Filament/Resources/DatabaseHostResource.php (+2 -1)
📝 app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php (+5 -0)
📝 app/Filament/Resources/EggResource/Pages/ListEggs.php (+5 -0)
📝 app/Filament/Resources/MountResource/Pages/ListMounts.php (+6 -0)
📝 app/Filament/Resources/NodeResource/Pages/ListNodes.php (+5 -0)
📝 app/Filament/Resources/ServerResource/Pages/ListServers.php (+5 -0)
📝 app/Filament/Resources/UserResource/Pages/ListUsers.php (+5 -0)
📝 app/Providers/Filament/AdminPanelProvider.php (+2 -1)
📝 config/panel.php (+1 -0)

📄 Description

The subheadings are the same as on Pterodactyl at the moment


🔄 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/451 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 7/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Subheading` --- ### 📝 Commits (5) - [`fc911c1`](https://github.com/pelican-dev/panel/commit/fc911c1b9f7ee58cf7d8a99a4d6495041ff5cd56) Added subheadings - [`4fc53e7`](https://github.com/pelican-dev/panel/commit/4fc53e7a523ac02c3744490d3a58263aaa32e42e) Merge remote-tracking branch 'upstream/main' into Subheading - [`5594b4c`](https://github.com/pelican-dev/panel/commit/5594b4c3b87e870d4aa719fc61b401e20477db40) Pint - [`867bb4a`](https://github.com/pelican-dev/panel/commit/867bb4a09d92062384a4cefacdd7941afb35910a) Added sidebar-collapsible config - [`6ee9dff`](https://github.com/pelican-dev/panel/commit/6ee9dff7da92914a939eadca008cdd267243e52a) Fix typo ### 📊 Changes **10 files changed** (+41 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/ApiKeyResource/Pages/ListApiKeys.php` (+5 -0) 📝 `app/Filament/Resources/DatabaseHostResource.php` (+2 -1) 📝 `app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php` (+5 -0) 📝 `app/Filament/Resources/EggResource/Pages/ListEggs.php` (+5 -0) 📝 `app/Filament/Resources/MountResource/Pages/ListMounts.php` (+6 -0) 📝 `app/Filament/Resources/NodeResource/Pages/ListNodes.php` (+5 -0) 📝 `app/Filament/Resources/ServerResource/Pages/ListServers.php` (+5 -0) 📝 `app/Filament/Resources/UserResource/Pages/ListUsers.php` (+5 -0) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+2 -1) 📝 `config/panel.php` (+1 -0) </details> ### 📄 Description The subheadings are the same as on Pterodactyl at the moment --- <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 18:49:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#768