Edward Silverton
Edward Silverton
Hi, Is it possible to retrieve a flattened list of nodes recursively for a tree of arbitrary depth? I know that the flatten operator isn't recursive, but is there some...
Document breaking changes to configuration values e.g. `pagingHeaderPanel` > `headerPanel` https://github.com/UniversalViewer/universalviewer/compare/v4.0.24...v4.0.25#
http://universalviewer.io/examples/?manifest=http%3A%2F%2Fwww.qdl.qa%2F%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9%2Fiiif%2F81055%2Fvdc_100000004987.0x000001%2Fmanifest 'Previous Image' should read 'Next Image' and vice versa.
when using large collections like C&D, the tree should scroll to the correct position after loading and expand all parent nodes.
https://gist.githubusercontent.com/rsinghal/0f46ec03ab2d472c14c9624c09994b0a/raw/41626ff6c0e6789d3c2a60bfd1ed9592c10da5a8/manifest.json https://gist.githubusercontent.com/aeschylus/c16ce0a80c1faeb02921adb4e6c829f9/raw/d89054191e5c206c67d3d6c58b1e8b79a9b00423/manfiest.json
See https://github.com/UniversalViewer/universalviewer/pull/75 (false by default)
When a bad canvas index is supplied in hash params, show generic error box. (This functionality was lost after Manifesto refactor). Test info.json errors show message box.
Ability to transition between pages with next/prev buttons. Partition download options into image level and document level?
Provide a "cover page" view when embedded. Similar to current lightbox mode (can these be merged?) but with extra title, description, logo, and license. Mock up: https://docs.google.com/presentation/d/1oKKfd1mp206aRDvuL-YtkvpGj8_cxLQT9jmyCwpcZKM/edit?usp=sharing
Created `CanvasWorld.ts` - use types for `ViewingDirection`, added `OA_CHOICE` to @iiif/vocabulary - added `normalize-url`. Can we use that instead of `Utils.normaliseUrl` ? Added `imageResources`, `aspectRatio`, `onFragment`, `resourceAnnotation`, `resourceAnnotations` to `Canvas.ts`...