mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #2101] [MERGED] Add traits for customizing tabs #1754
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/2101
Author: @Boy132
Created: 1/12/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @Boy132
Base:
main← Head:boy132/customize-tabs📝 Commits (6)
7c31ec1add traits for customizing tabsfd879afMerge remote-tracking branch 'origin/main' into boy132/customize-tabs2e8a9d2Merge branch 'main' into boy132/customize-tabs7ce94c6add importe822c94Merge remote-tracking branch 'origin/main' into boy132/customize-tabs11bd658cleanup📊 Changes
10 files changed (+3032 additions, -2907 deletions)
View changed files
➕
app/Enums/TabPosition.php(+9 -0)📝
app/Filament/Admin/Pages/Settings.php(+41 -33)📝
app/Filament/Admin/Resources/Eggs/Pages/CreateEgg.php(+213 -208)📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+360 -352)📝
app/Filament/Admin/Resources/Nodes/Pages/EditNode.php(+649 -645)📝
app/Filament/Admin/Resources/Servers/Pages/EditServer.php(+927 -920)📝
app/Filament/Admin/Resources/Users/UserResource.php(+329 -320)📝
app/Filament/Pages/Auth/EditProfile.php(+438 -429)➕
app/Traits/Filament/CanCustomizeStaticTabs.php(+33 -0)➕
app/Traits/Filament/CanCustomizeTabs.php(+33 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.