diff --git a/resources/js/components/Chat.vue b/resources/js/components/Chat.vue index 03e2c95..ebf8c63 100644 --- a/resources/js/components/Chat.vue +++ b/resources/js/components/Chat.vue @@ -1,9 +1,11 @@ + + diff --git a/resources/js/components/chat/ChatSystemMessage.vue b/resources/js/components/chat/ChatSystemMessage.vue new file mode 100644 index 0000000..323ee76 --- /dev/null +++ b/resources/js/components/chat/ChatSystemMessage.vue @@ -0,0 +1,108 @@ + + + diff --git a/resources/js/components/chat/ChatUserMessage.vue b/resources/js/components/chat/ChatUserMessage.vue new file mode 100644 index 0000000..97477ae --- /dev/null +++ b/resources/js/components/chat/ChatUserMessage.vue @@ -0,0 +1,150 @@ + + +