IIIF-Commons / thumbnail-panel

https://thumbnail-panel.netlify.app
MIT License
3 stars 1 forks source link

Integration issues #47

Open glenrobson opened 1 year ago

glenrobson commented 1 year ago

UV issues:

Background colour

Loading manifest multiple times

Behaviour not being overwritten

Not exporting the css in the package json so Ed had to copy the css

glenrobson commented 1 year ago

Clover integration:

Stephen: features look useful as extra APIs Can we inject items inside thumbnail panel? Does render props do this in react?

For example: https://gist.github.com/stephenwf/3f10cf9e53037f77f8a8760273d93524

Could also use CSS:

For filter on labels, we can add the label to a data attribute and you can use CSS:
div:has(div[data-label*="find this"]) { display: block }

For grouped pages would we want to show the group? Rather than just the specific found instance.