|
|
@@ -19,9 +19,10 @@ extension MeetupId { |
|
|
|
TextField("Binding-3", value: $textField.v, formatter: Cord.TextFieldValueOwner()) |
|
|
|
.padding(8) |
|
|
|
.border(Color.blue, width: 2) |
|
|
|
ProgressView() |
|
|
|
.padding(8) |
|
|
|
.opacity(isLoading.v ? 1 : 0) |
|
|
|
if isLoading.v { |
|
|
|
ProgressView() |
|
|
|
.padding(8) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
Button(action: join.v.send) { |
|
|
@@ -36,6 +37,7 @@ extension MeetupId { |
|
|
|
} |
|
|
|
.frame(width: 320) |
|
|
|
.padding() |
|
|
|
.animation(.easeInOut(duration: 0.3)) |
|
|
|
} |
|
|
|
} |
|
|
|
} |