[PR #232] [MERGED] Update: Navigation sidebar #648

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/232
Author: @Poseidon281
Created: 5/15/2024
Status: Merged
Merged: 5/15/2024
Merged by: @lancepioch

Base: mainHead: Navigation-Sidebar


📝 Commits (4)

📊 Changes

10 files changed (+385 additions, -338 deletions)

View changed files

📝 app/Filament/Resources/ApiKeyResource.php (+4 -0)
📝 app/Filament/Resources/DatabaseHostResource.php (+5 -0)
📝 app/Filament/Resources/DatabaseResource.php (+5 -0)
📝 app/Filament/Resources/EggResource.php (+4 -0)
📝 app/Filament/Resources/MountResource.php (+5 -0)
📝 app/Filament/Resources/NodeResource.php (+5 -0)
📝 app/Filament/Resources/ServerResource.php (+5 -0)
📝 app/Filament/Resources/UserResource.php (+4 -0)
📝 app/Providers/Filament/AdminPanelProvider.php (+1 -0)
📝 composer.lock (+347 -338)

📄 Description

I made changes to the Navigation sidebar as asked here. Would you like me to remove the overview on the Dashboard?

If you want me to alter/add/undo anything just let me know


🔄 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/232 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `Navigation-Sidebar` --- ### 📝 Commits (4) - [`d7ebde5`](https://github.com/pelican-dev/panel/commit/d7ebde5f5fd6eb0ffd5d81f5039c53449779bc24) Composer update because of error - [`4ad837f`](https://github.com/pelican-dev/panel/commit/4ad837ff145508a64adcb8214735c21b298f758e) Added count badge to navigation sidebar - [`7e6231e`](https://github.com/pelican-dev/panel/commit/7e6231e6ded89a1bc03a06015609b55107c112ba) Run Pint - [`c72d3f1`](https://github.com/pelican-dev/panel/commit/c72d3f1338f4a844f63f5fa255d6708584a080ff) Added topNavigation ### 📊 Changes **10 files changed** (+385 additions, -338 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/ApiKeyResource.php` (+4 -0) 📝 `app/Filament/Resources/DatabaseHostResource.php` (+5 -0) 📝 `app/Filament/Resources/DatabaseResource.php` (+5 -0) 📝 `app/Filament/Resources/EggResource.php` (+4 -0) 📝 `app/Filament/Resources/MountResource.php` (+5 -0) 📝 `app/Filament/Resources/NodeResource.php` (+5 -0) 📝 `app/Filament/Resources/ServerResource.php` (+5 -0) 📝 `app/Filament/Resources/UserResource.php` (+4 -0) 📝 `app/Providers/Filament/AdminPanelProvider.php` (+1 -0) 📝 `composer.lock` (+347 -338) </details> ### 📄 Description I made changes to the Navigation sidebar as asked [here](https://github.com/pelican-dev/panel/pull/189#issuecomment-2109288814). Would you like me to remove the overview on the Dashboard? If you want me to alter/add/undo anything just let me know --- <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 17:50:10 +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#648