You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have a shared card component displayed on the search results page. Some of the sub-components of this card are also used in the experiment page to display necessary data.
To clarify their purpose and indicate that they belong to the experiment context, we want to rename the SearchCard-related components to ExperimentCard.
Problem or idea
To achieve this, we should do the following:
Rename all SearchCard-related components to ExperimentCard
Update the import statements and card references in the codebase
Solution or next step
Rename the following items to ExperimentCard/:
SearchCard/ directory to ExperimentCard
SearchCardHeader to ExperimentCardHeader
SearchCardMeta to ExperimentCardMeta
SearchCardBody to ExperimentCardBody
SearchCardFooter to ExperimentCardFooter
SearchCardAction to ExperimentCardAction
Update the import statements and card references in all components that use this card
The text was updated successfully, but these errors were encountered:
Context
Currently, we have a shared card component displayed on the search results page. Some of the sub-components of this card are also used in the experiment page to display necessary data.
To clarify their purpose and indicate that they belong to the experiment context, we want to rename the
SearchCard
-related components toExperimentCard
.Problem or idea
To achieve this, we should do the following:
SearchCard
-related components toExperimentCard
import
statements and card references in the codebaseSolution or next step
ExperimentCard/
:SearchCard/
directory toExperimentCard
SearchCardHeader
toExperimentCardHeader
SearchCardMeta
toExperimentCardMeta
SearchCardBody
toExperimentCardBody
SearchCardFooter
toExperimentCardFooter
SearchCardAction
toExperimentCardAction
import
statements and card references in all components that use this cardThe text was updated successfully, but these errors were encountered: