No direct way from profile page to server list #474

Closed
opened 2026-02-04 18:09:58 +03:00 by OVERLORD · 10 comments
Owner

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:
Image

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?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
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: <img width="780" height="606" alt="Image" src="https://github.com/user-attachments/assets/ec857ade-d919-432d-b400-5e582c7a24d7" /> 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 ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@rmartinoscar commented on GitHub (Oct 21, 2025):

Click what ever logo/name you have on top left ?
Pelican Demo will redirect you to the home page which is Server List
Image

@rmartinoscar commented on GitHub (Oct 21, 2025): Click what ever logo/name you have on top left ? `Pelican Demo` will redirect you to the home page which is Server List <img width="1893" height="585" alt="Image" src="https://github.com/user-attachments/assets/ba7a293e-30c6-4c65-8715-3165e554bbcb" />
Author
Owner

@Khionor commented on GitHub (Oct 21, 2025):

On the phone. Forgot to mention that.

Just had a detailed discussion in Discord (feedback channel).

@Khionor commented on GitHub (Oct 21, 2025): On the phone. Forgot to mention that. Just had a detailed discussion in Discord (feedback channel).
Author
Owner

@rmartinoscar commented on GitHub (Oct 21, 2025):

In that case there's no other way to go back.

@rmartinoscar commented on GitHub (Oct 21, 2025): In that case there's no other way to go back.
Author
Owner

@Khionor commented on GitHub (Oct 21, 2025):

Can I add something? Like in my example?

@Khionor commented on GitHub (Oct 21, 2025): Can I add something? Like in my example?
Author
Owner

@rmartinoscar commented on GitHub (Oct 21, 2025):

Sure thing

@rmartinoscar commented on GitHub (Oct 21, 2025): Sure thing
Author
Owner

@Khionor commented on GitHub (Oct 21, 2025):

Thanks for the quick reply.

@Khionor commented on GitHub (Oct 21, 2025): Thanks for the quick reply.
Author
Owner

@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

@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
Author
Owner

@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.
menuScreenshot_20251021-072921.png

Wouldn't that be a nice solution?

@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![Screenshot_20251021-072921.png](https://github.com/user-attachments/assets/5c2f1662-e7fa-44f3-a218-1ceafa78a049) Wouldn't that be a nice solution?
Author
Owner

@JoanFo1456 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

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)

@JoanFo1456 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 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 https://github.com/pelican-dev/panel/blob/1a4fa5e67a7709ade51e968d046c6748e34d5589/app/Providers/Filament/AppPanelProvider.php#L19
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#474