From a4437b01ea6cd2e8fd6417ac0f80aefedc34ca35 Mon Sep 17 00:00:00 2001 From: Per Stark Date: Sat, 17 Feb 2024 09:23:50 +0100 Subject: [PATCH 1/9] mobile view improvements --- components/chat/chat-settings.tsx | 2 +- components/chat/chat-ui.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/chat/chat-settings.tsx b/components/chat/chat-settings.tsx index 6433ac9d08..260ab51c33 100644 --- a/components/chat/chat-settings.tsx +++ b/components/chat/chat-settings.tsx @@ -72,7 +72,7 @@ export const ChatSettings: FC = ({}) => { className="flex items-center space-x-2" variant="ghost" > -
+
{fullModel?.modelName || chatSettings.model}
diff --git a/components/chat/chat-ui.tsx b/components/chat/chat-ui.tsx index 9234ca03f1..de2e055cac 100644 --- a/components/chat/chat-ui.tsx +++ b/components/chat/chat-ui.tsx @@ -202,7 +202,7 @@ export const ChatUI: FC = ({}) => {
-
+
{selectedChat?.name || "Chat"}
From 437240418cd0e1c36bc5d9721bb440ca02f813e7 Mon Sep 17 00:00:00 2001 From: Prathmesh Date: Fri, 27 Dec 2024 16:56:14 +0530 Subject: [PATCH 2/9] Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d50749974..b8fc932a17 100644 --- a/README.md +++ b/README.md @@ -290,3 +290,4 @@ We are working on a guide for contributing. ## Contact Message Mckay on [Twitter/X](https://twitter.com/mckaywrigley) +"Update in fork" From 1353fd5aafe10f3cbcd9b790b7421458c79d9b33 Mon Sep 17 00:00:00 2001 From: Prathmesh Date: Fri, 27 Dec 2024 17:01:14 +0530 Subject: [PATCH 3/9] Updated README with new feature description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d50749974..81445efd37 100644 --- a/README.md +++ b/README.md @@ -290,3 +290,4 @@ We are working on a guide for contributing. ## Contact Message Mckay on [Twitter/X](https://twitter.com/mckaywrigley) +"Adding new feature description" From 0c1d36d8f41009be00eac21c62ea25f36a261e55 Mon Sep 17 00:00:00 2001 From: Prathmesh Date: Wed, 8 Jan 2025 16:42:37 +0530 Subject: [PATCH 4/9] Updated README with my changes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8fc932a17..88f59e139c 100644 --- a/README.md +++ b/README.md @@ -291,3 +291,5 @@ We are working on a guide for contributing. Message Mckay on [Twitter/X](https://twitter.com/mckaywrigley) "Update in fork" + +This is an update made by prathmesh967. From 9e396af0660a2e703259a81acba0d26b6cbad8a7 Mon Sep 17 00:00:00 2001 From: Prathmesh Date: Wed, 8 Jan 2025 16:58:01 +0530 Subject: [PATCH 5/9] Added changes to fix responsiveness --- file3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 file3.txt diff --git a/file3.txt b/file3.txt new file mode 100644 index 0000000000..c5fdf8501a --- /dev/null +++ b/file3.txt @@ -0,0 +1 @@ +"Some changes in the responsivity updates branch" From 7a4e39b801c0b8eac4bd6c36adbd0ddc3ff89604 Mon Sep 17 00:00:00 2001 From: Prathmesh Date: Wed, 8 Jan 2025 17:12:28 +0530 Subject: [PATCH 6/9] Main branch update --- main.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.txt diff --git a/main.txt b/main.txt new file mode 100644 index 0000000000..f57aad6f28 --- /dev/null +++ b/main.txt @@ -0,0 +1 @@ +"Main branch change" From 78bdb247b4a9dadf6be13736eae7e33160028210 Mon Sep 17 00:00:00 2001 From: Prathmesh Date: Wed, 8 Jan 2025 17:31:08 +0530 Subject: [PATCH 7/9] Update .gitignore to ignore node_modules, .env, and temporary files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f56e22be97..74894b3f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies +node_modules/node_modules/ +.env +*.tmp +*.log + + /node_modules /.pnp .pnp.js From ae5269d2727a5a304d1e066395803b5f0f53b8f6 Mon Sep 17 00:00:00 2001 From: Prathmesh Date: Wed, 8 Jan 2025 17:37:56 +0530 Subject: [PATCH 8/9] Updated submodule to latest version --- .gitmodules | 3 +++ submodules/spoon-knife | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 submodules/spoon-knife diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..d8f528a927 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "submodules/spoon-knife"] + path = submodules/spoon-knife + url = https://github.com/octocat/Spoon-Knife.git diff --git a/submodules/spoon-knife b/submodules/spoon-knife new file mode 160000 index 0000000000..d0dd1f61b3 --- /dev/null +++ b/submodules/spoon-knife @@ -0,0 +1 @@ +Subproject commit d0dd1f61b33d64e29d8bc1372a94ef6a2fee76a9 From 595132534db12744ad0a42bdefe01aaba027779a Mon Sep 17 00:00:00 2001 From: User B Date: Wed, 8 Jan 2025 17:51:11 +0530 Subject: [PATCH 9/9] Add GitHub Actions workflow for tests --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000000..9cfce95ede --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,11 @@ +name: Run Tests + +on: [push] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Run Tests + run: echo "Running tests..."