tangled
alpha
login
or
join now
jeanmachine.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
small focus fix
jeanmachine.dev
3 weeks ago
702660b4
74b74639
+4
1 changed file
expand all
collapse all
unified
split
src
components
PdsBadge.tsx
+4
src/components/PdsBadge.tsx
···
5
5
import {usePdsLabelEnabled, usePdsLabelHideBskyPds} from '#/state/preferences/pds-label'
6
6
import {usePdsLabelQuery} from '#/state/queries/pds-label'
7
7
import {atoms as a, useBreakpoints} from '#/alf'
8
8
+
import {IS_WEB} from '#/env'
8
9
import {Button} from '#/components/Button'
9
10
import * as Dialog from '#/components/Dialog'
10
11
import {FaviconOrGlobe, PdsDialog} from '#/components/PdsDialog'
···
89
90
onPress={evt => {
90
91
evt.preventDefault()
91
92
dialogControl.open()
93
93
+
if (IS_WEB) {
94
94
+
;(document.activeElement as HTMLElement | null)?.blur()
95
95
+
}
92
96
}}>
93
97
{({hovered}) => (
94
98
<View