From 2dee48e0563d93fe1baf3fc539fa84e3e507c0ca Mon Sep 17 00:00:00 2001 From: MaheshtheDev Date: Fri, 28 Jun 2024 17:34:14 -0700 Subject: [PATCH 1/4] adding note to not to change binding value in database --- SETUP-GUIDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SETUP-GUIDE.md b/SETUP-GUIDE.md index f51b1cb1..1ebff77e 100644 --- a/SETUP-GUIDE.md +++ b/SETUP-GUIDE.md @@ -34,6 +34,9 @@ bunx wrangler d1 create And then replace database_name and database_id with the values +> [!NOTE] +> please don't change the binding value even if wrangler cli suggests you to do so. + ``` [[d1_databases]] binding = "DATABASE" From 26056927ae212061ef1900192ee99ec0443e031f Mon Sep 17 00:00:00 2001 From: MaheshtheDev Date: Tue, 2 Jul 2024 19:03:09 -0700 Subject: [PATCH 2/4] refactor: Update Cta and Footer components on the landing page --- apps/web/app/(landing)/Cta.tsx | 2 +- apps/web/app/(landing)/footer.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx index 55a2baf0..3aeef255 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -33,7 +33,7 @@ function Cta() {

Sign up for the waitlist and be the first to try Supermemory

-
+
+ From 43a7ba63223c36f4393cdf502f737f097672a5e5 Mon Sep 17 00:00:00 2001 From: MaheshtheDev Date: Wed, 3 Jul 2024 07:39:34 -0700 Subject: [PATCH 3/4] Update og image URL and website link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fbe3e85..1fad091b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![og image](https://supermemory.dhr.wtf/og-image.png) +![og image](https://supermemory.ai/og-image.png) # SuperMemory @@ -18,7 +18,7 @@ Supermemory fixes this. ## How do I use this? -Just go to [supermemory.dhr.wtf](https://supermemory.dhr.wtf) and sign in with your google account. +Just go to [supermemory.ai](https://supermemory.ai) and sign in with your google account. To use the chrome extension, From 5f592e9900f916792b0ae5d1be3a86807a01a262 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Wed, 3 Jul 2024 10:02:19 -0500 Subject: [PATCH 4/4] removed scrollbar --- apps/web/app/(dash)/chat/chatWindow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(dash)/chat/chatWindow.tsx b/apps/web/app/(dash)/chat/chatWindow.tsx index 1d54e912..0c516963 100644 --- a/apps/web/app/(dash)/chat/chatWindow.tsx +++ b/apps/web/app/(dash)/chat/chatWindow.tsx @@ -207,7 +207,7 @@ function ChatWindow({ ) : (