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

migrated trilemma modal to shadcn ui sheet component #14102

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

atharv-av
Copy link

The trilemma modal previously used chakra imports. I replaced them with shadcn ui and tailwind css. Also, I used components from @/components/ui/flex

@github-actions github-actions bot added the dependencies 📦 Changes related to project dependencies label Oct 9, 2024
Copy link

netlify bot commented Oct 9, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit c77abcf
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/670674943cdefa000862fcbc
😎 Deploy Preview https://deploy-preview-14102--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 (🔴 down 2 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.

@pettinarip pettinarip mentioned this pull request Oct 10, 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 @atharv-av.

There are a few files that shouldn't be modified. LMK if you need help.

.env.example Outdated
Copy link
Member

Choose a reason for hiding this comment

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

This file should not be modified. Lets revert it.

Copy link
Member

Choose a reason for hiding this comment

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

Same, revert this file. We shouldn't have any changes in this file

yarn.lock Outdated
Copy link
Member

Choose a reason for hiding this comment

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

idem

</DrawerContent>
</Drawer>
</Hide>
<Sheet open={mobileModalOpen} onOpenChange={handleModalClose}>
Copy link
Member

Choose a reason for hiding this comment

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

We need to add a condition to only display/use the Sheet in mobile devices. Currently I can see it on desktop https://deploy-preview-14102--ethereumorg.netlify.app/en/roadmap/vision/

image

@pettinarip pettinarip added the hacktoberfest Track hacktoberfest activity label Oct 17, 2024
@pettinarip
Copy link
Member

Hey @atharv-av wanted to know if you are blocked on this PR or need help. LMK thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 📦 Changes related to project dependencies hacktoberfest Track hacktoberfest activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants