Removed redundant `EnvelopeKey` checks in `LogoutAsync` and `OnInitializedAsync` methods, simplifying logout and initialization logic. Updated navigation URL to `/envelope/login/`. Streamlined document fetching logic by removing unnecessary conditions. Added logging in `CreateReportInstance` to track report creation. Enabled `ForceToUseFakeDocument` in `appsettings.json` to default to using fake documents. These changes improve code clarity and align behavior with updated requirements.
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"Api": {
|
|
"BaseUrl": "",
|
|
"ForceToUseFakeDocument": true
|
|
},
|
|
"PdfViewer": {
|
|
"ThumbnailBaseScale": 0.75,
|
|
"ThumbnailEnableHiDPI": true,
|
|
"ThumbnailMaxDPR": 2.0,
|
|
"MainCanvasEnableHiDPI": true,
|
|
"MainCanvasMaxDPR": 2.0,
|
|
"EnableSmoothZoom": true,
|
|
"ZoomTransitionDuration": 900,
|
|
"RenderingOpacity": 0.85,
|
|
"ThumbnailRenderDelay": 50,
|
|
"ZoomStepPercentage": 5
|
|
}
|
|
}
|