-
Notifications
You must be signed in to change notification settings - Fork 100
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
Feat/fetch GitHub repo #217
base: master
Are you sure you want to change the base?
Feat/fetch GitHub repo #217
Conversation
…-community into feat/fetch-github-repo
…-community into feat/fetch-github-repo
✅ Deploy Preview for agitated-hoover-61371e ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
Preview on netlify: https://deploy-preview-217--pull-request.netlify.app/ |
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.
Great work! thank you!
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.
Please stay focus on the specific task
* @param FullInfo | ||
* @returns | ||
*/ | ||
function ProjectsPage({ stars, license, languages, projectname }: githubFullinfo) { |
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.
Please move type to new Interface
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.
@MichalPorag What do you mean by that?
@@ -88,7 +88,7 @@ const Navbar = ({ DesHeight }) => { | |||
</div> | |||
<Link shallow href="/"> | |||
<a className={className}> | |||
<Img className="inner-logo" src="/images/logo-2.0.svg" /> | |||
<Img layout="fill" className="inner-logo" src="/images/logo-2.0.svg" /> |
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.
What layout="fill" is for?
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 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.
never mind. let's talk about that after you return.
for now, it looks good so I'm merging :)
@InbarDanieli please fix conflicts so we can merge :) |
…-community into feat/fetch-github-repo
@MichalPorag conflicts have been fixed |
What New?
owner
andrepo
pages to create a generic page that gets projects information depending on the URL's pathexample
When entering this URL:
https://pullrequest.co.il/projects/Pull-Request-Community/pull-request-community-website
you will see some of the information on the pull request community website repo
close #137