Refactor and enhance EnvelopeReceiverPage UI/UX
- Replaced `SignatureService` with `DocReceiverElementService` in DI. - Refactored `envelope-action-bar` for better readability and added badges for `2FA`, `Access Code`, and `Signature Count`. - Improved error handling and loading states with clearer messages. - Enhanced PDF viewer toolbar with better navigation, zoom, and signature controls. - Added resizable thumbnail sidebar with persistent width settings. - Refactored signature popup to support draw, text, and image tabs with validation. - Improved JavaScript interop for PDF rendering and signature handling. - Introduced DevExpress PDF Viewer as an alternative implementation. - Consolidated state management and improved code readability.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,7 @@
|
||||
@page "/envelope/DxPdfViewer"
|
||||
@rendermode InteractiveServer
|
||||
@using System.IO
|
||||
@using DevExpress.Blazor
|
||||
@using System.Reflection
|
||||
@using DevExpress.Blazor.PdfViewer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user