mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
[PR #1572] [MERGED] Allow user selectable navigation type #1459
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/1572
Author: @notAreYouScared
Created: 8/4/2025
Status: ✅ Merged
Merged: 8/5/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/user-nav📝 Commits (8)
0e118e2Allow user selectable navigationf5c73deFallback to panel setting, else false080afacphpstan, lang changee4fe796pint6b5d25cYeet configa84f88dUpdate calls7011bebRequested Changes3be83f9Update app/Filament/Pages/Auth/EditProfile.php📊 Changes
12 files changed (+23 additions, -20 deletions)
View changed files
📝
app/Filament/Admin/Pages/Settings.php(+0 -10)📝
app/Filament/Admin/Resources/EggResource.php(+1 -1)📝
app/Filament/Admin/Resources/NodeResource.php(+2 -1)📝
app/Filament/Admin/Resources/RoleResource.php(+1 -1)📝
app/Filament/Admin/Resources/ServerResource.php(+1 -1)📝
app/Filament/Admin/Resources/UserResource.php(+1 -1)📝
app/Filament/Pages/Auth/EditProfile.php(+11 -1)📝
app/Providers/Filament/AdminPanelProvider.php(+1 -1)📝
app/Providers/Filament/AppPanelProvider.php(+1 -1)📝
app/Providers/Filament/ServerPanelProvider.php(+1 -1)📝
config/panel.php(+0 -1)📝
lang/en/profile.php(+3 -0)📄 Description
Allows users to change navigation type for themselves instead of a global value for everyone.
Use client value -> Use panel value -> default = sidebar
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.