Merge branch 'copy-link' of https://github.com/mozzius/bluesky-official-app into mozzius-copy-link

This commit is contained in:
Paul Frazee 2023-11-30 16:05:34 -08:00
commit 21af10bc3d
13 changed files with 341 additions and 279 deletions

View file

@ -54,6 +54,7 @@ import {
import {cleanError} from '#/lib/strings/errors'
import {useSession} from '#/state/session'
import {useComposerControls} from '#/state/shell/composer'
import {isWeb} from '#/platform/detection'
const SECTION_TITLES_CURATE = ['Posts', 'About']
const SECTION_TITLES_MOD = ['About']
@ -372,7 +373,7 @@ function Header({rkey, list}: {rkey: string; list: AppBskyGraphDefs.ListView}) {
let items: DropdownItem[] = [
{
testID: 'listHeaderDropdownShareBtn',
label: _(msg`Share`),
label: isWeb ? _(msg`Copy link to list`) : _(msg`Share`),
onPress: onPressShare,
icon: {
ios: {