liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
69 stars 69 forks source link

fix(alloy-ui): AUI-3217 Adding alternative text for thumbnails in Image Gallery #1082

Closed antonio-ortega closed 1 year ago

antonio-ortega commented 1 year ago

Hi guys,

This is an addition to #1065 .

With previous changes we were not adding an alternative text to thumbnails within image gallery, because 'links' object (Where image information is) is not passed to aui-image-viewer-multiple component.

Let me know if you have any questions.

Thanks.

Regards.

bryceosterhaus commented 1 year ago

LGTM! I didn't test it, but from a code perspective it looks fine.

antonio-ortega commented 1 year ago

Hi @bryceosterhaus ,

Thanks for your review.

If it is ok, I'd need this pull request to be merged and release a new AUI version.

Thanks!