Replace cloud model speed with label

This commit is contained in:
Beingpax 2025-06-15 23:49:41 +05:45
parent f7e160ac99
commit 7c833b7be9

View File

@ -348,15 +348,10 @@ struct CloudModelCardView: View {
.foregroundColor(Color(.secondaryLabelColor))
.lineLimit(1)
// Speed
HStack(spacing: 3) {
Text("Speed")
.font(.system(size: 11, weight: .medium))
.foregroundColor(Color(.secondaryLabelColor))
progressDotsWithNumber(value: model.speed * 10)
}
.lineLimit(1)
.fixedSize(horizontal: true, vertical: false)
Label("Cloud Model", systemImage: "icloud")
.font(.system(size: 11))
.foregroundColor(Color(.secondaryLabelColor))
.lineLimit(1)
// Accuracy
HStack(spacing: 3) {