-
-
Notifications
You must be signed in to change notification settings - Fork 33
NW6 |Zeliha Pala| JS2 | Codewars -API - Project #17
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-codewars-projects ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Nice job! Have you made other web components now?
<p>Honor: ${this.userData.honor}</p> | ||
<p>Clan: ${this.userData.clan}</p> | ||
<p>Leaderboard Position: ${this.userData.leaderboardPosition}</p> | ||
<p>Total Authored Challenges: ${this.userData.codeChallenges.totalAuthored}</p> |
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.
How
<p>Total Authored Challenges: ${this.userData.codeChallenges.totalAuthored}</p> | |
<p>Total Authored Challenges: ${this.userData.codeChallenges.totalAuthored}</p> |
How would you only show this line if totalAuthored had a value of greater than zero?
color: var(--rank); | ||
border: 3px solid; | ||
padding: .25em .5em; | ||
color: var(--rank); |
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.
color: var(--rank); | |
color: var(--rank); | |
background: black; |
Hard to read!
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.