Description
The SkeletonRow component is currently defined internally at the bottom of app/components/Arena.tsx. We want to reuse this loading state in other parts of the application.
Task
- Create a new file
app/components/ui/SkeletonRow.tsx.
- Move the
SkeletonRow code from Arena.tsx to this new file.
- Export it as a default component.
- Update
Arena.tsx to import the new component.
File Location: app/components/Arena.tsx (Line ~210)
Labels: ui, enhancement, good first issue
Description
The
SkeletonRowcomponent is currently defined internally at the bottom ofapp/components/Arena.tsx. We want to reuse this loading state in other parts of the application.Task
app/components/ui/SkeletonRow.tsx.SkeletonRowcode fromArena.tsxto this new file.Arena.tsxto import the new component.File Location:
app/components/Arena.tsx(Line ~210)Labels:
ui,enhancement,good first issue