[PR #2101] [MERGED] Add traits for customizing tabs #1754

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

📋 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: mainHead: boy132/customize-tabs


📝 Commits (6)

  • 7c31ec1 add traits for customizing tabs
  • fd879af Merge remote-tracking branch 'origin/main' into boy132/customize-tabs
  • 2e8a9d2 Merge branch 'main' into boy132/customize-tabs
  • 7ce94c6 add import
  • e822c94 Merge remote-tracking branch 'origin/main' into boy132/customize-tabs
  • 11bd658 cleanup

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

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/2101 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/customize-tabs` --- ### 📝 Commits (6) - [`7c31ec1`](https://github.com/pelican-dev/panel/commit/7c31ec1806bd8cc04b887f792923b56e0eee5c8a) add traits for customizing tabs - [`fd879af`](https://github.com/pelican-dev/panel/commit/fd879af679c6b396484e162d399c531d32f12f9e) Merge remote-tracking branch 'origin/main' into boy132/customize-tabs - [`2e8a9d2`](https://github.com/pelican-dev/panel/commit/2e8a9d2b1447847db4016f5472d419a44d8966ee) Merge branch 'main' into boy132/customize-tabs - [`7ce94c6`](https://github.com/pelican-dev/panel/commit/7ce94c6398db045ef0c6f736a827a31c81a0e4fd) add import - [`e822c94`](https://github.com/pelican-dev/panel/commit/e822c94e3dabb95d8a28853d2535181ea4c3e63a) Merge remote-tracking branch 'origin/main' into boy132/customize-tabs - [`11bd658`](https://github.com/pelican-dev/panel/commit/11bd65868d3060b0d6d39e64316a63af6d6479e5) cleanup ### 📊 Changes **10 files changed** (+3032 additions, -2907 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <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:23:50 +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#1754