Commit 3a3108d
committed
refactor(components): add types and clean imports
Add TypeScript declarations for LoadingSkeleton component to improve
type safety across the app. Extend the component registry for better
type inference.
Update LeaderboardPageEntriesTableSkeletonRow to include typed Args for
rankText, enhancing component API clarity.
Remove unused imports (task, tracked) from entries-table component to
clean up the codebase and reduce clutter.1 parent 3fd2b3b commit 3a3108d
File tree
3 files changed
+10
-2
lines changed- app/components
- leaderboard-page
- entries-table
3 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments