mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
No direct way from profile page to server list #473
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?
Originally created by @Khionor on GitHub (Oct 21, 2025).
Current Behavior
Hello Pelikans/Devs
I noticed that there is no direct way to get from the profile page to the server list.
That's something that's been bothering me ever since I started using the panel. (About 25 rum)
An example of how I imagined it:

Thanks in advance
Khionor
Expected Behavior
A button that takes you directly from the profile page to the server list
Steps to Reproduce
Open profile page
Click on profile picture
Panel Version
1.0.0Beta27
Wings Version
1.0.0Beta18
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Oct 21, 2025):
Click what ever logo/name you have on top left ?

Pelican Demowill redirect you to the home page which is Server List@Khionor commented on GitHub (Oct 21, 2025):
On the phone. Forgot to mention that.
Just had a detailed discussion in Discord (feedback channel).
@rmartinoscar commented on GitHub (Oct 21, 2025):
In that case there's no other way to go back.
@Khionor commented on GitHub (Oct 21, 2025):
Can I add something? Like in my example?
@rmartinoscar commented on GitHub (Oct 21, 2025):
Sure thing
@Khionor commented on GitHub (Oct 21, 2025):
Thanks for the quick reply.
@mristau commented on GitHub (Oct 21, 2025):
just to add what i found about the issue
below 1024px the div.fi-topbar-start inside which the pelican logo is changes to display:none
and the same breakpoint does move everything into the sidebar burger menu, which doesn't exist on profile and server-overview pages
i don't know if it is something that could be configured in filament, or filament-dev would have to change the behavior if no sidebar exists
Addition, if it's set to top-bar in customization, the burgermenu doesn't appear too, so the issue comes on the sites with empty navigation
@Khionor commented on GitHub (Oct 21, 2025):
About it, if you want all the settings (all the categories you have in the profile settings) to disappear into a side.
menu
Wouldn't that be a nice solution?
@JoanFo1456 commented on GitHub (Oct 21, 2025):
It shouldn't have empty navigation, since topbar removed when using sidebar we always specify a way or another to move between menus, EditProfile being on app only will have topbar always
1a4fa5e67a/app/Providers/Filament/AppPanelProvider.php (L19)@mristau commented on GitHub (Oct 21, 2025):
this issue has nothing to do with the changes to top/sidebar, it happens because there is an empty navigation, in those pages only the pelican icon and the profile on the right are present and it doesn't create or display the burger menu below said breakpoint.
The Cancel Button helps to get out again, without => Admin => Pelican in BurgerMenu
Maybe this can be resolved with a Setting in those pages, or it has to be resolved by filament maintainers