mochi-stream / mochi

(In Dev) 🍡 Mochi - Powerful anime streaming platform with a user-friendly interface and high-quality streaming.
https://mochi-preview.vercel.app
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Anime Detail Page #50

Closed linear[bot] closed 1 month ago

linear[bot] commented 1 month ago

Create a page to display detailed information about each anime, including episodes, synopsis, and reviews.

Hadeeny commented 1 month ago

Would love to work on the anime detail page, do you have a design already? Please share the designs if you do.

swargaraj commented 1 month ago

Would love to work on the anime detail page, do you have a design already? Please share the designs if you do.

There's a lot of things going on the project. We are migrating the authentication from Clerk to Lucia Auth. We are also migrating to raw anilist's graphql api to fetch the home page data like the trending, upcoming next season etc. Because of that the latest branch has a lot of stuffs disabled and is being worked on other branches.

#remove-authentication is the latest branch right now. But it removed the clerk authentication. So the header and login/signup pages are commented.

#anilist-graphql-api is currently working on to use the anilist api instead of consumet for the home page.

The anime detail page is here app/anime/[id]/page.tsx and anime state contains the anime information from the consument api. If you want you can design this page. You can make a new branch from #remove-authentication and work on it.

We are trying to build something like this video from dribbble.

If you have any questions you can ask here.

Hadeeny commented 1 month ago

Got it, I'll create a branch from #remove-authentication and go through the code and start work. I'll let you know if I have any questions. Thanks

swargaraj commented 1 month ago

That sounds perfect, thank you for contributing to this project! If you need any help or have questions along the way, feel free to reach out.

swargaraj commented 1 month ago

Hello there, I didn't received any update, so i have started working on the page. #anime-info-page | Preview