about summary refs log tree commit diff
path: root/src/state/shell/logged-out.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-10-17 18:48:38 +0300
committerGitHub <noreply@github.com>2024-10-17 18:48:38 +0300
commit74b0929e4d79690394c1217f63e458da5bf7317b (patch)
tree0f285273e4ede1a5d3a408abe5f60db40af53c80 /src/state/shell/logged-out.tsx
parent9a91746fbbd4d8e028195813bb0d47497a9cb4bf (diff)
downloadvoidsky-74b0929e4d79690394c1217f63e458da5bf7317b.tar.zst
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
Diffstat (limited to 'src/state/shell/logged-out.tsx')
-rw-r--r--src/state/shell/logged-out.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/state/shell/logged-out.tsx b/src/state/shell/logged-out.tsx
index dc78d03d5..66240f2c0 100644
--- a/src/state/shell/logged-out.tsx
+++ b/src/state/shell/logged-out.tsx
@@ -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