Update Badge component in ProspectContainer: add click event and icon for verification prompt

This commit is contained in:
troogs
2026-04-21 20:52:19 +02:00
parent 40f0213a73
commit 3db943d652

View File

@@ -152,7 +152,7 @@
@if(Prospect?.Images?.Count > 0) @if(Prospect?.Images?.Count > 0)
{<div class="text-center mt-3"> {<div class="text-center mt-3">
<Badge Color="Color.Info" Style="margin-bottom: 0.5rem;">Perso-Check möglich</Badge></div> <Badge Color="Color.Info" Style="margin-bottom: 0.5rem; cursor: pointer;" @onclick="OpenVerificationDialogAsync"><i class="fa-solid fa-address-card"></i>-Prüfung möglich</Badge></div>
} }
<div class="text-center d-flex justify-content-center gap-2 mt-1"> <div class="text-center d-flex justify-content-center gap-2 mt-1">