Commit Graph

23 Commits

Author SHA1 Message Date
5ff20452a7 fix(chatbot): continue integration and trim of chatbot-related code. 2026-01-12 10:48:11 -05:00
ea5e2ef36e BREAKING(chatbot): being process of merging chatbot with current app for inhouse testing 2026-01-09 16:38:23 -05:00
e5b2c12aed feat: had to take a few lines to make sure the url and context was watched dynamically. 2025-10-20 10:30:29 -04:00
77fb1f2cdb style: made changes to the translations 2025-10-20 08:21:20 -04:00
579045d933 feat: refactored some things 2025-10-15 10:55:08 -04:00
2a785d68ff feat: took the user from the front to send to the back 2025-10-15 08:29:06 -04:00
5a40c8febf feat: removed unnecessary url functions 2025-10-10 15:40:49 -04:00
8cf276deb0 feat: created context objects to feed the ai. 2025-10-10 15:02:18 -04:00
1ce5c35a31 feat: Added i18n to chatbot titles, name and message to dynamically change depending on the selected preferance. 2025-10-08 10:48:21 -04:00
c1d48edb1e feat: made the front capture the url whenever it changes and send it to the backend to later send to the n8n ai. 2025-10-08 08:56:28 -04:00
aa3bc3d64d style: minor input changes 2025-10-07 14:16:17 -04:00
eed784c1fc style: changed the color for the header inside the drawer, to not have too much green everywhere 2025-10-07 11:32:57 -04:00
72bf750fb8 style: right drawer is now dynamically expandable by the user to enhance user experience 2025-10-07 11:09:42 -04:00
ee9121b369 style: turned the chat bubble into a drawer 2025-10-07 09:34:05 -04:00
d958f90053 feat: User message now disappears faster instead of waiting for response, and chatbox shows a 'Thinking...' message while the user awaits the n8n response. 2025-10-06 14:20:51 -04:00
064f941ca5 style: Made the user's first name appear on the chat bubble as well as the selected name for the Ai agent 2025-10-06 11:28:41 -04:00
4aeafb1087 fix: fixed the chatbox server side communication 2025-10-01 14:10:34 -04:00
8ac36ec4fc attempted to make the front communicate with the back 2025-10-01 12:54:46 -04:00
e83a26d455 feat: modified how the message is sent. Took out the handleEnter function since it wasnt needed. 2025-09-26 13:48:14 -04:00
64c7f34f41 feat: fixed the @keydown.enter function so that it actually works, previously it would not work properly 2025-09-26 11:26:40 -04:00
5036be71e6 style: changed the conversation-box to use q-form to enable the submit function, as well as made the input field autogrow for readability 2025-09-26 10:37:22 -04:00
76f21e56ab feat: Prototype chat-response: made a message store and service, so that the current chatbox sends the inputted txt and retrieves the defined mock response. 2025-09-25 10:57:04 -04:00
398ef5f888 feat: Added initial skeleton for the messaging system 2025-09-24 16:55:25 -04:00