new session + blue dots

This commit is contained in:
Andrew Gundersen 2022-01-23 12:19:00 -06:00
commit bd9d3aa612
3 changed files with 42 additions and 1 deletions

View file

@ -18,6 +18,8 @@ const Bubble =
template: `
<div :class="'bubble ' + modifier + '-bubble ' + modifier +'-'+ child">
<small class="bubble-notify" v-if="modifier=='ai'"></small>
<p v-if="category=='text'">{{ text }}</p>
<p v-else-if="category=='audio'">{{ text }}</p>