clover-iiif
clover-iiif copied to clipboard
Extensible IIIF front-end toolkit and Manifest viewer. Accessible. Composable. Open Source.
I noticed when switching tabs on the information panel, the components for the previous tab and the next tab are both mounted. Is this a bug or a feature? I...
@adamjarling @mathewjordan These are changes I made Clover in order to support plugins. The two parts that I changed for the annotation plugin was to give the plugin access to...
@adamjarling @mathewjordan This is branch has the code for the annotation editor plugin. It is based on the `/features/clippings-clover` branch which has changes to Clover. This branch won't be merged...
Hello, I have noticed that the audio visualizer disappears when a page change occurs and is only working on the first load of the first page. Here is an [example...
Hello, When an `accompanyingCanvas` is used with an audio file, the visualizer is shown under the canvas. Here is an [example manifest](https://media.performing-arts.ch/iiif/manifest/A-1067-AV-001.json). Ideally, the visualizer background should be transparent and...
This work introduces [Radix UI Themes](https://www.radix-ui.com/) to the Clover IIIF suite. Since its early versions, Clover has utilized unstyled [Radix Primitives](https://www.radix-ui.com/primitives) for core components. By implementing themes, we seek to...
We have an immediate need for a table of contents for organizing audio tracks on a playlist, but if we wanted to use Clover for books we'd definitely need a...
I did this so that I could plug in [audioMotion-analyzer](https://github.com/hvianna/audioMotion-analyzer) and make use of its full range of options. And it has [_a lot_ of options](https://audiomotion.dev/demo/fluid.html). Sample implementation of an...
## What does this do? Implements some initial `i18n` patterns for how to define and use internationalization in Clover. This approach uses the React flavor of the [i18Next](https://react.i18next.com/) package. ###...
## Description Clover should support locales for hardcoded language strings in the User Interface. Support should include: - Any UI items (About, More Information, etc...) - Alt, title, and aria...