diff --git a/dashboard/src/App.vue b/dashboard/src/App.vue index be2e22a..8ebbe56 100644 --- a/dashboard/src/App.vue +++ b/dashboard/src/App.vue @@ -16,11 +16,14 @@ const { isLoggedIn } = useAuth() diff --git a/dashboard/src/components/MessageNav.vue b/dashboard/src/components/MessageNav.vue new file mode 100644 index 0000000..c951f26 --- /dev/null +++ b/dashboard/src/components/MessageNav.vue @@ -0,0 +1,128 @@ + + + + + diff --git a/dashboard/src/views/ConversationsView.vue b/dashboard/src/views/ConversationsView.vue index aa0b89a..d711ecc 100644 --- a/dashboard/src/views/ConversationsView.vue +++ b/dashboard/src/views/ConversationsView.vue @@ -25,8 +25,20 @@
{{ c.model || '-' }}
- - + +
@@ -53,7 +65,7 @@
-
+
{{ msg.role === 'user' ? '👤' : '🤖' }}
@@ -133,15 +145,24 @@
+ + +