-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grouping resources #2
Comments
Must have feature for big projects. Because there are many Models with same name from different packages\namespaces. |
I think this should be applied to Tools too. |
Definitely needed :) |
Make categories collapsible/expandable, too. Needed to reduce the UI clutter with large apps with lots of resources. |
It would be great if we could define the name/title in the resource to override the automatic naming. $title = 'Library Items'; |
@thatleeguy isn't that already possible? You can define a |
@MattMangoni Yeah, you are correct. I figured it out.
Thanks! |
@davidhemphill Any ETA on this? |
installed 5-6 tools and created own tools now the sidebar looks so messy :( I hope this feature arrvies soon . |
Grouped resources landed in the release today. |
Hi @davidhemphill , thanks for that ! Can you give us a gist / example how we can work with them? Thanks. EDIT: Ok, got it, we pass a "$group" attribute. Still, it works for the main navigation, but not if you are creating a new Tool with resources inside. Has a suggestion it would be nice if the scaffold for the navigation.blade.php already brings that functionality so we can use them in our custom tools too. tks! |
Is there an easy way to collapse these groups? |
@rocramer, I haven't tried this, but checkout https://novapackages.com/packages/alexbowers/nova-categorise-resources |
I want it too. |
Are there plans to make the groups collapsable? Right now it's a bad UX with 30+ resources since you need to scroll down too much, and then even manually scroll up again after selecting a resource from the bottom. |
(1) Allow us to create other menu items at the same level as Dashboard and Resources. |
@taylorotwell any update on this? |
You can already group resources by setting the |
For collapsing groups you can use this simple package 👍 |
if not override blade template, How to make custom resources menu not as 'Resources' submenu, but as a top level menu? maybe override some variable to do it? |
Is there a way to add an icon to either resources or resource groups ? Can't find anything about this |
Maybe this one: https://github.com/anaseqal/nova-sidebar-icons |
is there a way to use the |
I've been using this package https://github.com/dcasia/collapsible-resource-manager It gives you absolute control over the sidebar, you can add anything you want.. groups, resources, lens, tools, and arrange them exactly how you want |
Very desired feature is to group resources into categories. So we could achieve something like on the screenshot.
The text was updated successfully, but these errors were encountered: