plotwist-app / plotwist

Open-source easy management and reviews of your movies, series and animes.
https://plotwist.app
224 stars 11 forks source link

feat: view my lists link #178

Closed Heitors09 closed 1 month ago

Heitors09 commented 1 month ago

Describe your changes

Added a button that takes me to the page of my lists, which only appears for the authenticated user and already renders in their lists tab when clicked. To achieve this, I created a client component that opens the tabs of the page, handles the fetches within it, and passes their results as props to my component and subsequently to the components that the shdcn tabs render.

Issue ticket number and link

172

PLO-52

Checklist before requesting a review

a button who leads the user from the all lists page to the own lists page

Preview: image

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plotwist ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2024 3:31pm
Heitors09 commented 1 month ago

Changes made: