This commit is contained in:
cheykrym 2025-10-26 02:49:59 +03:00
parent 128ed5723a
commit 7f73216936
2 changed files with 4 additions and 1 deletions

View File

@ -641,6 +641,9 @@
},
"Значение сохранено в буфере обмена." : {
"comment" : "Сообщение после копирования"
},
"Идет загрузка..." : {
},
"Идея" : {
"comment" : "feedback category: idea",

View File

@ -84,7 +84,7 @@ struct BlockedUsersView: View {
userRow(user)
}
if isLoading {
ProgressView()
Text("Идет загрузка...")
.frame(maxWidth: .infinity, alignment: .center)
.listRowBackground(Color.clear)
.listRowSeparator(.hidden)