fstoe
fstoe
I just found a unused parameter and removed it.
When using the M3 Viewer with the workspaceControlPanel set to false and placed next to a custom sidebar (allowing custom actions and triggering the Mirador catalog view), the fixed sizing...
I recently found out that setting [preserveViewport in the osd settings](https://github.com/ProjectMirador/mirador/blob/master/src/config/settings.js#L545) does nothing. So I made some little changes to the OpenSeadragonViewer Component and to the setcanvas action.
Hi, i added the option to disable the thumbnails labels. See[ issue 3247](https://github.com/ProjectMirador/mirador/issues/3247)
Hello, this PR tries to fix the issue described here: https://github.com/ProjectMirador/mirador/issues/3903 The reason why view and thumbnail options could not be controlled correctly was due to the use of the...
Hi, i created a PR which solves [issue 3873](https://github.com/ProjectMirador/mirador/issues/3873)
Hello, this PR is for fixing missing aria-expanded and aria-selected labels as described in issue https://github.com/ProjectMirador/mirador/issues/3578 including (https://github.com/ProjectMirador/mirador/issues/3907)
Hello, these changes prepare the plugin for the Mirador4/Mui5/React 18 upgrade. - i ran mui codemods, integrated styled components - fixed the tests - updated the dependencies - added webpack...
I found out that adding something through the add button in the catalog view which is json but not a manifest makes the viewer crash. steps to reproduce: - Open...
I have just fixed a bug. This is related to the table of contents and the ScrollTo component. Previously, an empty containerRef was passed to it inital, which meant that...