Skip to content

Add a DocumentPanel for zooming and navigating PDF documents

Yuto Takano requested to merge add-zoom-slider-to-documents into master

While we can currently zoom in and navigate to specific pages for an exam, these features are not supported for PDF documents. They are very useful for navigating long documents on large screens (where you'd want to zoom-out to see the whole page).

This MR adds a DocumentPanel component similar to the ExamPanel but with less features, and adds it as a child of the DocumentPdf component.

Screenshot: msedge_2024-04-15_14-53-26

Merge request reports