progress search
Showing
- app/api/search/people/route.ts 46 additions, 0 deletionsapp/api/search/people/route.ts
- app/api/search/route.ts 49 additions, 0 deletionsapp/api/search/route.ts
- components/nav-header.tsx 1 addition, 1 deletioncomponents/nav-header.tsx
- components/search/api/get-query-people.ts 11 additions, 0 deletionscomponents/search/api/get-query-people.ts
- components/search/api/get-search-results.ts 11 additions, 0 deletionscomponents/search/api/get-search-results.ts
- components/search/components/no-results.tsx 29 additions, 0 deletionscomponents/search/components/no-results.tsx
- components/search/components/search-input.tsx 17 additions, 9 deletionscomponents/search/components/search-input.tsx
- components/search/components/search-results.tsx 58 additions, 0 deletionscomponents/search/components/search-results.tsx
- components/search/hooks/use-search-people.ts 21 additions, 0 deletionscomponents/search/hooks/use-search-people.ts
- components/search/hooks/use-search.ts 20 additions, 0 deletionscomponents/search/hooks/use-search.ts
- package-lock.json 5 additions, 4 deletionspackage-lock.json
- package.json 3 additions, 2 deletionspackage.json
app/api/search/people/route.ts
0 → 100644
app/api/search/route.ts
0 → 100644
components/search/api/get-query-people.ts
0 → 100644
components/search/api/get-search-results.ts
0 → 100644
components/search/components/no-results.tsx
0 → 100644
components/search/hooks/use-search-people.ts
0 → 100644
components/search/hooks/use-search.ts
0 → 100644
... | ... | @@ -33,6 +33,7 @@ |
"@t3-oss/env-nextjs": "^0.6.0", | ||
"@tanstack/react-query": "^4.29.19", | ||
"@uploadthing/react": "^5.1.0", | ||
"axios": "^1.4.0", | ||
"bcrypt": "^5.1.0", | ||
"class-variance-authority": "^0.6.1", | ||
"clsx": "^1.2.1", | ||
... | ... | @@ -61,7 +62,7 @@ |
"@testing-library/react": "^14.0.0", | ||
"@types/bcrypt": "^5.0.0", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.4.0", | ||
"@types/node": "^20.4.1", | ||
"@types/react": "^18.2.14", | ||
"@types/react-dom": "^18.2.6", | ||
"@types/swagger-ui-react": "^4.18.0", | ||
... | ... | @@ -79,4 +80,4 @@ |
"semver": "^7.5.3", | ||
"optionator": "^0.9.3" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment