diff --git a/frontend/src/views/chat/ChatListContainer.vue b/frontend/src/views/chat/ChatListContainer.vue new file mode 100644 index 0000000..a849a05 --- /dev/null +++ b/frontend/src/views/chat/ChatListContainer.vue @@ -0,0 +1,340 @@ + + + + + + + {{ t('qa.title') }} + + + + + + + + + + + {{ t('qa.new_chat') }} + + + + + + {{ !!search ? $t('datasource.relevant_content_found') : $t('dashboard.no_chat') }} + + + + + + + + +