before remake add chat window

This commit is contained in:
2026-04-23 08:51:14 +03:00
parent 09d7812a7a
commit 94851c8b82
90 changed files with 8833 additions and 4159 deletions

View File

@@ -18,8 +18,12 @@
<span class="text-bold">
{{ $t(title)}}
</span>
<q-space />
<q-btn icon="close" flat round dense v-close-popup />
<q-space/>
<q-btn
icon="mdi-close"
dense flat round
v-close-popup
/>
</div>
</q-card-section>
@@ -96,8 +100,4 @@
}
return 0
}
</script>
<style scoped>
</style>