clover-iiif icon indicating copy to clipboard operation
clover-iiif copied to clipboard

Extensible IIIF front-end toolkit and Manifest viewer. Accessible. Composable. Open Source.

Results 38 clover-iiif issues
Sort by recently updated
recently updated
newest added

It appears Clover is not localizable. See [here](https://github.com/samvera-labs/clover-iiif/blob/ed01ac9c0fc9c85aa7c732acf8199c27e4adbfc9/src/components/Viewer/Viewer/Toggle.tsx#L26) and [here](https://github.com/samvera-labs/clover-iiif/blob/ed01ac9c0fc9c85aa7c732acf8199c27e4adbfc9/src/components/Viewer/Viewer/Content.tsx#L60). There aren't a ton of strings in the library. If we had time to add support for localized strings, would...

enhancement
in progress

Expanding on [this comment](https://github.com/samvera-labs/clover-iiif/pull/186#issuecomment-1996282865): I think there are two major improvements that can be made to the configuration immediately and relatively easily. The first is to make all properties of...

Hello, Would it be possible to add the next/previous buttons that appear in the Media controls to the controls of the ImageViewer? This is related to the full-screen issue #181...

Hello, Can the control buttons be shown when on full-screen? From what I gathered, since you are using custom controls, it may not be straightforward. I found [this post](https://github.com/openseadragon/openseadragon/issues/669#issuecomment-122747855) that...

I'm not sure if this is a bug, but I thought I'd report just in case you think it is. If you have a multi-canvased manifest and the canvases don't...

I'm eager to use Clover for a new web project. However, I'm finding a fetch error in cases where a Manifest's `@id` URI points to a permalink server which in...

bug

In OSD component, a new openseadragron viewer instance is created when that component is created. https://github.com/samvera-labs/clover-iiif/blob/4080e1ffb1bba15fae3f7a76f40a881f3f984dc6/src/components/Viewer/ImageViewer/OSD.tsx#L61 1) Is a new viewer instance needed every time OSD loads? Or is it...

Background to this issue here: https://github.com/ArchiveLabs/iiif.archivelab.org/issues/108 It looks like Clover can't play this video manifest from the Internet Archive: https://samvera-labs.github.io/clover-iiif/?iiif-content=https://iiif.archive.org/iiif/3/youtube-7w8F2Xi3vFw/manifest.json Manifest: https://iiif.archive.org/iiif/3/youtube-7w8F2Xi3vFw/manifest.json and complains about a CORS error. Through testing...

## Description Clover Viewer should support this via the use of `accompanyingCanvas` in a IIIF Manifest's `Canvas`. The use case might be for displaying an image for an audio file....

enhancement

What is the current recommendation for adding an SVG overlay to the viewer? (such as: https://github.com/openseadragon/svg-overlay)