We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cc57c commit eea6772Copy full SHA for eea6772
app/components/Package/Table.vue
@@ -300,7 +300,7 @@ function getColumnLabel(id: ColumnId): string {
300
>
301
{{ getColumnLabel('security') }}
302
</th>
303
- <th class="w-8">
+ <th scope="col" class="w-8">
304
<span class="sr-only">{{ getColumnLabel('selection') }}</span>
305
306
</tr>
@@ -330,6 +330,9 @@ function getColumnLabel(id: ColumnId): string {
330
<td v-if="isColumnVisible('keywords')" class="py-3 px-3">
331
<div class="h-4 w-32 bg-bg-muted rounded animate-pulse ms-auto" />
332
</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>
336
337
</template>
338
0 commit comments