-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update KtCard component #788
Labels
priority:4-high ⚠️
Needs to be fixed ASAP, but without HACKs
Comments
RueRivoli
added a commit
that referenced
this issue
Aug 3, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
RueRivoli
added a commit
that referenced
this issue
Aug 3, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
RueRivoli
added a commit
that referenced
this issue
Aug 3, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
RueRivoli
added a commit
that referenced
this issue
Aug 3, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
RueRivoli
added a commit
that referenced
this issue
Aug 3, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
RueRivoli
added a commit
that referenced
this issue
Aug 4, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
RueRivoli
added a commit
that referenced
this issue
Aug 4, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
santiagoballadares
pushed a commit
that referenced
this issue
Aug 4, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
RueRivoli
added a commit
that referenced
this issue
Aug 4, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
santiagoballadares
pushed a commit
that referenced
this issue
Aug 4, 2023
- added a div for image skeleton, header skeleton, and body skeleton - added a class --is-clickable for clickable cards with its associated style - created computed property hasActions that return true if 2 actions props are defined - removed footer slot as we want only to have buttons in the footer (design is ok) - added props: isImgLoading, isTextLoading, primaryActionLabel, secondaryActionLabel, dataTests ... - added a size sm to skeleton size for rectangle - updated documentation for KtCard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
This feature request is necessary to permit the design of Tile (card) view for the catalog. (in addition to the catalog list view)
Describe the solution you'd like
card images needs to have skeletons when loading
card body needs to have skeletons when loading
tabulation makes the focus on the card itself or moves forward to the next card or next page component
shift + tab moves the focus backward to the previous card
enter: open the card if it's a clickable card or perform the action of the focus element if not
Describe alternatives you've considered
/
Additional context
Find more details on B3-13297
The text was updated successfully, but these errors were encountered: