Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

Rename "lightbox" to "image viewer" in user-facing strings (#9807)

https://claude.ai/code/session_01LWKpUAY5WJL7UfeFJd9kVU

Co-authored-by: Claude <noreply@anthropic.com>

authored by samuel.fm

Claude and committed by
GitHub
d9ef0273 809b318f

+2 -2
+2 -2
src/view/com/lightbox/Lightbox.web.tsx
··· 63 return ( 64 <Pressable 65 accessibilityHint={undefined} 66 - accessibilityLabel={_(msg`Close image lightbox`)} 67 onPress={handleBackgroundPress} 68 style={[a.fixed, a.inset_0, a.z_10]}> 69 <Backdrop /> ··· 216 ]} 217 hoverStyle={styles.blurredBackdropHover} 218 color="secondary" 219 - label={_(msg`Close lightbox`)} 220 shape="round" 221 size={gtPhone ? 'large' : 'small'}> 222 <XIcon size={gtPhone ? 'md' : 'sm'} style={{color: t.palette.white}} />
··· 63 return ( 64 <Pressable 65 accessibilityHint={undefined} 66 + accessibilityLabel={_(msg`Close image viewer`)} 67 onPress={handleBackgroundPress} 68 style={[a.fixed, a.inset_0, a.z_10]}> 69 <Backdrop /> ··· 216 ]} 217 hoverStyle={styles.blurredBackdropHover} 218 color="secondary" 219 + label={_(msg`Close image viewer`)} 220 shape="round" 221 size={gtPhone ? 'large' : 'small'}> 222 <XIcon size={gtPhone ? 'md' : 'sm'} style={{color: t.palette.white}} />