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
If the CatalogCard is used in a component that has a version it can then be passed like this:
<CatalogCard
key={index}
cardLink={`https://meshery.layer5.io/catalog/content/catalog/${item?.id}`}
cardHeight="20rem"
cardWidth="16rem"
pattern={item}
type="Catalog"
patternType={item?.catalog_data?.type}
version={item?.version} // Add this line if version tag is required
/>
Note: The above implementation is with reference to CatalogCard usage in CatalogGrid component of Layer5
@dottharun and @leecalcote please share your thoughts on the suggested implementation process. Based on your remarks I'll push commits and we can test this.
Current Behavior
The
meshery-cloud
is still using its ownCatalogCard
, this needs to be centralized to sistent to consolidate these components.Desired Behavior
Enhance the Sistent component to avoid creation and usage of a separate
CatalogCard
inmeshery-cloud
Implementation
If the CatalogCard is used in a component that has a version it can then be passed like this:
Note: The above implementation is with reference to
CatalogCard
usage in CatalogGrid component of Layer5Acceptance Tests
Mockups
Contributor Guide
The text was updated successfully, but these errors were encountered: