Improve startup UX with placeholders and prefetch
This commit is contained in:
@@ -17,6 +17,7 @@ struct TableRowView<Label: View, Value: View>: View {
|
||||
HStack(alignment: .top) {
|
||||
label()
|
||||
.frame(width: 180, alignment: .leading)
|
||||
.unredacted()
|
||||
|
||||
value()
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
|
||||
Reference in New Issue
Block a user