mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
feat: pass signers prop to FileEntryStatus in grid view
- Add signers prop binding for grid view consistency - Enables language-independent status detection Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
e55950f0ec
commit
1d8f1d5a1f
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@
|
|||
<td class="files-list__row-status"
|
||||
@click="openDetailsIfAvailable">
|
||||
<FileEntryStatus :status="source.status"
|
||||
:status-text="source.statusText" />
|
||||
:status-text="source.statusText"
|
||||
:signers="source.signers || []" />
|
||||
</td>
|
||||
|
||||
<!-- Mtime -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue