From f7413506f396f213e439c9bb453003dc772b1537 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:27:30 -0800 Subject: [PATCH] Versions, move dropdown --- .../document-detail.component.html | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html index 13f7640a6..47e3abb9d 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.html +++ b/src-ui/src/app/components/document-detail/document-detail.component.html @@ -1,10 +1,34 @@ + @if (archiveContentRenderType === ContentRenderType.PDF && !useNativePdfViewer) { + @if (previewNumPages) { +
+
Page
+ +
of {{previewNumPages}}
+
+ } +
+ + + +
+ } + + @if (document?.versions?.length > 0) {
} - @if (archiveContentRenderType === ContentRenderType.PDF && !useNativePdfViewer) { - @if (previewNumPages) { -
-
Page
- -
of {{previewNumPages}}
-
- } -
- - - -
- } - -