Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Update/fix `ChangeHandle` form (#1280)

* fix well-known did copy value

* s/Domain/Host in change handle form

authored by

Eric Bailey and committed by
GitHub
953ae9c0 37a70f0a

+4 -4
+4 -4
src/view/com/modals/ChangeHandle.tsx
··· 316 316 // events 317 317 // = 318 318 const onPressCopy = React.useCallback(() => { 319 - Clipboard.setString(`did=${store.me.did}`) 319 + Clipboard.setString(isDNSForm ? `did=${store.me.did}` : store.me.did) 320 320 Toast.show('Copied to clipboard') 321 - }, [store.me.did]) 321 + }, [store.me.did, isDNSForm]) 322 322 const onChangeHandle = React.useCallback( 323 323 (v: string) => { 324 324 setHandle(v) ··· 410 410 {isDNSForm ? ( 411 411 <> 412 412 <Text type="md" style={[pal.text, s.pb5, s.pl5]}> 413 - Add the following record to your domain: 413 + Add the following DNS record to your domain: 414 414 </Text> 415 415 <View style={[styles.dnsTable, pal.btn]}> 416 416 <Text type="md-medium" style={[styles.dnsLabel, pal.text]}> 417 - Domain: 417 + Host: 418 418 </Text> 419 419 <View style={[styles.dnsValue]}> 420 420 <Text type="mono" style={[styles.monoText, pal.text]}>