Bluesky app fork with some witchin' additions 💫

Set mute word dialog text input return key type to "done" (#9967)

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

authored by samuel.fm

Claude and committed by
GitHub
612a7783 162a78e1

+1
+1
src/components/dialogs/MutedWords.tsx
··· 132 132 autoCorrect={false} 133 133 autoCapitalize="none" 134 134 autoComplete="off" 135 + returnKeyType="done" 135 136 label={_(msg`Enter a word or tag`)} 136 137 placeholder={_(msg`Enter a word or tag`)} 137 138 value={field}