Home Page Load Optimization

Nucleic-Session: 1D2F0F14-2280-4C63-B0F8-EAA455486B91
This commit is contained in:
Nucleic
2026-06-27 14:23:14 -07:00
parent ce27eb395b
commit fc3548273b
+1 -1
View File
@@ -246,7 +246,7 @@ struct ProjectTodoSection: View {
.font(.caption).foregroundStyle(.secondary)
.fixedSize(horizontal: false, vertical: true)
}
VStack(spacing: 0) {
LazyVStack(spacing: 0) {
ForEach(todos) { todo in
TodoRow(todo: todo)
if todo.id != todos.last?.id { Divider() }