-
Notifications
You must be signed in to change notification settings - Fork 151
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(generic-card): make generic card from download card #166
feat(generic-card): make generic card from download card #166
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I'm gonna merge this in and remove the dead CSS in a commit on main; as to not hold you up!
<div className={s.buttons}>{children}</div> | ||
</div> | ||
); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also remove the corresponding .downloadCard
styles inside of the DownloadPage.module.css
file.
What does this do?
hoists the
DownloadCard
component to it's ownGenericCard
component for future use. This component will probably be extended with the work on the Showcase pageNote
This is a recreation of #129 because GH did not like the transition from private > public repo 🥴
Why?
To tackle #125, My plan is a "grid" of cards with an image, title and description (possibly a modal to open config etc). Instead of re-creating something, moving this card component made sense.
Images/Video
Download page (unchanged as this is a component move but screenshotting for validity)
Notes