diff --git a/README.md b/README.md
index cbe30c02a..c66ba7986 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ You can disable the visiblity of all metrics individually, including the number
- [ ] Additional translation service providers + setting (Deepl, Kagi)
- [ ] Collapse labels past the 1st (or 2nd,...; customizable) from the same labeler into a labeler clip of the same style "(+)"
- [ ] Move Mutuals label to the follow button
-- [ ] New fun language(s)
+- [ ] New fun language/locale(s)
- [ ] Bitchsky PDS and .social site
#### Bugs
diff --git a/src/screens/Login/ForgotPasswordForm.tsx b/src/screens/Login/ForgotPasswordForm.tsx
index d3b5a4f10..c290bebbd 100644
--- a/src/screens/Login/ForgotPasswordForm.tsx
+++ b/src/screens/Login/ForgotPasswordForm.tsx
@@ -131,7 +131,7 @@ export const ForgotPasswordForm = ({
{!serviceDescription || isProcessing ? (
-
+
) : (
) : !serviceDescription ? (
<>
-
+
Connecting...
diff --git a/src/screens/Login/SetNewPasswordForm.tsx b/src/screens/Login/SetNewPasswordForm.tsx
index be72b558b..168429479 100644
--- a/src/screens/Login/SetNewPasswordForm.tsx
+++ b/src/screens/Login/SetNewPasswordForm.tsx
@@ -176,7 +176,7 @@ export const SetNewPasswordForm = ({
{isProcessing ? (
-
+
) : (
-
+
)
diff --git a/src/screens/Search/components/AutocompleteResults.tsx b/src/screens/Search/components/AutocompleteResults.tsx
index 2824ccc1b..dfb1956b1 100644
--- a/src/screens/Search/components/AutocompleteResults.tsx
+++ b/src/screens/Search/components/AutocompleteResults.tsx
@@ -8,7 +8,7 @@ import {isNative} from '#/platform/detection'
import {useModerationOpts} from '#/state/preferences/moderation-opts'
import {SearchLinkCard} from '#/view/shell/desktop/Search'
import {SearchProfileCard} from '#/screens/Search/components/SearchProfileCard'
-import {atoms as a, native} from '#/alf'
+import {atoms as a, native, useTheme} from '#/alf'
import * as Layout from '#/components/Layout'
let AutocompleteResults = ({
@@ -26,6 +26,7 @@ let AutocompleteResults = ({
onResultPress: () => void
onProfileClick: (profile: AppBskyActorDefs.ProfileViewBasic) => void
}): React.ReactNode => {
+ const t = useTheme()
const {_} = useLingui()
const moderationOpts = useModerationOpts()
return (
@@ -34,7 +35,7 @@ let AutocompleteResults = ({
!moderationOpts ? (
-
+
) : (
diff --git a/src/screens/Signup/StepCaptcha/index.tsx b/src/screens/Signup/StepCaptcha/index.tsx
index e1d7afd01..189fc326a 100644
--- a/src/screens/Signup/StepCaptcha/index.tsx
+++ b/src/screens/Signup/StepCaptcha/index.tsx
@@ -68,6 +68,7 @@ function StepCaptchaInner({
token?: string
payload?: string
}) {
+ const t = useTheme()
const {_} = useLingui()
const theme = useTheme()
const {state, dispatch} = useSignupContext()
@@ -160,7 +161,7 @@ function StepCaptchaInner({
onError={onError}
/>
) : (
-
+
)}
diff --git a/src/view/com/lists/MyLists.tsx b/src/view/com/lists/MyLists.tsx
index 18110b8ba..f9ce87c27 100644
--- a/src/view/com/lists/MyLists.tsx
+++ b/src/view/com/lists/MyLists.tsx
@@ -141,7 +141,7 @@ export function MyLists({
} else if (item === LOADING) {
return (
-
+
)
}
diff --git a/src/view/com/modals/UserAddRemoveLists.tsx b/src/view/com/modals/UserAddRemoveLists.tsx
index 7c20b50c7..62913f4a5 100644
--- a/src/view/com/modals/UserAddRemoveLists.tsx
+++ b/src/view/com/modals/UserAddRemoveLists.tsx
@@ -227,7 +227,7 @@ function ListItem({
{isProcessing || typeof membership === 'undefined' ? (
-
+
) : (
isFetchingNextPage ? (
-
+
) : (
diff --git a/src/view/shell/desktop/Search.tsx b/src/view/shell/desktop/Search.tsx
index 38da4e246..eb42643af 100644
--- a/src/view/shell/desktop/Search.tsx
+++ b/src/view/shell/desktop/Search.tsx
@@ -17,7 +17,7 @@ import {useActorAutocompleteQuery} from '#/state/queries/actor-autocomplete'
import {Link} from '#/view/com/util/Link'
import {Text} from '#/view/com/util/text/Text'
import {SearchProfileCard} from '#/screens/Search/components/SearchProfileCard'
-import {atoms as a} from '#/alf'
+import {atoms as a, useTheme} from '#/alf'
import {SearchInput} from '#/components/forms/SearchInput'
let SearchLinkCard = ({
@@ -72,6 +72,7 @@ SearchLinkCard = React.memo(SearchLinkCard)
export {SearchLinkCard}
export function DesktopSearch() {
+ const t = useTheme()
const {_} = useLingui()
const pal = usePalette('default')
const navigation = useNavigation()
@@ -123,7 +124,7 @@ export function DesktopSearch() {
]}>
{isFetching && !autocompleteData?.length ? (
-
+
) : (
<>