Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Bruno Predot
/
tmdb_test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Bruno Predot
2025-04-24 15:08:34 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b257d0939053ef2cf4fba0e6e022b41bbbb85bb
2b257d09
1 parent
2aba35b9
Ajout navigation vers le détail.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
components/MoviesList.vue
components/SearchBar.vue
components/MoviesList.vue
View file @
2b257d0
...
...
@@ -70,6 +70,7 @@ onMounted(() => {
v-for="movie in movies"
:key="movie.id"
class="bg-gray-800 rounded-lg overflow-hidden shadow-lg transition-transform duration-300 hover:scale-105 cursor-pointer"
@click="navigateTo(`/movies/${movie.id}`)"
>
<div class="relative pb-[150%]">
<img
...
...
components/SearchBar.vue
View file @
2b257d0
Please
register
or
login
to post a comment