This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Item components share a lot of code #1923
Open
Description
Our "item" React components - ChangedFileItem
, CommitDetailItem
, CommitPreviewItem
, GitTabItem
, GithubTabItem
, IssueishDetailItem
- share code for most of their implementation. It'd be nice to refactor their common behavior out somehow to reduce boilerplate and cut down on the amount of copy-and-paste in maintenance.