From 82e54ad018ae5fa5cdf90c0d763e09e99bc0e933 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 22 Mar 2026 20:42:53 -0500 Subject: feat: swipe actions on tickets, pastes, builds, and home dashboard --- Hutch/Views/Builds/BuildListView.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Hutch/Views/Builds/BuildListView.swift') diff --git a/Hutch/Views/Builds/BuildListView.swift b/Hutch/Views/Builds/BuildListView.swift index e248ca8..6bfbd6b 100644 --- a/Hutch/Views/Builds/BuildListView.swift +++ b/Hutch/Views/Builds/BuildListView.swift @@ -1,6 +1,7 @@ import SwiftUI struct BuildListView: View { + @AppStorage(AppStorageKeys.swipeActionsEnabled) private var swipeActionsEnabled = true @Environment(AppState.self) private var appState @State private var viewModel: BuildListViewModel? @State private var showSubmitSheet = false -- cgit v1.2.3