From a71e2991c2fc474ecfb6faee87bc1ef5c5707af1 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:17:48 +0700 Subject: [PATCH] continue polish, prepare launch v1.0.0 --- src/app/auth/components/user.tsx | 4 +- .../auth/pages/import/step-2/index.page.tsx | 11 +-- src/app/onboarding/pages/index.page.tsx | 5 +- src/shared/accounts/active.tsx | 6 +- src/shared/accounts/inactive.tsx | 5 +- src/shared/appHeader.tsx | 17 +--- src/shared/image.tsx | 10 +-- src/shared/layout.tsx | 2 +- src/shared/multiAccounts.tsx | 80 ++++++------------- src/shared/navigation.tsx | 19 +++-- src/shared/networkStatusIndicator.tsx | 22 ++--- src/shared/notes/mentions/user.tsx | 2 +- src/shared/notes/preview/link.tsx | 1 + src/shared/user.tsx | 1 + 14 files changed, 64 insertions(+), 121 deletions(-) diff --git a/src/app/auth/components/user.tsx b/src/app/auth/components/user.tsx index de47bff0..b95b52f3 100644 --- a/src/app/auth/components/user.tsx +++ b/src/app/auth/components/user.tsx @@ -10,8 +10,8 @@ export function User({ pubkey }: { pubkey: string }) { return (
- {isOnline ? "Online" : "Offline"} -
-