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(generic-card): make generic card from download card #166

Merged

Conversation

DeadEnglish
Copy link
Contributor

What does this do?

hoists the DownloadCard component to it's own GenericCard component for future use. This component will probably be extended with the work on the Showcase page

Note

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)

Screenshot 2024-12-26 at 19 25 07

Notes

Copy link

vercel bot commented Dec 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 27, 2024 10:02am

Copy link
Member

@BrandonRomano BrandonRomano left a 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>
);
}
Copy link
Member

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.

@BrandonRomano BrandonRomano merged commit 35d40fb into ghostty-org:main Dec 28, 2024
4 checks passed
@BrandonRomano BrandonRomano mentioned this pull request Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants