native macOS codings agent orchestrator
5
fork

Configure Feed

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

Tune repository list header spacing

+3 -2
+3 -2
supacode/Features/Repositories/Views/SidebarListView.swift
··· 173 173 } 174 174 } 175 175 .frame(maxWidth: .infinity, minHeight: 26, alignment: .center) 176 - .padding(.horizontal, 12) 177 - .padding(.top, 8) 176 + .padding(.leading, 12) 177 + .padding(.trailing, 4) 178 + .padding(.top, 2) 178 179 .padding(.bottom, 4) 179 180 } 180 181