Home Page Load Optimization
Nucleic-Session: 1D2F0F14-2280-4C63-B0F8-EAA455486B91
This commit is contained in:
@@ -246,7 +246,7 @@ struct ProjectTodoSection: View {
|
|||||||
.font(.caption).foregroundStyle(.secondary)
|
.font(.caption).foregroundStyle(.secondary)
|
||||||
.fixedSize(horizontal: false, vertical: true)
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
}
|
}
|
||||||
VStack(spacing: 0) {
|
LazyVStack(spacing: 0) {
|
||||||
ForEach(todos) { todo in
|
ForEach(todos) { todo in
|
||||||
TodoRow(todo: todo)
|
TodoRow(todo: todo)
|
||||||
if todo.id != todos.last?.id { Divider() }
|
if todo.id != todos.last?.id { Divider() }
|
||||||
|
|||||||
Reference in New Issue
Block a user