Skip to content

Commit a146106

Browse files
committed
fix(leaderboard): increase skeleton row loading indicators to 6
Expand the number of loading skeleton circles in the entries table's skeleton row from 3 to 6. This enhances the loading state to better match the expected content layout and improve visual consistency while data is being fetched.
1 parent 6ae4e33 commit a146106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/leaderboard-page/entries-table/skeleton-row.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</div>
1717
</div>
1818
<div class="hidden md:flex items-center gap-1.5 flex-shrink-0 opacity-25 group-hover/table-row:opacity-100">
19-
{{#each (repeat 3)}}
19+
{{#each (repeat 6)}}
2020
<div class="flex h-4 w-4">
2121
<LoadingSkeleton @isCircle={{true}} />
2222
</div>

0 commit comments

Comments
 (0)