native macOS codings agent orchestrator
6
fork

Configure Feed

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

feat(repo-icon): round corners on user-uploaded image icons

Apply a size-proportional corner radius to non-tintable user images
(PNG/JPEG logos) so they read more like app icons. Tintable SVG
templates and SF Symbols are left untouched.

onevcat 2990554c 96411b13

+1
+1
supacode/Features/Repositories/Views/RepositoryIconImage.swift
··· 74 74 Image(nsImage: nsImage) 75 75 .resizable() 76 76 .aspectRatio(contentMode: .fit) 77 + .clipShape(.rect(cornerRadius: size * 0.18)) 77 78 .accessibilityHidden(true) 78 79 } 79 80 } else {