Cluster navigation on top / SubNavigationPosition::Top #15263
softwaretechniker
started this conversation in
Ideas
Replies: 2 comments
-
Ah, I see, it already exist on resource level, thank you! Follow up thought: Wouldn't it be nice to have it on cluster level? It would be odd to see navigation jumping within a cluster, that's why I expected it on cluster level... Also having it centered with emphasized background may not be the logical choice for every one. Would be great to have TOP_LEFT, TOP_CENTER, TOP_RIGHT or something. Of course this could raise the next question: What if you have tab's in addition to a cluster? You may like to have navigation on the top left and tabs on the right or something... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, you can have the sub-navigation on the left or on the right of the clustered pages.
But there it uses a lot of space. It would be more compact, when you have it on top.
It would be nice to have this feature without having to overwrite filament-templates, but using "SubNavigationPosition" instead.
Relevant lines of code in templates:
filament/packages/panels/resources/views/components/page/index.blade.php
Line 59 in ce4d9d0
filament/packages/panels/resources/views/components/sidebar/group.blade.php
Line 175 in ce4d9d0
Beta Was this translation helpful? Give feedback.
All reactions