iOS client for Grain grain.social
ios photography atproto
7
fork

Configure Feed

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

fix: stop dimming deselected thumbs in gallery photo strip

authored by

Hima Aramona and committed by
Chad Miller
bd896df6 51cd7446

-1
-1
Grain/Views/Create/PhotoThumbnailCell.swift
··· 40 40 RoundedRectangle(cornerRadius: geometry.maskCornerRadius, style: .continuous) 41 41 .strokeBorder(Color.accentColor, lineWidth: isSelected ? 2.5 : 0) 42 42 ) 43 - .opacity(geometry.mode == .preview && !isSelected && !isDragging ? 0.5 : 1.0) 44 43 .overlay(alignment: .bottomTrailing) { 45 44 altPill.opacity(hideDelete ? 0 : 1) 46 45 }