feat: add Hobbies section with dynamic content; update localization for hobbies in English, Spanish, and French

This commit is contained in:
2025-09-04 15:59:19 +02:00
parent 283cf7352e
commit 8d7ff6f3a2
6 changed files with 37 additions and 21 deletions

View File

@@ -92,6 +92,9 @@ const formatted = computed(() => useDateFormat(useNow(), 'D MMMM YYYY, HH:mm', {
<div v-else-if="message.type === ChatType.WRITINGS">
<ToolWritings />
</div>
<div v-else-if="message.type === ChatType.HOBBIES">
<ToolHobbies />
</div>
<div v-else>
{{ message }}
</div>