feat: add experiences section with localization and update skills and writings components

This commit is contained in:
2025-09-06 14:19:04 +02:00
parent d40f30a06a
commit 38405ef7e3
12 changed files with 172 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ import ToolActivity from '~/components/tool/Activity.vue'
import ToolContact from '~/components/tool/Contact.vue'
import ToolCredits from '~/components/tool/Credits.vue'
import ToolDuplicated from '~/components/tool/Duplicated.vue'
import ToolExperiences from '~/components/tool/Experiences.vue'
import ToolHobbies from '~/components/tool/Hobbies.vue'
import ToolHomeLab from '~/components/tool/HomeLab.vue'
import ToolLanguage from '~/components/tool/Language.vue'
@@ -43,7 +44,7 @@ const componentMap: Record<ChatType, Component | undefined> = {
[ChatType.PROJECTS]: ToolProjects,
[ChatType.WRITINGS]: ToolWritings,
[ChatType.HOBBIES]: ToolHobbies,
[ChatType.EXPERIENCES]: undefined,
[ChatType.EXPERIENCES]: ToolExperiences,
[ChatType.STATUS]: ToolHomeLab,
[ChatType.CREDITS]: ToolCredits,
[ChatType.RESUME]: ToolResume,