diff --git a/frontend/src/views/chat/ChatList.vue b/frontend/src/views/chat/ChatList.vue new file mode 100644 index 0000000..04d4b68 --- /dev/null +++ b/frontend/src/views/chat/ChatList.vue @@ -0,0 +1,450 @@ + + + + + + + + + + + {{ group.key }} + + + + {{ chat.brief ?? 'Untitled' }} + + + + + + + + + + + + {{ $t('dashboard.rename') }} + + + + + + {{ $t('dashboard.delete') }} + + + + + + + + + + + + + + + + + + + + + + +