diff --git a/src/Splash.web.tsx b/src/Splash.web.tsx --- a/src/Splash.web.tsx +++ b/src/Splash.web.tsx @@ -9,19 +9,19 @@ import {atoms as a} from '#/alf' -const size = 100 -const ratio = 57 / 64 +const size = 125 +const ratio = 512 / 512 export function Splash() { return ( diff --git a/src/components/dialogs/ServerInput.tsx b/src/components/dialogs/ServerInput.tsx --- a/src/components/dialogs/ServerInput.tsx +++ b/src/components/dialogs/ServerInput.tsx @@ -12,13 +12,10 @@ import {Admonition} from '#/components/Admonition' import {Button, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' -import * as SegmentedControl from '#/components/forms/SegmentedControl' import * as TextField from '#/components/forms/TextField' import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe' import {InlineLinkText} from '#/components/Link' import {Text} from '#/components/Typography' - -type SegmentedControlOptions = typeof BSKY_SERVICE | 'custom' export function ServerInputDialog({ control, diff --git a/src/screens/Login/index.tsx b/src/screens/Login/index.tsx --- a/src/screens/Login/index.tsx +++ b/src/screens/Login/index.tsx @@ -1,6 +1,7 @@ import {useCallback,useEffect, useMemo, useRef, useState} from 'react' import {KeyboardAvoidingView} from 'react-native' import Animated, {FadeIn, LayoutAnimationConfig} from 'react-native-reanimated' +import {type Did} from '@atproto/api' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' import debounce from 'lodash.debounce' @@ -20,7 +21,6 @@ import {atoms as a, native} from '#/alf' import {ScreenTransition} from '#/components/ScreenTransition' import {ChooseAccountForm} from './ChooseAccountForm' -import { Did } from '@atproto/api' enum Forms { Login,