Modified header to address pass/fail confusions
This commit is contained in:
@@ -134,14 +134,29 @@ onMounted(async () => {
|
|||||||
<FieldGroup class="gap-4">
|
<FieldGroup class="gap-4">
|
||||||
|
|
||||||
<!-- Column Headers -->
|
<!-- Column Headers -->
|
||||||
<div
|
<div class="relative">
|
||||||
class="grid grid-cols-[180px_155px_65px_41px_1fr_auto] gap-3 font-medium text-sm text-muted-foreground">
|
<div
|
||||||
<div>Member</div>
|
class="grid grid-cols-[180px_155px_65px_41px_1fr_auto] gap-3 font-medium text-sm text-muted-foreground">
|
||||||
<div>Role</div>
|
|
||||||
<div>Bookwork</div>
|
<div>Member</div>
|
||||||
<div>Qual</div>
|
<div>Role</div>
|
||||||
<div>Remarks</div>
|
|
||||||
<div></div> <!-- empty for remove button -->
|
<!-- Bookwork -->
|
||||||
|
<div class="text-center">Bookwork</div>
|
||||||
|
|
||||||
|
<!-- Qual -->
|
||||||
|
<div class="text-center">Qual</div>
|
||||||
|
|
||||||
|
<div>Remarks</div>
|
||||||
|
<div></div> <!-- empty for remove button -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- FLOATING SUPERHEADER -->
|
||||||
|
<div class="absolute left-[calc(180px+155px+65px/2)] -top-5
|
||||||
|
w-[106px] text-center text-xs font-medium text-muted-foreground
|
||||||
|
pointer-events-none">
|
||||||
|
─── Pass ────
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user