tangled
alpha
login
or
join now
nasso.dev
/
bsky-social-app
0
fork
atom
my fork of the bluesky client
0
fork
atom
overview
issues
pulls
pipelines
Fix spacing (#5444)
authored by
Eric Bailey
and committed by
GitHub
1 year ago
4161e233
c88b5554
+16
-15
1 changed file
expand all
collapse all
unified
split
src
view
com
notifications
FeedItem.tsx
+16
-15
src/view/com/notifications/FeedItem.tsx
···
22
22
import {useNavigation} from '@react-navigation/native'
23
23
import {useQueryClient} from '@tanstack/react-query'
24
24
25
25
+
import {useAnimatedValue} from '#/lib/hooks/useAnimatedValue'
26
26
+
import {usePalette} from '#/lib/hooks/usePalette'
27
27
+
import {makeProfileLink} from '#/lib/routes/links'
28
28
+
import {NavigationProp} from '#/lib/routes/types'
29
29
+
import {forceLTR} from '#/lib/strings/bidi'
30
30
+
import {sanitizeDisplayName} from '#/lib/strings/display-names'
31
31
+
import {sanitizeHandle} from '#/lib/strings/handles'
32
32
+
import {niceDate} from '#/lib/strings/time'
33
33
+
import {colors, s} from '#/lib/styles'
25
34
import {logger} from '#/logger'
35
35
+
import {isWeb} from '#/platform/detection'
36
36
+
import {DM_SERVICE_HEADERS} from '#/state/queries/messages/const'
26
37
import {FeedNotification} from '#/state/queries/notifications/feed'
27
27
-
import {useAnimatedValue} from 'lib/hooks/useAnimatedValue'
28
28
-
import {usePalette} from 'lib/hooks/usePalette'
29
29
-
import {makeProfileLink} from 'lib/routes/links'
30
30
-
import {NavigationProp} from 'lib/routes/types'
31
31
-
import {forceLTR} from 'lib/strings/bidi'
32
32
-
import {sanitizeDisplayName} from 'lib/strings/display-names'
33
33
-
import {sanitizeHandle} from 'lib/strings/handles'
34
34
-
import {niceDate} from 'lib/strings/time'
35
35
-
import {colors, s} from 'lib/styles'
36
36
-
import {isWeb} from 'platform/detection'
37
37
-
import {DM_SERVICE_HEADERS} from 'state/queries/messages/const'
38
38
-
import {precacheProfile} from 'state/queries/profile'
39
39
-
import {useAgent} from 'state/session'
38
38
+
import {precacheProfile} from '#/state/queries/profile'
39
39
+
import {useAgent} from '#/state/session'
40
40
import {atoms as a, useTheme} from '#/alf'
41
41
import {Button, ButtonText} from '#/components/Button'
42
42
import {
···
315
315
/>
316
316
{authors.length > 1 ? (
317
317
<>
318
318
-
<Text style={[pal.text, s.mr5, s.ml5]}>
319
319
-
<Trans>and</Trans>
318
318
+
<Text style={[pal.text]}>
319
319
+
{' '}
320
320
+
<Trans>and</Trans>{' '}
320
321
</Text>
321
322
<Text style={[pal.text, s.bold]}>
322
323
{plural(authors.length - 1, {