fa icons for matrix

This commit is contained in:
2026-08-04 10:12:19 +02:00
parent 0eb507a977
commit 4eddea1ff2
@@ -26,6 +26,7 @@
<tr>
<template v-for="group in columnGroups" :key="group.label">
<th v-for="(col, colIdx) in group.kinds" :key="col.kind" :class="['builds-th-sub', group.color, { 'builds-group-start': colIdx === 0 }]">
<i :class="group.icon" class="builds-sub-icon"></i>
{{ col.sub }}
</th>
</template>
@@ -171,6 +172,9 @@ onMounted(() => store.fetch())
.builds-th-sub {
@apply px-3 py-2 text-center text-[10px] font-bold uppercase tracking-wider;
}
.builds-sub-icon {
@apply text-[9px] mr-0.5 opacity-60;
}
.builds-group-start {
@apply border-l-2;
}