From 687cbb365fd60d90f9a7b18387c6c03fa9636f17 Mon Sep 17 00:00:00 2001
From: sjiampojamarn <18257803+sjiampojamarn@users.noreply.github.com>
Date: Sun, 20 Oct 2024 17:00:20 -0700
Subject: [PATCH 01/55] Discover link to new page
---
ui/app/discover/page.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/app/discover/page.tsx b/ui/app/discover/page.tsx
index 7788d0d..eb94040 100644
--- a/ui/app/discover/page.tsx
+++ b/ui/app/discover/page.tsx
@@ -83,6 +83,7 @@ const Page = () => {
href={`/?q=Summary: ${item.url}`}
key={i}
className="max-w-sm rounded-lg overflow-hidden bg-light-secondary dark:bg-dark-secondary hover:-translate-y-[1px] transition duration-200"
+ target="_blank"
>
Date: Tue, 29 Oct 2024 19:59:58 +0530
Subject: [PATCH 02/55] feat(navbar): make delete & plus button work
---
ui/components/ChatWindow.tsx | 2 +-
ui/components/DeleteChat.tsx | 9 +++++++++
ui/components/Navbar.tsx | 24 +++++++++++++++++-------
3 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/ui/components/ChatWindow.tsx b/ui/components/ChatWindow.tsx
index 986f8ae..7b2ce88 100644
--- a/ui/components/ChatWindow.tsx
+++ b/ui/components/ChatWindow.tsx
@@ -503,7 +503,7 @@ const ChatWindow = ({ id }: { id?: string }) => {
{timeAgo} ago
@@ -54,10 +63,11 @@ const Navbar = ({ messages }: { messages: Message[] }) => { size={17} className="active:scale-95 transition duration-100 cursor-pointer" /> -