Yashasv-Prajapati / Docify

5 stars 2 forks source link

Add: Search Functionality for importing new project #99

Closed AtharvaMulay25 closed 3 months ago

AtharvaMulay25 commented 3 months ago

This PR does the following: Implemented search functionality in /new Updated search functionality to use client component in dashboard

linear[bot] commented 3 months ago
CS3-114 Search in New Projects Page

Expected Behaviour 1. In client/app/new/page.tsx, implement search function to search in available repositories of the current logged in user. 2. Implement debouncing if required for reducing API calls.