gkuhn1 / django-admin-multiupload

Multi file upload for django-admin app
71 stars 65 forks source link

UI tweaks #14

Open andybak opened 9 years ago

andybak commented 9 years ago

It would reduce the number of confused emails I get from clients if parts of the UI were hidden or disabled when they weren't relevant.

About the only element that should always be active is the green 'Add Files'. All the other buttons plus the top 'toggle' checkbox are often irrelevant and should be disabled to make this clear.

gkuhn1 commented 7 years ago

It should be nice to be able to disable features in the UI without having to overwrite the upload.html template.