From 0f5acb7cf5a2f0407ea2f9eb09f92f51395f9198 Mon Sep 17 00:00:00 2001 From: TekH Date: Sat, 6 Jun 2026 13:37:33 +0200 Subject: [PATCH] Update PdfViewer settings in appsettings.json Removed the `_comment` field from the `PdfViewer` section, which described the PDF Viewer Quality Settings. Increased `ZoomTransitionDuration` from 150 to 900 to adjust zoom transition behavior, potentially improving user experience. --- EnvelopeGenerator.ReceiverUI/wwwroot/appsettings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EnvelopeGenerator.ReceiverUI/wwwroot/appsettings.json b/EnvelopeGenerator.ReceiverUI/wwwroot/appsettings.json index 291be071..fc7343a6 100644 --- a/EnvelopeGenerator.ReceiverUI/wwwroot/appsettings.json +++ b/EnvelopeGenerator.ReceiverUI/wwwroot/appsettings.json @@ -4,14 +4,13 @@ "ForceToUseFakeDocument": false }, "PdfViewer": { - "_comment": "PDF Viewer Quality Settings - Changes are applied automatically via IOptionsMonitor", "ThumbnailBaseScale": 0.75, "ThumbnailEnableHiDPI": true, "ThumbnailMaxDPR": 2.0, "MainCanvasEnableHiDPI": true, "MainCanvasMaxDPR": 2.0, "EnableSmoothZoom": true, - "ZoomTransitionDuration": 150, + "ZoomTransitionDuration": 900, "RenderingOpacity": 0.85, "ThumbnailRenderDelay": 50, "ZoomStepPercentage": 5