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: PopupCourseBlock Component #79

Merged
merged 25 commits into from
Feb 8, 2024

Conversation

DhruvArora-03
Copy link
Member

@DhruvArora-03 DhruvArora-03 commented Feb 6, 2024

New component for the course blocks in the extension popup

takes in

PopupCourseBlockProps {
    className?: string;
    course: Course;
    primaryColor: string; // tailwind class name for background (ex. "bg-emerald-300")
    secondaryColor: string; // tailwind class name for drag handle and icon background (ex. "bg-emerald-500")
    whiteText?: boolean; // control if font is white or black
}

actual:
image

figma:
image

@Razboy20
Copy link
Member

Razboy20 commented Feb 8, 2024

image image

@Razboy20 Razboy20 requested review from sghsri and Razboy20 February 8, 2024 03:21
@sghsri sghsri merged commit f045b40 into Longhorn-Developers:main Feb 8, 2024
1 check passed
doprz pushed a commit that referenced this pull request Mar 6, 2024
Co-authored-by: Razboy20 <[email protected]>
Co-authored-by: Razboy20 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants