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.

Enable localization. use text.bubble

+3 -3
+1 -1
Grain/Views/Components/GalleryCardView.swift
··· 474 474 (onCommentTap ?? onNavigate)() 475 475 } label: { 476 476 HStack(spacing: 5) { 477 - Image(systemName: "bubble.right") 477 + Image(systemName: "bubble") 478 478 .font(.system(size: 20)) 479 479 Text("\(gallery.commentCount ?? 0)") 480 480 }
+2 -2
Grain/Views/Notifications/NotificationsView.swift
··· 193 193 switch reason { 194 194 case .galleryFavorite, .storyFavorite: "heart.fill" 195 195 case .follow: "person.fill.badge.plus" 196 - case .galleryComment, .storyComment: "bubble.left.fill" 197 - case .reply: "arrowshape.turn.up.left.fill" 196 + case .galleryComment, .storyComment: "text.bubble.fill" 197 + case .reply: "arrowshape.turn.up.backward.fill" 198 198 case .galleryCommentMention, .galleryMention: "at" 199 199 case .unknown: "bell.fill" 200 200 }