This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
General - Abstract Card Component #737
Labels
difficult
This task is difficult
front-end
Visual layout, styling, or view-specific issues
improvement
Primarily tech debt, performance improvements, refactoring
new feature
Features which don't currently exist
Current Features
Currently various different parts of the app use the bootstrap-react Card component in a few different ways. Anywhere it's used requires having the theme hook so that the card can be theme-styled. This may potentially create unnecessary code duplication.
Desired Additional Features
Examine the different usages of the Card component and see if a flexible abstracted card component could be created for use across the application, much in the same way we have the reusable page block component. This could help reduce the number of cases where we have the theme provider.
Screenshots (as needed)
No response
The text was updated successfully, but these errors were encountered: