Skip to content

fix: dynamically populate skill chip counts based on mock data#1459

Open
Premshaw23 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
Premshaw23:fix/job-board-skill-counts
Open

fix: dynamically populate skill chip counts based on mock data#1459
Premshaw23 wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
Premshaw23:fix/job-board-skill-counts

Conversation

@Premshaw23
Copy link
Copy Markdown
Contributor

Pull Request Description

This PR links the computed skill counts to the DOM elements:
Implements updateChipCounts() to iterate over each skill filter chip and update the .jb-chip-count text with the correct computed counts from the mock job database.
Invokes updateChipCounts() on page initialization so that correct values (React (3), Python (6), Java (1), etc.) are displayed to the user from the start.

closes #1458


Type of Change

  • ✨ New animation / hover effect
  • 🧩 New component
  • 📝 Documentation improvement
  • 🐛 Bug fix in an existing submission
  • Other (describe below)

Submission Checklist

⚠️ PRs that fail this checklist will be closed without review.

  • All changes are inside submissions/examples/your-feature-name/
  • Includes demo.html — self-contained, opens in browser with no server
  • Includes style.css — raw CSS for the proposed feature
  • Includes README.md — what it does, how to use it, why it fits EaseMotion CSS
  • No changes to core/
  • No changes to components/
  • One feature per PR (no bundled unrelated changes)

Feature Description

What does this add?

How does a developer use it?

<!-- Show the class usage in HTML -->

Why does it fit EaseMotion CSS?


Demo

  • Demo added (demo.html works by opening directly in a browser)

Browser Testing

  • Chrome
  • Firefox
  • Edge
  • Safari (optional but appreciated)

Notes for Maintainer


Reminder: Only the repository maintainer may merge pull requests.
Do not self-merge, even if you have write access.
Maximum 2 active assigned issues per contributor — unassign extras before opening a PR.

Copilot AI review requested due to automatic review settings June 5, 2026 08:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

✅ Submission Validation Passed!

Great job! All required files are present.

📁 Folder: submissions/examples/job-board-search-filters

Files found:

  • demo.html
  • style.css
  • README.md

🚀 Next Steps:

  • The maintainer will review your PR
  • Respond to any feedback if requested
  • Once approved, your contribution will be merged!

Thank you for contributing to EaseMotion CSS! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inaccurate and Hardcoded Skill Counts on Job Board Filter Chips

2 participants