diff --git a/src/TrueCV.Web/Components/Pages/Dashboard.razor b/src/TrueCV.Web/Components/Pages/Dashboard.razor index f493f6e..3fb4127 100644 --- a/src/TrueCV.Web/Components/Pages/Dashboard.razor +++ b/src/TrueCV.Web/Components/Pages/Dashboard.razor @@ -153,15 +153,38 @@
-
Recent CV Checks
- @_checks.Count total +
+
Recent CV Checks
+ @if (_selectedIds.Count > 0) + { + @_selectedIds.Count selected + } +
+
+ @if (_selectedIds.Count > 0) + { + + } + @_checks.Count total +
- + + @@ -171,9 +194,14 @@ @foreach (var check in _checks) { - - +
Candidate + + Candidate Uploaded Status Score
+ + +
@@ -245,7 +273,7 @@ }
-
+
@if (check.Status == "Completed") { @@ -264,7 +292,7 @@ Retry } -
+ +@if (_showDeleteModal) +{ + +} +