From c1d48edb1e49c57949a7c6227d235bd82b02a46b Mon Sep 17 00:00:00 2001 From: Lion Arar Date: Wed, 8 Oct 2025 08:56:28 -0400 Subject: [PATCH] feat: made the front capture the url whenever it changes and send it to the backend to later send to the n8n ai. --- .../chatbot/components/conversation-box.vue | 27 ++++++++++++++++--- .../chatbot/services/messageService.ts | 5 ++++ src/stores/message-store.ts | 13 +++++++++ 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/src/modules/chatbot/components/conversation-box.vue b/src/modules/chatbot/components/conversation-box.vue index 2d680cc..8b58fa0 100644 --- a/src/modules/chatbot/components/conversation-box.vue +++ b/src/modules/chatbot/components/conversation-box.vue @@ -1,9 +1,12 @@