Skip to content
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

feat: add missing thumbnail and user details #387

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

wielopolski
Copy link
Collaborator

@wielopolski wielopolski commented Jan 16, 2025

Jira issue(s)

LC-586

Overview

This PR adds missing thumbnail handler, user details and refactors courses response type.

@wielopolski wielopolski requested review from typeWolffo, piotr-pajak and mateuszszczecina and removed request for typeWolffo January 16, 2025 15:13
@wielopolski wielopolski self-assigned this Jan 16, 2025
@wielopolski wielopolski added the review me 👀 PR is ready to be reviewed label Jan 16, 2025
@wielopolski wielopolski marked this pull request as ready for review January 16, 2025 15:13
import type { CourseListLayout } from "~/types/shared";

export const CourseList: React.FC<{
availableCourses: GetAllCoursesResponse["data"];
courses: GetAvailableCoursesResponse["data"];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we stay with old name?

Suggested change
courses: GetAvailableCoursesResponse["data"];
availableCourses: GetAvailableCoursesResponse["data"];

@wielopolski wielopolski force-pushed the mw_feat_missing_user_details branch from 7d3055c to 9b700e1 Compare January 16, 2025 20:56
@wielopolski wielopolski merged commit 22cd07b into main Jan 16, 2025
6 checks passed
@wielopolski wielopolski deleted the mw_feat_missing_user_details branch January 16, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me 👀 PR is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants