The latest version of the documents library (as of Wagtail 7.2) has a compressed top bar which includes search and filters:
wagtailmedia does not, it uses a visually bulky search and collection filter form fields:
I haven't yet looked at internals to see what it would take to have "Add audio"/"Add video" buttons similar to the "Add a document" button, but theoretically this is doable.
Also, the list page should include the "Usage" column.
On a document add/edit page, there are breadcrumbs which allows the user to get back to the Documents list page or even back to "Home":
wagtailmedia does not include breadcrumbs on the Add page:
And does not include breadcrumbs on the Edit page:
If we want to go the images library route, it might be nice to include the thumbnail previews as well as the grid/list layout options.
The latest version of the documents library (as of Wagtail 7.2) has a compressed top bar which includes search and filters:
wagtailmedia does not, it uses a visually bulky search and collection filter form fields:
I haven't yet looked at internals to see what it would take to have "Add audio"/"Add video" buttons similar to the "Add a document" button, but theoretically this is doable.
Also, the list page should include the "Usage" column.
On a document add/edit page, there are breadcrumbs which allows the user to get back to the Documents list page or even back to "Home":
wagtailmedia does not include breadcrumbs on the Add page:
And does not include breadcrumbs on the Edit page:
If we want to go the images library route, it might be nice to include the thumbnail previews as well as the grid/list layout options.