@@ -104,7 +104,7 @@ function getColumnLabelKey(id: ColumnId): string {
104104
105105<template >
106106 <div class =" overflow-x-auto" >
107- <table class =" w-full text-left " >
107+ <table class =" w-full text-start " >
108108 <thead class =" border-b border-border" >
109109 <tr >
110110 <!-- Name (always visible) -->
@@ -160,7 +160,7 @@ function getColumnLabelKey(id: ColumnId): string {
160160 <th
161161 v-if =" isColumnVisible('downloads')"
162162 scope =" col"
163- class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-right focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-inset focus-visible:outline-none"
163+ class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-end focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-inset focus-visible:outline-none"
164164 :class =" {
165165 'cursor-pointer hover:text-fg transition-colors duration-200':
166166 isSortable('downloads'),
@@ -245,31 +245,31 @@ function getColumnLabelKey(id: ColumnId): string {
245245 <th
246246 v-if =" isColumnVisible('qualityScore')"
247247 scope =" col"
248- class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-right "
248+ class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-end "
249249 >
250250 {{ $t(getColumnLabelKey('qualityScore')) }}
251251 </th >
252252
253253 <th
254254 v-if =" isColumnVisible('popularityScore')"
255255 scope =" col"
256- class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-right "
256+ class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-end "
257257 >
258258 {{ $t(getColumnLabelKey('popularityScore')) }}
259259 </th >
260260
261261 <th
262262 v-if =" isColumnVisible('maintenanceScore')"
263263 scope =" col"
264- class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-right "
264+ class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-end "
265265 >
266266 {{ $t(getColumnLabelKey('maintenanceScore')) }}
267267 </th >
268268
269269 <th
270270 v-if =" isColumnVisible('combinedScore')"
271271 scope =" col"
272- class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-right "
272+ class =" py-3 px-3 text-xs font-mono font-medium text-fg-muted uppercase tracking-wider text-end "
273273 >
274274 {{ $t(getColumnLabelKey('combinedScore')) }}
275275 </th >
@@ -296,7 +296,7 @@ function getColumnLabelKey(id: ColumnId): string {
296296 <td v-if =" isColumnVisible('description')" class =" py-3 px-3" >
297297 <div class =" h-4 w-48 bg-bg-muted rounded animate-pulse" />
298298 </td >
299- <td v-if =" isColumnVisible('downloads')" class =" py-3 px-3 text-right " >
299+ <td v-if =" isColumnVisible('downloads')" class =" py-3 px-3 text-end " >
300300 <div class =" h-4 w-16 bg-bg-muted rounded animate-pulse ml-auto" />
301301 </td >
302302 <td v-if =" isColumnVisible('updated')" class =" py-3 px-3" >
0 commit comments