fix(webapp): fixes console warning by adding profile list filter locales (#8810)

* Fix console warning by adding 'common.filter' to locales

* Make 'common.filter' ident in component 'ProfileList.vue' responsive and remove default value
This commit is contained in:
Wolfgang Huß 2025-08-07 14:22:41 +02:00 committed by GitHub
parent 04dec08d04
commit abb9d944f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 12 additions and 1 deletions

View File

@ -89,7 +89,6 @@ export default {
profileListVisibleCount,
filter: null,
itemHeight: 56,
filterPlaceholder: this.$t('common.filter', 'Filter...'),
}
},
computed: {
@ -110,6 +109,9 @@ export default {
? this.filteredConnections
: this.filteredConnections.slice(0, this.profileListVisibleCount)
},
filterPlaceholder() {
return this.$t('common.filter')
},
filteredConnections() {
if (!this.filter) {
return this.profiles

View File

@ -160,6 +160,7 @@
"common": {
"category": "Thema ::: Themen",
"comment": "Kommentar ::: Kommentare",
"filter": "Filtern …",
"letsTalk": "Miteinander reden",
"loading": "wird geladen",
"loadMore": "mehr laden",

View File

@ -160,6 +160,7 @@
"common": {
"category": "Topic ::: Topics",
"comment": "Comment ::: Comments",
"filter": "Filter …",
"letsTalk": "Let`s Talk",
"loading": "loading",
"loadMore": "load more",

View File

@ -160,6 +160,7 @@
"common": {
"category": "Categoría ::: Categorías",
"comment": "Comentario ::: Comentarios",
"filter": null,
"letsTalk": "Hablemos",
"loading": "cargando",
"loadMore": "cargar más",

View File

@ -160,6 +160,7 @@
"common": {
"category": "Catégorie ::: Catégories",
"comment": "Commentaire ::: Commentaires",
"filter": null,
"letsTalk": "Parlons-en",
"loading": "chargement",
"loadMore": "charger plus",

View File

@ -160,6 +160,7 @@
"common": {
"category": "Categoria ::: Categorie",
"comment": "Commento ::: Commenti",
"filter": null,
"letsTalk": "Discutiamo",
"loading": "Caricamento in corso",
"loadMore": "Caricare di più",

View File

@ -160,6 +160,7 @@
"common": {
"category": "Categorie ::: Categorieën",
"comment": "Opmerking ::: Opmerkingen",
"filter": null,
"letsTalk": "Laten we praten",
"loading": "inlading",
"loadMore": "meer laden",

View File

@ -160,6 +160,7 @@
"common": {
"category": "Kategoria ::: Kategorie",
"comment": "Komentarz ::: Komentarze",
"filter": null,
"letsTalk": "Porozmawiajmy",
"loading": "załadunek",
"loadMore": "Obciążenie więcej",

View File

@ -160,6 +160,7 @@
"common": {
"category": "Categoria ::: Categorias",
"comment": "Comentário ::: Comentários",
"filter": null,
"letsTalk": "Vamos Conversar",
"loading": "Carregando",
"loadMore": "Carregar mais",

View File

@ -160,6 +160,7 @@
"common": {
"category": "Категория ::: Категории ::: Категории",
"comment": "Комментарий::: Комментарии::: Комментарии",
"filter": null,
"letsTalk": "Давай поговорим",
"loading": "загрузка",
"loadMore": "Загрузить ещё",