LomachenkoMA

Results 1 issues of LomachenkoMA

``` VStack { SwipeViewGroup{ ForEach(outRecord, id:\.self){ out in SwipeView { OutCardView(out) .onTapGesture { outVM.loadSingle(out: out) mainStack.append(.outSummary) } .frame(maxWidth: .infinity) .contentShape(Rectangle()) } leadingActions: { _ in SwipeAction("delete", systemImage: "trash.circle", backgroundColor: .red)...