You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pull request #6054 we received a new object browser view (Icon View)
In the list view which was the previous default if you had an image block on a non image such as a link content type
that item is displayed with a list tag with the class disabled.
See:
This is how the Icon view shows the link content type:
Adding the disabled class to the icon view list tag would make the listing look like:
The text was updated successfully, but these errors were encountered:
@ichim-david I've identified a way to improve the Icon View in the object browser. We can add a 'disabled' class to non-image items, similar to how it's done in the List View. This would involve modifying the IconViewItem component to check the item type and apply the class accordingly. It's a small change that will enhance visual consistency across views. Would you like me to proceed with implementing this enhancement?
In pull request #6054 we received a new object browser view (Icon View)
In the list view which was the previous default if you had an image block on a non image such as a link content type
![choose-image-disabled](https://private-user-images.githubusercontent.com/152852/338187049-6ea33062-e5e9-4297-b425-703b4211cbd6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTM4ODMsIm5iZiI6MTczOTIxMzU4MywicGF0aCI6Ii8xNTI4NTIvMzM4MTg3MDQ5LTZlYTMzMDYyLWU1ZTktNDI5Ny1iNDI1LTcwM2I0MjExY2JkNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxODUzMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04MTExZTQ3OTc2ZDNlMmQ3MWYxYWUwMGY1ZDAwMjgxZmQ1YmM1NWUwZDE0ODAwOTljNzczMDJhODYzOGI4M2Q0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.484GH5tfIInavzjgtt_m9y22ITUtp8RJaDimMg0mjpU)
that item is displayed with a list tag with the class disabled.
See:
This is how the Icon view shows the link content type:
![current-album-behavior](https://private-user-images.githubusercontent.com/152852/338187336-90a99611-3878-41fd-a1f2-36e540499ae3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTM4ODMsIm5iZiI6MTczOTIxMzU4MywicGF0aCI6Ii8xNTI4NTIvMzM4MTg3MzM2LTkwYTk5NjExLTM4NzgtNDFmZC1hMWYyLTM2ZTU0MDQ5OWFlMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxODUzMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xODMyMmZkNDQwMjYxOTU0ZjkyNTdlZGNhNTRlZWIwZjUyZDkzM2M3ZjYwZjc0NDlhMmQzNzhkODMwNjhiYzIzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.JmoE5pZZAfkRgwKnBrh_mVU3G7AOo73frFqhCRieHTo)
Adding the disabled class to the icon view list tag would make the listing look like:
![adding-disabled-class](https://private-user-images.githubusercontent.com/152852/338187557-1f409178-edcf-40c8-9902-8a8e71a91d2c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTM4ODMsIm5iZiI6MTczOTIxMzU4MywicGF0aCI6Ii8xNTI4NTIvMzM4MTg3NTU3LTFmNDA5MTc4LWVkY2YtNDBjOC05OTAyLThhOGU3MWE5MWQyYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxODUzMDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zNmQxNThiZWMwODFiNGZkNGYxY2I1NjAyMDQ3MWQ5OWQxMjRiZjdlNDYyNzliYmQ1NWI1ODg5MTAxYzliMzFmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.JFZ0MtEC8aPbzbor2rroKCH2c2P_BKliiEyQ7jccvh8)
The text was updated successfully, but these errors were encountered: