Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -43,7 +43,7 @@ struct ContextMenuCardView: View {
|
|||||||
.font(.caption)
|
.font(.caption)
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
} else {
|
} else {
|
||||||
VStack(alignment: .leading, spacing: 8) {
|
VStack(alignment: .leading, spacing: 12) {
|
||||||
if self.rows.isEmpty, self.isLoading {
|
if self.rows.isEmpty, self.isLoading {
|
||||||
ForEach(0..<2, id: \.self) { _ in
|
ForEach(0..<2, id: \.self) { _ in
|
||||||
self.placeholderRow
|
self.placeholderRow
|
||||||
@@ -93,6 +93,7 @@ struct ContextMenuCardView: View {
|
|||||||
.layoutPriority(2)
|
.layoutPriority(2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.padding(.vertical, 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
private var placeholderRow: some View {
|
private var placeholderRow: some View {
|
||||||
|
|||||||
Reference in New Issue
Block a user