-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Submenu for less important models? #261
Comments
I have an array in
and have added padding for those "minor" models (see commit ) But still wondering if someone had done something more elegant Thank you |
Hello, Heri! I think the best way for you to do this would be to copy the sidebar template into your host application, at You can also copy over application.scss into your To make this process easier, I'm adding generators to copy over the files automatically. (#269) |
#269 has been merged so you can now generate the sidebar view with the following command
See the documentation for more information. |
How do we handle this issue in 2021? |
Nowadays, the generator is called |
Hi
I am looking to use administrate for a healthcare site. There are many models, and I am looking to have a main right menu, clicking on a main model would expand on additional models.
For example:
When the user clicks on
conversations
then it would show :Same for transactions which would then show
transactions_processes
transitions
shipping addresses
payments
checkout_accounts
, and so on.The benefit is to show a simpler interface when the user logs in, but still being able to have a more complex interface, if required.
Has anyone done something similar? What would be the optimal way to do this?
Thank you
The text was updated successfully, but these errors were encountered: