bonidjukic / django-simple-admin-overlay

Lightweight Django app which displays simple overlay with admin links on the frontend pages
MIT License
2 stars 0 forks source link

Integration with django-admin-shortcuts? #1

Open benjaoming opened 6 years ago

benjaoming commented 6 years ago

Hi Boni!

I just heard about this project and thought I'd suggest you to try a PR against this other project? In order to extend the current admin shortcuts panel so it can be opened and closed on all pages the same way as this?

Maintainer @alesdotio says it's a good idea :)

https://github.com/alesdotio/django-admin-shortcuts

benjaoming commented 6 years ago

But also we were wondering if the bootstrap theme that you use in the screenshot is a requirement?

bonidjukic commented 6 years ago

Hi Ben,

it's a very good idea, I'll try to get myself acquainted with django-admin-shortcuts and get a PR on the way to allow for the shortcuts drawer to be able to slide in and out.

As far as your question on the bootstrap requirement goes, no, bootstrap is not required. What you're seeing is an example where the bootstrap css is loaded in the actual project example.

The idea behind the "lightweight" keyword in the name of the project was to have as little dependencies as possible, that's why the JavaScript e.g. is written in Vanilla JS.

benjaoming commented 6 years ago

Oh nice! Not having any JS dependencies is a brilliant idea! :+1:

Would look forward to trying out the union of these two projects :)