kolibri
kolibri copied to clipboard
Upgrade places utilizing `KCard` from beta to its final API
Dependencies
KDS v5.0.0-rc7
Summary
KDS v5.0.0-rc7 will introduce breaking changes to KCard, such as renaming some props (see release notes as soon as available). In Kolibri, we need to update the following components accordingly:
- kolibri-common/components/Cards/AccessibleFolderCard.vue
- kolibri-common/components/Cards/AccessibleResourceCard.vue
- kolibri-common/components/Cards/AccessibleChannelCard.vue
Furthemore, KDS v5.0.0-rc7 introduces many new guidelines to the KCard documentation page. The components above should be reviewed against it and updated to follow them whenever relevant.
As of Oct 1, 2024, KCardGrid isn't yet used in Kolibri, however if its beta version find its way to Kolibri codebase before this issue is resolved, it should too be updated to its final version and revisited against guidelines - simply follow the KCardGrid documentation page.