From fbb0ee38c22cf9e3611e4beb0e82550abed561c5 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 24 Jul 2026 15:44:45 +0300 Subject: [PATCH] Add hitslop to switch account ... menu (#11262) --- .gitignore | 3 +++ src/screens/Settings/Settings.tsx | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ce9e397dc..8a38445859 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,6 @@ bskyweb/static/media/*.svg # superpowers plugin plans/specs — local-only workspace docs/superpowers/ .claude/worktrees + +# pnpm +.pnpm-store/ diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx index 405f1136e6..a1234a27ec 100644 --- a/src/screens/Settings/Settings.tsx +++ b/src/screens/Settings/Settings.tsx @@ -6,7 +6,7 @@ import {Trans, useLingui} from '@lingui/react/macro' import {useNavigation} from '@react-navigation/native' import {type NativeStackScreenProps} from '@react-navigation/native-stack' -import {HELP_DESK_URL} from '#/lib/constants' +import {HELP_DESK_URL, HITSLOP_10} from '#/lib/constants' import {useAccountSwitcher} from '#/lib/hooks/useAccountSwitcher' import {useApplyPullRequestOTAUpdate} from '#/lib/hooks/useOTAUpdates' import { @@ -647,6 +647,7 @@ function AccountRow({ {({props, state}) => (