PR-Pilot-AI / pr-pilot

An AI agent for your development workflow that can search and manipulate the code base, browse the internet and interact with Github issues and pull requests
https://www.pr-pilot.ai
GNU General Public License v3.0
149 stars 16 forks source link

🔍 Add Search Bar to SkillHub #240

Closed pr-pilot-ai[bot] closed 1 week ago

pr-pilot-ai[bot] commented 1 week ago

The SkillHub has been updated to include a giant search bar with a magnifying glass icon. The search functionality is implemented to direct to /hub/search where the search results are displayed.

Changes made:

  1. Updated hub/templates/hub/skill_list.html:

    • Added a search bar with a magnifying glass icon.
    • Adjusted the layout to include the search bar.
  2. Updated hub/urls.py:

    • Added a new URL pattern for the search functionality.
  3. Updated hub/views.py:

    • Added a new view skill_search to handle the search functionality and display the results.

You can now search for skills using the search bar on the SkillHub page.