Tag-eval (heads vs centroid) + focus/provenance/layout/sticky-header fixes + tag-gaps cleanup #136

Merged
bvandeusen merged 3 commits from dev into main 2026-06-27 23:03:04 -04:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 958378312c - Show all commits
@@ -6,7 +6,7 @@
> >
<v-data-table-virtual <v-data-table-virtual
:headers="headers" :items="store.rows" :loading="store.loading" :headers="headers" :items="store.rows" :loading="store.loading"
height="360" density="compact" height="360" density="compact" fixed-header
no-data-text="No aliases yet create one from a suggestion's menu." no-data-text="No aliases yet create one from a suggestion's menu."
> >
<template #item.mapping="{ item }"> <template #item.mapping="{ item }">
@@ -7,7 +7,7 @@
> >
<v-data-table-virtual <v-data-table-virtual
:headers="headers" :items="store.rows" :loading="store.loading" :headers="headers" :items="store.rows" :loading="store.loading"
height="360" density="compact" height="360" density="compact" fixed-header
no-data-text="No tags on the allowlist yet accept a suggestion to add one." no-data-text="No tags on the allowlist yet accept a suggestion to add one."
> >
<template #item.applied_count="{ item }"> <template #item.applied_count="{ item }">
@@ -31,7 +31,7 @@
</CardHeading> </CardHeading>
<v-data-table-virtual <v-data-table-virtual
:headers="headers" :items="store.tasks" :loading="store.tasksLoading" :headers="headers" :items="store.tasks" :loading="store.tasksLoading"
height="480" density="compact" no-data-text="No tasks yet trigger a scan above." height="480" density="compact" fixed-header no-data-text="No tasks yet trigger a scan above."
> >
<template #item.status="{ item }"> <template #item.status="{ item }">
<v-chip :color="statusColor(item.status)" size="small" variant="tonal"> <v-chip :color="statusColor(item.status)" size="small" variant="tonal">