05/11 Update issue's status, and inspector can changes issue's status

This commit is contained in:
Nguyen Ngo
2026-05-11 16:49:22 -04:00
parent c0b47ec132
commit 6367dac1e6
5 changed files with 238 additions and 27 deletions
@@ -42,9 +42,7 @@ struct InspectionHistoryView: View {
} else {
List {
ForEach(inspections) { inspection in
NavigationLink {
HistoryDetailView(inspection: inspection)
} label: {
NavigationLink(value: inspection) {
HistoryRowView(inspection: inspection)
}
}