Gareth Estchild

Results 37 issues of Gareth Estchild

Relates to https://github.com/wellcomecollection/platform/issues/5747 and Relates to https://github.com/wellcomecollection/platform/issues/5755 Our iiif manifests can contain auth V1 and auth V2 services, or just auth v1 services (they need to be recently generated to...

## What does this change? For [#5762](https://github.com/wellcomecollection/platform/issues/5762) - adds the users role to UserInfo - passes the users role to the showItemLink function, which determines whether we should display a...

It's possible to [create accordion behaviour with details/summary tags](https://developer.chrome.com/docs/css-ui/exclusive-accordion) and this is something we might need to do for the Exhibition pages. However, we need to be sure it is...

epic: accessibility

## What does this change? For [#11074](https://github.com/wellcomecollection/wellcomecollection.org/issues/11074) - Updates the link resolver function to use the uid instead of id - Replaces hardcoded urls with the linkResolver function where is...

[all](https://developer.mozilla.org/en-US/docs/Web/CSS/all) is a shorthand CSS property that allows us to remove the default styles of elements, using the value 'reset' We currently do this in more verbose ways in our...

Related to https://github.com/wellcomecollection/wellcomecollection.org/pull/11164 Under certain circumstances we display a message on events within an event schedule. We had to update this logic recently for an upcoming event and release it...

Our Events, Exhibitions and CollectionVenues custom types in Prismic have several [select fields with single options](https://github.com/wellcomecollection/wellcomecollection.org/blob/f8c7c4e19bf3f8d930b706fd5e538093d9f91931/common/customtypes/events/index.json#L272) We've noticed that this causes a problem with Prismic's new page builder. If you...