feat: add dashboard pending signatures widget#6256
Merged
vitormattos merged 9 commits intomainfrom Feb 4, 2026
Merged
Conversation
42755c8 to
75371a1
Compare
Member
|
Nice! Make a rebase with main branch. I fixed the integration tests. |
67205cd to
e3b9eea
Compare
Contributor
Author
b58d236 to
1d36bae
Compare
vitormattos
requested changes
Jan 2, 2026
vitormattos
reviewed
Jan 2, 2026
vitormattos
reviewed
Jan 2, 2026
vitormattos
requested changes
Jan 2, 2026
Member
vitormattos
left a comment
There was a problem hiding this comment.
Very cool! Visually it looks great.
I sent some comments regarding the backend; it needs some improvements.
Member
Signed-off-by: samuelsonmesquita <samuelsonma@gmail.com>
Signed-off-by: samuelsonmesquita <samuelsonma@gmail.com>
Signed-off-by: samuelsonmesquita <samuelsonma@gmail.com>
Signed-off-by: samuelsonmesquita <samuelsonma@gmail.com>
1d36bae to
689af75
Compare
- Implement IConditionalWidget interface to conditionally display widget - Add isEnabled() method that checks if LibreSign certificate engine is configured - Widget will only display on dashboard when LibreSign setup is complete - Inject CertificateEngineFactory to verify installation status - Prevents showing widget when LibreSign is not properly configured Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
261cec5 to
e39d1e6
Compare
Member
|
/backport to stable33 |
Member
|
/backport to stable32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Pull Request Description
This pull request introduces a new Dashboard widget that displays documents with pending signatures for the current user. The widget lists only files that are associated with the user and are still awaiting their signature, providing quick access directly from the Dashboard.
The implementation reuses existing LibreSign services and mappers to ensure consistent permission checks and filtering logic. Each item shows relevant document information and links directly to the signing page, improving visibility and usability for users who need to complete pending signatures.
Pull Request Type