We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A search input element is available in /app/welcome but its unfuctional. For this to be completed we'd need to:
/app/welcome
lets-watch-it-together/src/components/pages/welcome/AddFriends.tsx
Lines 27 to 164 in 2cf3b9a
to implement reactive, debounced search React component
https://github.com/JakubKoralewski/lets-watch-it-together/blob/main/src/pages/api/search/users.ts
to implement search API endpoint, probably to have easy to understand reliance on TMDb to use corresponding URLs like search/multi and search/tv
search/multi
search/tv
search/movie
search/person
Example of using TMDb API client:
lets-watch-it-together/src/lib/api/shows/getShowDetails.ts
Lines 48 to 87 in 2cf3b9a
The text was updated successfully, but these errors were encountered:
/show/[id]
/movie/[id]
/person/[id]
No branches or pull requests
A search input element is available in
/app/welcome
but its unfuctional. For this to be completed we'd need to:lets-watch-it-together/src/components/pages/welcome/AddFriends.tsx
Lines 27 to 164 in 2cf3b9a
to implement reactive, debounced search React component
https://github.com/JakubKoralewski/lets-watch-it-together/blob/main/src/pages/api/search/users.ts
to implement search API endpoint, probably to have easy to understand reliance on TMDb to use corresponding URLs like
search/multi
andsearch/tv
search/multi
search/tv
search/movie
search/person
Example of using TMDb API client:
lets-watch-it-together/src/lib/api/shows/getShowDetails.ts
Lines 48 to 87 in 2cf3b9a
The text was updated successfully, but these errors were encountered: