feat: replace infinite scroll with load more button for footer access

This commit is contained in:
2026-02-04 11:45:30 +01:00
parent de0f3628ce
commit 2ffbfdf3e1
4 changed files with 24 additions and 27 deletions

View File

@@ -24,7 +24,8 @@
"placeholderLocation": "Standort",
"addFavorite": "Zu Favoriten hinzufügen",
"removeFavorite": "Aus Favoriten entfernen",
"noListings": "Keine Anzeigen gefunden"
"noListings": "Keine Anzeigen gefunden",
"loadMore": "Mehr laden"
},
"common": {
"loading": "Laden...",

View File

@@ -24,7 +24,8 @@
"placeholderLocation": "Location",
"addFavorite": "Add to favorites",
"removeFavorite": "Remove from favorites",
"noListings": "No listings found"
"noListings": "No listings found",
"loadMore": "Load more"
},
"common": {
"loading": "Loading...",

View File

@@ -24,7 +24,8 @@
"placeholderLocation": "Emplacement",
"addFavorite": "Ajouter aux favoris",
"removeFavorite": "Retirer des favoris",
"noListings": "Aucune annonce trouvée"
"noListings": "Aucune annonce trouvée",
"loadMore": "Charger plus"
},
"common": {
"loading": "Chargement...",