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: story comment sheet uses xmark dismiss and left-align preview

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2 -1
+1 -1
Grain/Views/Stories/StoryCommentSheet.swift
··· 30 30 }, 31 31 onDismiss: { onDismiss?() }, 32 32 onProfileTap: onProfileTap, 33 - dismissStyle: .done, 33 + dismissStyle: .xmark, 34 34 focusOnAppear: false 35 35 ) 36 36 .presentationDetents([.large])
+1
Grain/Views/Stories/StoryViewer.swift
··· 599 599 .padding(.horizontal, 10) 600 600 .padding(.vertical, 5) 601 601 .background(.white.opacity(0.15), in: .capsule) 602 + Spacer(minLength: 0) 602 603 } 603 604 } 604 605 .buttonStyle(.plain)