Commit Graph

5 Commits

Author SHA1 Message Date
4b1cd06ac7 Improve search api 2025-10-31 16:03:18 +03:30
d20e838ae4 Format project 2025-10-31 11:10:44 +03:30
e9be428097 refactor: rename MovieCard to MediaCard and update to support multi-media types
- Rename MovieCard.vue to MediaCard.vue and update all related references
- Add MediaDetails.vue component to handle both movie and TV series details
- Remove old MovieDetails.vue component
- Update MovieList.vue to use MediaCard instead of MovieCard
- Modify API functions to handle both movie and TV series details
- Update store from useMoviesStore to useMediaStore with new naming conventions
- Update type references from MovieType to MediaType
- Add support for TV series details in DetailsView.vue

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-22 22:27:01 +03:30
72271d1de2 Added improved types 2025-10-22 21:12:20 +03:30
42b184d9e9 first commit 2025-10-20 17:10:51 +03:30