native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reduce custom commands list viewport height

onevcat 3cb0082b 00eff345

+3 -1
+3 -1
supacode/Features/Settings/Views/RepositorySettingsView.swift
··· 320 320 .padding(.horizontal, 6) 321 321 .padding(.vertical, 6) 322 322 } 323 - .frame(height: 300) 323 + .frame(height: customCommandsListHeight) 324 324 } 325 325 .clipShape(RoundedRectangle(cornerRadius: 8)) 326 326 ··· 1145 1145 private var customCommandsNameColumnWidth: CGFloat { 190 } 1146 1146 1147 1147 private var customCommandsShortcutColumnWidth: CGFloat { 140 } 1148 + 1149 + private var customCommandsListHeight: CGFloat { 200 } 1148 1150 } 1149 1151 1150 1152 private struct InlineEditableCellButton<Label: View>: View {