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 21:48:03 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
356bbf6372dce09826d11c86ef8d726cb2938647
356bbf63
1 parent
bfc2a3a5
Ajout loader pour les chargements supplémentaires..
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
components/MoviesList.vue
components/MoviesList.vue
View file @
356bbf6
...
...
@@ -200,6 +200,11 @@ onBeforeUnmount(() => {
<p class="text-gray-400">Essayez avec un autre terme de recherche</p>
</section>
<!-- Loader pour le chargement de plus de films -->
<section v-if="isLoadingMore && !isInitialLoading" class="flex justify-center mt-8">
<div class="w-10 h-10 border-4 border-primary border-t-transparent rounded-full animate-spin" />
</section>
<!-- Élément observé pour le défilement infini -->
<div ref="loadMoreTrigger" class="h-10 mt-4" />
</section>
...
...
Please
register
or
login
to post a comment