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

Re-adds Preact to homepage frameworks #264

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jonniebigodes
Copy link
Contributor

Follows up on #257 & #263

With this small pull request Preact is added to the list of supported frameworks.

What was done:

  • Adjusted the HomeRenderer component
  • Added the Preact logo (in SVG format) to the proper location

@kylegach when you're able, can you take a look into this pr and follow up with any feedback you may have? Thanks in advance

@jonniebigodes jonniebigodes added the documentation Improvements or additions to documentation label Feb 4, 2025
Copy link

netlify bot commented Feb 4, 2025

Deploy Preview for storybook-addon-catalog ready!

Name Link
🔨 Latest commit c644d35
🔍 Latest deploy log https://app.netlify.com/sites/storybook-addon-catalog/deploys/67a245c6e27526000884305f
😎 Deploy Preview https://deploy-preview-264--storybook-addon-catalog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 4, 2025

Deploy Preview for storybook-frontpage ready!

Name Link
🔨 Latest commit c644d35
🔍 Latest deploy log https://app.netlify.com/sites/storybook-frontpage/deploys/67a245c63ec1c50008fd152e
😎 Deploy Preview https://deploy-preview-264--storybook-frontpage.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -40,6 +40,12 @@ export function HomeRenderers({ activeVersion }: HomeRenderersProps) {
title="React Native"
subtitle="on device"
/>
<Card
Copy link
Collaborator

Choose a reason for hiding this comment

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

The original PR that added this placed it at the end of the card grid. Was it moved up on purpose?

I think it's more appropriately placed at the end.

Copy link
Contributor Author

@jonniebigodes jonniebigodes Feb 4, 2025

Choose a reason for hiding this comment

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

I left as such to be "React-adjacent". Technically, Preact is quite similar to React. Nothing more

Copy link
Collaborator

@kylegach kylegach left a comment

Choose a reason for hiding this comment

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

One comment to consider, but I'll approve to unblock you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants