diff --git a/web/src/components/ChatBox.vue b/web/src/components/ChatBox.vue index f5f1e27a..e8b504c4 100644 --- a/web/src/components/ChatBox.vue +++ b/web/src/components/ChatBox.vue @@ -2,8 +2,10 @@
- -
@@ -11,37 +13,63 @@
- - - - -
- - -
- -
- - Loading... + class="px-3 py-3 rounded-t-lg bg-bg-light-tone-panel dark:bg-bg-dark-tone-panel shadow-lg "> + +
+
+
+ file +
+
+ file +
+
+ file +
+
+ file +
+
+ file
+
+ +
+
+ + + + + +
+ + +
+ +
+ + Loading... +
+
+
+
@@ -94,15 +122,15 @@ export default { } }, - stopGenerating(){ + stopGenerating() { this.$emit('stopGenerating') } }, - watch:{ - loading(newval,oldval){ + watch: { + loading(newval, oldval) { nextTick(() => { - feather.replace() - }) + feather.replace() + }) } }, mounted() {