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

Shadcn migrate - AssetDownload - AssetDownloadArtist - AssetDownloadImage #13960

Conversation

saurabhburade
Copy link
Contributor

Description

  • Migrate AssetDownload to tailwind
  • Migrate AssetDownloadArtist to tailwind
  • Migrate AssetDownloadImage to tailwind

Copy link

netlify bot commented Sep 25, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 86e1f36
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/66f65e6fefb9bf0008dbee04
😎 Deploy Preview https://deploy-preview-13960--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 51 (🟢 up 5 from production)
Accessibility: 93 (no change from production)
Best Practices: 89 (🔴 down 9 from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@saurabhburade saurabhburade marked this pull request as ready for review September 25, 2024 12:48
@pettinarip pettinarip mentioned this pull request Sep 27, 2024
65 tasks
Copy link
Member

@pettinarip pettinarip left a comment

Choose a reason for hiding this comment

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

Thanks @saurabhburade. Pushing a cleanup commit and we are done.

type AssetDownloadProps = {
title: string
alt: string
artistName?: string
artistUrl?: string
image: ImageProps["src"]
svgUrl?: string
} & FlexProps
} & BaseHTMLAttributes<HTMLDivElement> & { asChild?: boolean }
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
} & BaseHTMLAttributes<HTMLDivElement> & { asChild?: boolean }
} & BaseHTMLAttributes<HTMLDivElement>

px="4"
borderRadius="0 0 4px 4px"
className={cn(
"mb-4 border border-t-0 border-[#e5e5e5]",
Copy link
Member

Choose a reason for hiding this comment

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

Will remove these colors and leave the border default for now

Suggested change
"mb-4 border border-t-0 border-[#e5e5e5]",
"mb-4 border border-t-0",

>
<Flex me="2" fontSize="md" textColor="text300">
<Flex className="me-2 text-md text-text-300">
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<Flex className="me-2 text-md text-text-300">
<Flex className="me-2 text-md">

@pettinarip pettinarip merged commit 6381f6a into ethereum:dev Sep 30, 2024
8 of 9 checks passed
This was referenced Oct 2, 2024
@pettinarip pettinarip added the hacktoberfest Track hacktoberfest activity label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Track hacktoberfest activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants