From c9b5f5e63770541b272a4794e5223e9815365c64 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 21:32:01 +0000 Subject: [PATCH] Prettier format pending files --- .../components/settings/OAuthConnections.tsx | 35 ++++++++++++++----- client/components/settings/RealmSwitcher.tsx | 13 +++---- client/lib/aethex-database-adapter.ts | 3 +- client/pages/Dashboard.tsx | 14 ++++---- 4 files changed, 43 insertions(+), 22 deletions(-) diff --git a/client/components/settings/OAuthConnections.tsx b/client/components/settings/OAuthConnections.tsx index 10401fc4..9b945fe7 100644 --- a/client/components/settings/OAuthConnections.tsx +++ b/client/components/settings/OAuthConnections.tsx @@ -69,7 +69,10 @@ const OAuthConnections = memo(function OAuthConnections({ {statusCopy.linked} ) : ( - + {statusCopy.notLinked} ); @@ -79,7 +82,9 @@ const OAuthConnections = memo(function OAuthConnections({ key={provider} className={cn( "flex flex-col gap-4 rounded-xl border p-4 md:flex-row md:items-center md:justify-between", - linkedMeta ? "border-emerald-500/40 bg-emerald-500/5" : "border-border/50 bg-background/20", + linkedMeta + ? "border-emerald-500/40 bg-emerald-500/5" + : "border-border/50 bg-background/20", )} >
@@ -93,7 +98,9 @@ const OAuthConnections = memo(function OAuthConnections({
-

{name}

+

+ {name} +

{linkedBadge}

{description}

@@ -101,19 +108,25 @@ const OAuthConnections = memo(function OAuthConnections({
{linkedMeta.linkedAt && (
- Linked:{" "} + + Linked: + {" "} {formatTimestamp(linkedMeta.linkedAt)}
)} {linkedMeta.lastSignInAt && (
- Last sign-in:{" "} + + Last sign-in: + {" "} {formatTimestamp(linkedMeta.lastSignInAt)}
)} {linkedMeta.identityId && (
- Identity:{" "} + + Identity: + {" "} {linkedMeta.identityId}
)} @@ -130,7 +143,10 @@ const OAuthConnections = memo(function OAuthConnections({ onClick={() => onUnlink(provider)} > {isUnlinking ? ( -
@@ -229,9 +230,7 @@ const RealmSwitcher = memo(function RealmSwitcher({ {isActive ? "Realm active" : "Activate realm"}
@@ -244,7 +243,8 @@ const RealmSwitcher = memo(function RealmSwitcher({

Path difficulty

- Tune the experience level that unlocks curated resources and challenges matched to your expertise. + Tune the experience level that unlocks curated resources and + challenges matched to your expertise.