Skip to content

Commit eea6772

Browse files
refactor: add table column skeleton
1 parent 42cc57c commit eea6772

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/components/Package/Table.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function getColumnLabel(id: ColumnId): string {
300300
>
301301
{{ getColumnLabel('security') }}
302302
</th>
303-
<th class="w-8">
303+
<th scope="col" class="w-8">
304304
<span class="sr-only">{{ getColumnLabel('selection') }}</span>
305305
</th>
306306
</tr>
@@ -330,6 +330,9 @@ function getColumnLabel(id: ColumnId): string {
330330
<td v-if="isColumnVisible('keywords')" class="py-3 px-3">
331331
<div class="h-4 w-32 bg-bg-muted rounded animate-pulse ms-auto" />
332332
</td>
333+
<td class="py-3 px-3 w-8">
334+
<div class="h-4 w-4 bg-bg-muted rounded animate-pulse ms-auto" />
335+
</td>
333336
</tr>
334337
</template>
335338

0 commit comments

Comments
 (0)