app-generator / django-admin-volt

Django Admin Volt - Free template for Django Admin Interface | AppSeed
https://pypi.org/project/django-admin-volt/
MIT License
140 stars 33 forks source link

Auto Populating Menu Item Icons #1

Open waynegrigsby opened 2 years ago

waynegrigsby commented 2 years ago

Hi! I'm really diggin this so far. It's a nice upgrade to a pretty bland django admin that I just don't have the time to style myself. So thank you!

Quick question:

Is there a way to custom designate icons to admin menu items? For example, you have to call out icon = fa etc in app.py, but what do we do with libraries like Celery, which create their own admin menu items? Is there a way to pass variables to volt for these custom menu items?

Please let me know if that doesn't make sense.

app-generator commented 2 years ago

Hello @waynegrigsby!

Thank you for using our products.

@imankarimi can you assist? Ty!

imankarimi commented 2 years ago

Hello Wayne.

Thanks for asking.

This is not possible in this version. But you are absolutely right. You cannot assign an icon to the dependencies you installed. But totally it is possible. In the next version, I will add the possibility that through the settings.py you can set unique icons for installed dependencies.

Sincerely, Iman Karimi

On Mon, Nov 15, 2021 at 8:28 PM App Generator @.***> wrote:

Hello @waynegrigsby https://github.com/waynegrigsby!

Thank you for using our products.

@imankarimi https://github.com/imankarimi can you assist? Ty!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/app-generator/django-admin-volt/issues/1#issuecomment-969112179, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5KYCHPAGUFFY5Z6CISQADUME34JANCNFSM5ICCJDQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

aijogja commented 2 years ago

Waiting for this update. 😀