What happens:
When viewing passage reference 12r-14v, all of the text parts are shown, but only the first folio image is shown:

When paginating to 15r-17v, the first folio image is shown

What I'd expect to happen:
Show multiple folios, with the text parts "grouped" into a text part / folio row.
(The ImageAnnotations query could even return the relevant text parts, rather than having to build something up client-side:
https://github.com/scaife-viewer/frontend/blob/master/packages/reader-image-mode/src/ImageModeReader.vue#L72
)
What happens:
When viewing passage reference 12r-14v, all of the text parts are shown, but only the first folio image is shown:
When paginating to 15r-17v, the first folio image is shown
What I'd expect to happen:
Show multiple folios, with the text parts "grouped" into a text part / folio row.
(The
ImageAnnotationsquery could even return the relevant text parts, rather than having to build something up client-side:https://github.com/scaife-viewer/frontend/blob/master/packages/reader-image-mode/src/ImageModeReader.vue#L72
)