Table View for Media Collection no longer shows the thumbnail gallery #2540
-
Current version: also I use After I've updated the payload version, all my media collections look like Table Views (columns with non-image data instead of thumbnails). Is it possible to return them back? Or to configure it using some "admin" property? UPD: I found that if I select "File name" column I can see previews 🙈 (but it's so not obvious) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @lilnotes If you don't want to wait for us to get to it you can always make a custom List component and assign it to admin.components.List in your upload enabled collections. It might be a bit of work but you could look at the old UI component as your guide https://github.com/payloadcms/payload/tree/v1.6.23/src/admin/components/elements/UploadGallery |
Beta Was this translation helpful? Give feedback.
-
Hi @lilnotes @DanRibbens I've just had a go at this here... |
Beta Was this translation helpful? Give feedback.
Hey @lilnotes
This was a UX decision we made when implementing bulk operations. Several others have asked for different list views in other discussions and we think it is a great idea!
If you don't want to wait for us to get to it you can always make a custom List component and assign it to admin.components.List in your upload enabled collections. It might be a bit of work but you could look at the old UI component as your guide https://github.com/payloadcms/payload/tree/v1.6.23/src/admin/components/elements/UploadGallery
Which gets used in: src/admin/components/views/collections/List/Default.tsx