-
Notifications
You must be signed in to change notification settings - Fork 107
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-to-typescript #361
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for fossc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Locally it went everything well. Let me check once the deployment logs |
yeah, done its working fine now |
Hey @ayush-129 Thanks a lot for PR, your work is amazing,. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @ayush-129
@ayush-129 the only showstopper are the merge conflicts, can you fix them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are few things that I think need to be changed
-
The homepage doesn't looks similar there are visual changes like animation alignment mismatched and a animation is present that should not be there
-
original ( fosscu.org )
- current PR preview
-
The Nav bar is not identical, in this PR, a new
Resouces
is added which should not be there. -
original ( fosscu.org )
- current PR preview
- One thing is that, why the
ts -> js
compile file is in the source code, I think they should be in the build ( ps. I don't know about this )
@YASH-YADAV-dynamo , @JiyaGupta-cs , @codecShivam , @adityaslyf PTAL
Migrate to TypeScript and Next.js
fixes #117
The codes are migrated to typescript till now.
Please do give suggestions if any.
@Mr-Sunglasses