Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley committed Jan 30, 2024
1 parent 8f9e9cb commit 8584ae5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Builds/Views/SummaryView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ struct SummaryView: View {
private var layout = [GridItem(.adaptive(minimum: 300))]

var body: some View {
// TODO: Maybe not a grid?
ScrollView {
LazyVGrid(columns: layout) {
ForEach(applicationModel.status) { status in
Expand All @@ -41,7 +40,6 @@ struct SummaryView: View {
Label("Delete", systemImage: "trash")
}
}
// TODO: Is there a better interaction model for this? Maybe it should be a selectable list?
.onTapGesture {
guard let workflowRun = status.workflowRun else {
return
Expand Down

0 comments on commit 8584ae5

Please sign in to comment.