native macOS codings agent orchestrator
6
fork

Configure Feed

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

Update style

onevcat 90aba90b de944e99

+2 -3
+2 -3
supacode/Features/Settings/Views/RepositorySettingsView.swift
··· 73 73 Form { 74 74 Section("Display") { 75 75 VStack(alignment: .leading, spacing: 12) { 76 - TextField("", text: customTitle, prompt: Text(folderName)) 77 - .labelsHidden() 76 + TextField("Name", text: customTitle, prompt: Text(folderName)) 78 77 .textFieldStyle(.roundedBorder) 79 - 78 + Divider() 80 79 RepositoryAppearancePickerView(store: store) 81 80 } 82 81 .frame(maxWidth: .infinity, alignment: .leading)