wmde / LOSH-Frontend

1 stars 3 forks source link

Implement displaying available images on the Detail Page #83

Closed ckawohl-wmde closed 2 years ago

ckawohl-wmde commented 2 years ago

As per the specifications, use available image data coming from the GraphQL api to display images on the Detail Page. If this can't be implemented safely, display link to image.

jakobw commented 2 years ago

In theory this works already. The problem is that the label of the file URL Property in the code is spelled slightly differently to the actual label: fileURL vs fileUrl. I guess I'll fix it in the code because it's consistent with the spelling of originalUrl.