Skip to content

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

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

Conversation

zelihapala
Copy link

@zelihapala zelihapala commented Feb 18, 2024

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

netlify bot commented Feb 18, 2024

Deploy Preview for cyf-codewars-projects ready!

Name Link
🔨 Latest commit 94aa823
🔍 Latest deploy log https://app.netlify.com/sites/cyf-codewars-projects/deploys/65d2522c29a47f00087f872b
😎 Deploy Preview https://deploy-preview-17--cyf-codewars-projects.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@zelihapala zelihapala changed the title added some more data to the badge component. WM5 |Zeliha Pala| JS2 | Codewars -API - Project Feb 18, 2024
@zelihapala zelihapala changed the title WM5 |Zeliha Pala| JS2 | Codewars -API - Project NW6 |Zeliha Pala| JS2 | Codewars -API - Project Feb 18, 2024
Copy link
Member

@SallyMcGrath SallyMcGrath left a 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>
Copy link
Member

Choose a reason for hiding this comment

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

How

Suggested change
<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);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
color: var(--rank);
color: var(--rank);
background: black;

Hard to read!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants