From c4baa26d413d2abd4ab29f5fc497c62f3c9803cf Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommmu Date: Sun, 7 Dec 2025 20:14:25 -0800 Subject: [PATCH] updates on the new changes --- apps/web/app/(auth)/login/page.tsx | 11 ++----- apps/web/app/onboarding/page.tsx | 8 ++--- .../onboarding/setup/integrations-step.tsx | 16 +++++++-- .../onboarding/setup/relatable-question.tsx | 22 ++++++++++--- .../app/onboarding/welcome/continue-step.tsx | 4 +++ .../app/onboarding/welcome/features-step.tsx | 33 +++++++++---------- .../web/app/onboarding/welcome/input-step.tsx | 11 ++++--- .../app/onboarding/welcome/memories-step.tsx | 33 ++++++++++--------- .../app/onboarding/welcome/welcome-step.tsx | 2 +- .../chrome-extension-detail-view.tsx | 6 ++-- apps/web/components/initial-header.tsx | 2 +- apps/web/components/mcp-detail-view.tsx | 22 ++++++------- packages/ui/components/text-separator.tsx | 2 +- packages/ui/pages/login.tsx | 20 +++++------ 14 files changed, 109 insertions(+), 83 deletions(-) diff --git a/apps/web/app/(auth)/login/page.tsx b/apps/web/app/(auth)/login/page.tsx index df052a3d..70b53606 100644 --- a/apps/web/app/(auth)/login/page.tsx +++ b/apps/web/app/(auth)/login/page.tsx @@ -1,12 +1,5 @@ -import { LoginPage } from "@repo/ui/pages/login"; +import { LoginPage } from "@repo/ui/pages/login" export default function Page() { - return ( - - ); + return } diff --git a/apps/web/app/onboarding/page.tsx b/apps/web/app/onboarding/page.tsx index 147bbfb6..ec0e7d6c 100644 --- a/apps/web/app/onboarding/page.tsx +++ b/apps/web/app/onboarding/page.tsx @@ -25,7 +25,7 @@ import { AnimatedGradientBackground } from "./setup/page" function UserSupermemory({ name }: { name: string }) { return (
-

{name}'s

+

{name}'s

supermemory

@@ -166,7 +166,7 @@ export default function OnboardingPage() { const showUserSupermemory = isWelcomeFlow && currentStep === "username" return ( -
+
{isWelcomeFlow && ( } {isWelcomeFlow && ( -
+
setSelectedCard(card.title)} @@ -110,7 +110,12 @@ export function IntegrationsStep() {

{card.title}

-

+

{card.description}

@@ -126,7 +131,12 @@ export function IntegrationsStep() { >

{card.title}

-

+

{card.description}

diff --git a/apps/web/app/onboarding/setup/relatable-question.tsx b/apps/web/app/onboarding/setup/relatable-question.tsx index 693822aa..a4f2dc99 100644 --- a/apps/web/app/onboarding/setup/relatable-question.tsx +++ b/apps/web/app/onboarding/setup/relatable-question.tsx @@ -65,10 +65,10 @@ export function RelatableQuestion() { diff --git a/apps/web/app/onboarding/welcome/features-step.tsx b/apps/web/app/onboarding/welcome/features-step.tsx index 9a854672..01506cfd 100644 --- a/apps/web/app/onboarding/welcome/features-step.tsx +++ b/apps/web/app/onboarding/welcome/features-step.tsx @@ -15,16 +15,16 @@ export function FeaturesStep() { initial={{ opacity: 0, y: 40 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6, ease: "easeOut", delay: 0.3 }} - className="text-center max-w-[22rem] space-y-6" + className="text-center max-w-88 space-y-6" layout > -

+

What I can do for you

-
+
-
+
Brain icon
-

- Remember every context -

+

Remember every context

- I keep track of what you've saved and shared with your supermemory. + I keep track of what you've saved and shared with your + supermemory.

-
+
Search icon
-

- Find when you need it -

+

Find when you need it

- I surface the right memories inside
your supermemory, superfast. + I surface the right memories inside
your supermemory, + superfast.

-
+
Growth icon
-

- Grow with your supermemory -

+

Grow with your supermemory

I learn and personalize over time, so every interaction feels natural. @@ -89,6 +85,9 @@ export function FeaturesStep() { >

@@ -266,10 +269,10 @@ export function MemoriesStep({ onSubmit }: MemoriesStepProps) { }} transition={{ duration: 1, ease: "easeOut", delay: 1 }} initial={{ opacity: 0, y: 10 }} - className="mt-[24px]" + className="mt-[24px] pb-8" >
-

+

Connect your AI to supermemory MCP

-
+
- +

Auto-fetch the right context from anything you've saved

@@ -113,22 +113,22 @@ export function MCPDetailView({ onBack }: MCPDetailViewProps) { dmSansClassName(), )} > - +

- One-time setup, seamless integration across your workflow + One-time setup,
seamless integration across your workflow

@@ -506,7 +506,7 @@ export function MCPDetailView({ onBack }: MCPDetailViewProps) {
diff --git a/packages/ui/components/text-separator.tsx b/packages/ui/components/text-separator.tsx index 1c4bd80d..bd448233 100644 --- a/packages/ui/components/text-separator.tsx +++ b/packages/ui/components/text-separator.tsx @@ -14,7 +14,7 @@ export function TextSeparator({ className={cn("flex gap-4 items-center justify-center", className)} {...props} > - + {text}
diff --git a/packages/ui/pages/login.tsx b/packages/ui/pages/login.tsx index ccc59a1f..9aa35dd4 100644 --- a/packages/ui/pages/login.tsx +++ b/packages/ui/pages/login.tsx @@ -14,7 +14,7 @@ import { InitialHeader } from "../../../apps/web/components/initial-header"; import { useRouter, useSearchParams } from "next/navigation"; import { useState, useEffect } from "react"; import { motion } from "framer-motion"; -import { dmSansClassName } from "../../../apps/web/utils/fonts" +import { dmSansClassName } from "../../../apps/web/utils/fonts"; import { cn } from "@lib/utils"; import { Logo } from "@ui/assets/Logo"; @@ -22,7 +22,7 @@ function AnimatedGradientBackground() { return (
+
-
+
Never forget anything, anywhere @@ -236,7 +236,7 @@ export function LoginPage() {
- +
{process.env.NEXT_PUBLIC_HOST_ID === "supermemory" || !process.env.NEXT_PUBLIC_GOOGLE_AUTH_ENABLED ? ( -
+
+