We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MDCCached
1 parent 87f1095 commit a673120Copy full SHA for a673120
1 file changed
apps/frontend/app/components/chat/ChatInterface.vue
@@ -322,10 +322,10 @@ function alertIsStreaming(input: string) {
322
<div>{{ $t('generating') }}</div>
323
<div class="spinner h-5 w-5" />
324
</div>
325
- <MDC v-else :value="m.content" />
+ <MDCCached v-else :value="m.content" />
326
<div class="hidden first:block">
327
<Skeleton
328
- class="h-5 w-$c-W rounded-full" :style="{
+ class="h-5 w-$c-W rounded-full bg-muted-foreground" :style="{
329
'--c-W': `${(Math.floor(Math.random() * (300 - 100 + 1)) + 100) * (m.role === 'user' ? 1 : 2)}px`,
330
}"
331
/>
0 commit comments