From 1ee3bb504363e3b4cf1752d7cb5e65f46a8e818c Mon Sep 17 00:00:00 2001 From: yeus Date: Sat, 18 May 2024 23:24:04 -0700 Subject: [PATCH] uploading conversations is now possible :) --- src/components/ChatSidebar.vue | 38 ++++++++++++++++++++++++++++-- src/components/taskContentEdit.vue | 2 +- src/modules/taskyon/types.ts | 3 +++ 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/src/components/ChatSidebar.vue b/src/components/ChatSidebar.vue index 87a0a5c2..6e1a2cd1 100644 --- a/src/components/ChatSidebar.vue +++ b/src/components/ChatSidebar.vue @@ -85,6 +85,16 @@
+ + + + Upload Conversation + + { + void tm.setTask(t, true); + last_task_id = t.id; + }); + } + } + state.chatState.selectedTaskId = last_task_id; + } +} diff --git a/src/components/taskContentEdit.vue b/src/components/taskContentEdit.vue index 143559c8..a7ee39af 100644 --- a/src/components/taskContentEdit.vue +++ b/src/components/taskContentEdit.vue @@ -18,7 +18,7 @@