native macOS codings agent orchestrator
5
fork

Configure Feed

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

Indent worktree rows in repository sections

+2 -1
+2 -1
supacode/Features/Repositories/Views/WorktreeRowsView.swift
··· 363 363 .tag(SidebarSelection.worktree(row.id)) 364 364 .id(SidebarScrollID.worktree(row.id)) 365 365 .typeSelectEquivalent("") 366 - .padding(.horizontal, 8) 366 + .padding(.leading, 20) 367 + .padding(.trailing, 8) 367 368 .background { 368 369 if isSelected { 369 370 RoundedRectangle(cornerRadius: 5)