- Something went wrong.{" "} - -
-+ {children} +
+ ) +} + +function StatusCard({ + icon, + title, + description, + actionLabel, + onAction, +}: { + icon: React.ReactNode + title: string + description: string + actionLabel: string + onAction: () => void +}) { + return ( ++ Invited by {invitation.inviterEmail} +
+ )} + {session?.user?.email && ( ++ Signed in as {session.user.email} +
+ )} ++ Something went wrong.{" "} + +
++ {t.label} +
++ {t.value} +
++ Recent memories +
+ + {loading ? ( ++ No memories yet +
++ Connect a source or ask your brain below — what you save shows up + here. +
++ {doc.title?.trim() || "Untitled memory"} +
+ + {formatWhen(doc.createdAt)} + ++ Getting started +
++ A few steps to make your brain useful. +
+ ++ {step.title} +
+ {!step.done && step.href && ( + + Set up ++ {step.hint} +
+ )} ++ Company Brain in Slack +
++ Install Supermemory so your team can{" "} + @supermemory in any + channel. +
++ {title} +
++ {subtitle} +
++ {name} +
++ {subtitle} +
+