b16ae70762e031140f0129cbc701ea0e8a202023
This commit removes all features and UI elements related to signature handling in the `EnvelopeReceiverPage_DxReportViewer.razor` file. Key changes include: - Removed signature creation (drawing, typing, uploading) and associated UI components like the signature popup and action bar. - Removed annotation handling logic, including toggling checkboxes and applying signatures to annotations. - Removed PDF export functionality for signed documents. - Deleted methods and properties related to signature handling, such as `AddSignature`, `OnInitializedAsync`, and `SignaturePopupVisible`. - Removed `@inject` services and JavaScript interop calls related to signature handling. - Simplified the `DxReportViewer` usage to only display the report without overlays or interactions. - Removed envelope metadata display and logout functionality. The page now focuses solely on displaying reports without any signature-related features.
Description
No description provided
Languages
JavaScript
86.6%
C#
6.7%
Visual Basic .NET
2.7%
HTML
2.4%
CSS
1.1%
Other
0.4%