-
-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Copy link
Labels
Description
The RepositoriesCard component currently represents a single repository, but the name implies multiple repositories. Additionally, the title in the card should indicate that it is clickable by showing a pointer cursor.
Goals
- Rename the component from
RepositoriesCardtoRepositoryCard - Update all instances where
RepositoriesCardis imported, used, or referenced - Add a
cursor: pointerstyle to the card title to indicate it is clickable - Update/add tests to verify pointer on the title
Implementation details
- Refactor the component file name and default export
- Update all imports and usages across the codebase
- Ensure the title element has a pointer cursor when hovered
- Verify that existing functionality is not broken after renaming
Acceptance criteria
- Component is renamed to
RepositoryCardeverywhere - The card title shows a pointer cursor on hover
- No console errors or broken references in the app
- Functionality of the component remains unchanged
Are you going to work on fixing this?
- Yes
- No
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done