[PR #1288] [MERGED] Only use navigation groups when using sidebar #1300

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1288
Author: @Boy132
Created: 4/22/2025
Status: Merged
Merged: 4/23/2025
Merged by: @Boy132

Base: mainHead: boy132/sidebar-navigation-groups


📝 Commits (2)

  • 6200928 Revert "Remove NavigationGroups for Admin Navbar (#1248)"
  • f7f7f65 make navigation groups conditional

📊 Changes

9 files changed (+30 additions, -4 deletions)

View changed files

📝 app/Filament/Admin/Resources/EggResource.php (+5 -0)
📝 app/Filament/Admin/Resources/NodeResource.php (+5 -0)
📝 app/Filament/Admin/Resources/RoleResource.php (+1 -1)
📝 app/Filament/Admin/Resources/ServerResource.php (+5 -0)
📝 app/Filament/Admin/Resources/UserResource.php (+5 -0)
📝 app/Providers/Filament/AdminPanelProvider.php (+5 -1)
📝 app/Providers/Filament/AppPanelProvider.php (+1 -1)
📝 app/Providers/Filament/ServerPanelProvider.php (+1 -1)
📝 lang/en/admin/dashboard.php (+2 -0)

📄 Description

Follow up for #1248.

Sidebar:
grafik

Topbar:
grafik


🔄 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/1288 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/sidebar-navigation-groups` --- ### 📝 Commits (2) - [`6200928`](https://github.com/pelican-dev/panel/commit/62009283b42cba86b23d8f9e8abc9734d2182351) Revert "Remove `NavigationGroups` for Admin Navbar (#1248)" - [`f7f7f65`](https://github.com/pelican-dev/panel/commit/f7f7f6559b3c25eb9796a85bbe88691870b0c6d6) make navigation groups conditional ### 📊 Changes **9 files changed** (+30 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/EggResource.php` (+5 -0) 📝 `app/Filament/Admin/Resources/NodeResource.php` (+5 -0) 📝 `app/Filament/Admin/Resources/RoleResource.php` (+1 -1) 📝 `app/Filament/Admin/Resources/ServerResource.php` (+5 -0) 📝 `app/Filament/Admin/Resources/UserResource.php` (+5 -0) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+5 -1) 📝 `app/Providers/Filament/AppPanelProvider.php` (+1 -1) 📝 `app/Providers/Filament/ServerPanelProvider.php` (+1 -1) 📝 `lang/en/admin/dashboard.php` (+2 -0) </details> ### 📄 Description Follow up for #1248. Sidebar: ![grafik](https://github.com/user-attachments/assets/f84ed721-114f-475d-b1b4-7f1a509aa46c) Topbar: ![grafik](https://github.com/user-attachments/assets/2e5aec02-1bc7-40d1-9b73-d7a6ff444b9e) --- <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:34:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1300