-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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/Tailwind migration #13946
Comments
@pettinarip I'm currently handling all of the Quiz components |
@TylerAPfledderer gotcha! added your name next to them, ty. |
@pettinarip Please assign me the |
Assigned @saurabhburade 👍🏼 |
Please assign the Contributors and DataProductCard to me @pettinarip Thanks |
Yey! awesome, assigned! let me know if you need any clarification or help 💪🏼 |
TwImage is not working with remote URLs , getting this error cos its using next/image under the hood should I add |
Right @Baystef lets use the |
Hi @pettinarip can you assign the |
hey @pettinarip could you please assign |
@yashtotla @kushagrasarathe thanks for helping! assigned, thanks |
Hi @pettinarip , |
@pettinarip, when OldText is removed and replaced with a normal
So my question is |
Would like to work on Please assign. |
@Baystef to simplify the migration, we try to match production as much as possible. For now, we won't set a global style for the paragraph as we don't have much consistency in them. What I would suggest is that you try to control the spacing from the parent using Another thing I would like to see if possible is the usage one of the tw sizes/scale, instead of the custom |
Hi @ameeetgaikwad 👋🏼 happy to see you around! I've assigned those to you. Ty |
Please assign these to me @pettinarip
|
@Baystef assigned. Will review those new PRs soon, thanks! |
@pettinarip hey! i want to work on "RollupProductDevDoc.tsx" |
Its yours! @cqw-acq thanks. Let us know if you need help. |
Hey @pettinarip can you assign me stat/index.tsx |
Done @bhushanpardeshii 🙌🏼 ty |
hey @pettinarip i've pushed 2 pr's, #14226 and #14233 for |
would like to work on this |
Done @bhushanpardeshii! |
@pettinarip done! migration RollupProductDevDoc.tsx to tailwind #14268 |
Hi! I would like to work on |
Hi @pettinarip I have opened a PR for migrating ProductList. |
@plvzfq-rit done! and @yashtotla done! I'll review that PR soon. Assigned the other one 👍🏼 |
Description
As part of our Q3 roadmap, this issue tracks the progress of the Shadcn/Tailwind migration.
How to contribute
If you’d like to help with the component migration, please follow these steps:
Tips & Guidance
components/ui
@chakra-ui/react/Icon
⇒ just use the exported svg component from react-icons instead<MdMenu className="text-2xl" />
<p>
tag<h1>
,<h2>
, etc. tagsLink
component defined incomponents/ui/Link
components/ui/buttons/Button
TwImage
fromcomponents/Image
components/ui/flex
as much as possibletailwind.config.ts
file. At the review stage, we will analyze & try to replace old theme colors with new colors from the Design System.Done
DatesAndTimeline
component to Shadcn/Tailwind #14071LocalCommunitiesList
to tailwind #14065In review
Pending
src/components
src/components/Staking
src/components/Translatathon
The text was updated successfully, but these errors were encountered: