farridav / django-jazzmin

Jazzy theme for Django
https://django-jazzmin.readthedocs.io
MIT License
1.64k stars 283 forks source link

Support for django-advanced-filters (feature) #267

Open leiverkus opened 3 years ago

leiverkus commented 3 years ago

I am trying to write a CRUD-application with Django. Jazzmin is a godsend for this. Also the Django Advanced Filters app is handy while working with large tables. The good news is, it works with Jazzmin. It is just that the styling is broken. So I forked django-jazzmin and added the advanced filters app to the test app (actually the book model): https://github.com/leiverkus/django-jazzmin/tree/advanced-filters

A proper Button (or two) would be nice: advanced_filter_missing_button

This is how the interface looks with jazzmin: advanced_filter_modal_problem This is the modal popup with the default theme: advanced_filter_modal_default_admin

The same applies to the change form: advanced_filter_change

yswtrue commented 3 years ago

same request here

farridav commented 3 years ago

I'm happy for someone to get the work underway, and I can chip in where I can, but my time is very limited at the moment unfortunately, and I've not been working with Django in my current contract, making it harder to work on jazzmin.

If nobody else is able to get to this before I am able to carve out time, then I can try to take a look at it, the work for 3rd party app support is building up, and I'll need to find a way to make this maintainable going forwards...