-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Refactor features #150
Refactor features #150
Conversation
✅ Deploy Preview for enjoytown ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
brother how did u read my brain and do this before i could 0-0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey sam,
Your changes are very much appreciated. great work!!
- Made TMDB PROXY optional.. was not an idea i would have got.. good work on that
- Reduced reused code for features.. was an idea i wanted to have but was too busy to think about it.. thank a lot for adding it
- Pagination: you have tried to implement this feat but somehow it doesn't work properly 0-0
have a look at the deployment here: https://deploy-preview-150--enjoytown.netlify.app
Kindly try fixing it 0-0.
Thanks,
Avalynndev
Regarding the Other Information: Thanks again, |
hey sam.. i am going out ATM so leave the pagination for now.. |
Ahh I see now! I've made a commit that should fix the missing ANIME description and ep. title. |
Let me look into your code for pagination and try fixing it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes working
@ctrlsam could you work on other features like the ones mentioned in #129 or Upcoming Feat section? |
This reverts commit 7ee9d14.
What kind of change does this PR introduce?
Refactoring
If relevant, did you update the documentation?
Yes, added to README to inform the TMDB proxy is optional, which reduces the complexity of setup for development.
Summary
Other information
@avalynndev it may be worth considering making TMDB api calls servers-side only as the current setup leaks API key to clients. BTW love the project, will be happy to contribute to some more work around this, such as moving the fetch requests outside of the component.
Thanks,
Sam.