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
feat: refactor course card display into separate component
Create a new `TrackPageCourseCardList` component to encapsulate the
logic for displaying course cards with progress. Move relevant
functionality from `TrackPageIntroductionAndCourses` to the new
component, improving code organization and reusability. Update
template references to use the new component.
0 commit comments