Commit Graph

33 Commits

Author SHA1 Message Date
Nic D
e44e2c1e20 fix(chatbot): fix chatbot speech formatting, will need to do more work, change from drawer setup 2026-01-14 16:05:05 -05:00
Nic D
582335e082 fix(chatbot, approvals): fix display of warning labels, add vacation and holiday to graphs, fix chatbot UI issues. 2026-01-14 11:56:04 -05:00
6a473fae0c fix(chatbot): forgot to actually translate internal/default chat messages, fixed 2026-01-12 14:24:44 -05:00
7114574ecf feat(chatbot): fully implement chatbot, fix UI issues, add to permissions under user list. 2026-01-12 14:12:37 -05:00
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
c9676e17a7 style: modified returned markdown to be more user-friendly. 2025-10-15 11:16:45 -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
19b2dd934c feat: added the translation for thinking... in the chatbot 2025-10-08 10:54:50 -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
0b1ffe4787 style: parsed some of the incomming markdown such that headers bigger than h4 will be reduced to enhance readibilty. 2025-10-07 10:40:39 -04:00
ee9121b369 style: turned the chat bubble into a drawer 2025-10-07 09:34:05 -04:00
8cc700d0e7 style: stylized the chat message to be a little more user friendly 2025-10-06 15:17:32 -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
1a78b49193 style: modified chat button to adhere to Quasar styling without the need for a <style> and additional css 2025-09-26 10:19:10 -04:00
9bfbbb5635 styel: Changed the icon for the chatbot to be a robot to fit the objective better. 2025-09-25 11:15:41 -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