465986b5273501374520e4e26931a3a826520515
The commit implements cross-page navigation for signatures in the `EnvelopeViewer.razor` component. Users can now navigate between signatures across pages using "Next Signature" and "Previous Signature" buttons. Key changes: - Fixed `getSignatureNavState()` to correctly calculate total, signed, and unsigned signatures globally. - Updated `goToNextSignature()` to navigate to the next unsigned signature, including automatic page changes and scrolling. - Updated `goToPreviousSignature()` to navigate to the last signed signature, including automatic page changes and scrolling. - Ensured navigation buttons are properly disabled when no further navigation is possible. The toolbar design remains unchanged, as requested. These changes address issues caused by a previous implementation that broke the counter and navigation functionality.
Description
No description provided
Languages
JavaScript
86.8%
C#
6.6%
Visual Basic .NET
2.7%
HTML
2.3%
CSS
1.1%
Other
0.4%