wagtail-nest / wagtail-modeladmin

Add any model in your project to the Wagtail admin. Formerly wagtail.contrib.modeladmin.
Other
22 stars 8 forks source link

Feature request: Improve modeladmin listing view with compact lines #15

Open DanielSwain opened 6 years ago

DanielSwain commented 6 years ago

The current presentation for editing Django models leaves a great deal of white space on the page:

image

I think that a more compact presentation with the standard icons for editing, deleting and viewing (if Inspectview is specified in wagtail_hooks.py) in front of the items would be more user-friendly. The icons could still be hidden until rollover as the buttons now are.

image

mikedingjan commented 6 years ago

In my opinion smaller icons close toghether won't make it more user friendly, we also have to think about the peolpe using alternative input devices.. The way model actions are presented now is pretty much how the Wagtail interface is working everywhere I personally find it important and better to have this consistency all over the admin interface rather than changing layout and behaviour for django models.