[PR #881] [MERGED] Update admin area navigation #1028

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/881
Author: @Boy132
Created: 1/6/2025
Status: Merged
Merged: 1/7/2025
Merged by: @Boy132

Base: mainHead: update-admin-navigation


📝 Commits (1)

  • 9e7940a update admin area navigation

📊 Changes

9 files changed (+27 additions, -20 deletions)

View changed files

📝 app/Filament/Admin/Pages/Settings.php (+0 -2)
📝 app/Filament/Admin/Resources/EggResource.php (+2 -0)
📝 app/Filament/Admin/Resources/NodeResource.php (+2 -0)
📝 app/Filament/Admin/Resources/RoleResource.php (+1 -1)
📝 app/Filament/Admin/Resources/ServerResource.php (+2 -0)
📝 app/Filament/Admin/Resources/UserResource.php (+2 -0)
📝 app/Providers/Filament/AdminPanelProvider.php (+16 -15)
📝 app/Providers/Filament/AppPanelProvider.php (+1 -1)
📝 app/Providers/Filament/ServerPanelProvider.php (+1 -1)

📄 Description

  • Added some more navigation groups
  • Removed custom sidebar width
  • Allow sidebar to be collapsed on desktop

Before:
image

After:
image


🔄 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/881 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/7/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `update-admin-navigation` --- ### 📝 Commits (1) - [`9e7940a`](https://github.com/pelican-dev/panel/commit/9e7940acc4d32cb979b1fcbffcd110d7d3a3e6fa) update admin area navigation ### 📊 Changes **9 files changed** (+27 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/Settings.php` (+0 -2) 📝 `app/Filament/Admin/Resources/EggResource.php` (+2 -0) 📝 `app/Filament/Admin/Resources/NodeResource.php` (+2 -0) 📝 `app/Filament/Admin/Resources/RoleResource.php` (+1 -1) 📝 `app/Filament/Admin/Resources/ServerResource.php` (+2 -0) 📝 `app/Filament/Admin/Resources/UserResource.php` (+2 -0) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+16 -15) 📝 `app/Providers/Filament/AppPanelProvider.php` (+1 -1) 📝 `app/Providers/Filament/ServerPanelProvider.php` (+1 -1) </details> ### 📄 Description - Added some more navigation groups - Removed custom sidebar width - Allow sidebar to be collapsed on desktop Before: ![image](https://github.com/user-attachments/assets/054e66b1-5250-466e-8f04-9bbabee183ea) After: ![image](https://github.com/user-attachments/assets/78eb4bff-f673-4771-bae9-fdde97f0d9c3) --- <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:11:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1028