Logged out improvments (#5771)

* fetch all accounts in one go

* delete unused component

* add safeareaview to logged out layout

* add safe area insets to LoggedOut view

* add safe area insets to the error boundary

* sanitize displaynames/handles

* use button for X

* increase spacing
This commit is contained in:
Samuel Newman
2024-10-17 18:48:38 +03:00
committed by GitHub
parent 9a91746fbb
commit 74b0929e4d
10 changed files with 75 additions and 129 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import React from 'react'
import {isWeb} from 'platform/detection'
import {useSession} from 'state/session'
import {useActiveStarterPack} from 'state/shell/starter-pack'
import {isWeb} from '#/platform/detection'
import {useSession} from '#/state/session'
import {useActiveStarterPack} from '#/state/shell/starter-pack'
type State = {
showLoggedOut: boolean