feat: add Skills component and integrate skills data; enhance CommandPalette and MessageContainer with improved UI and animations

This commit is contained in:
2025-09-03 16:04:44 +02:00
parent a6e3d4f57f
commit 9519c91e61
18 changed files with 288 additions and 41 deletions

View File

@@ -34,8 +34,10 @@ watch(
scale: 1,
transition: {
delay: 1600,
ease: 'easeOut',
},
}"
:active="messages.length > 0"
/>
<ChatMain />
<div ref="parents" class="space-y-4 my-32">
@@ -52,6 +54,7 @@ watch(
scale: 1,
transition: {
delay: 800,
ease: 'easeOut',
},
}"
:message="{
@@ -75,6 +78,7 @@ watch(
scale: 1,
transition: {
delay: 1200,
ease: 'easeOut',
},
}"
:message="{
@@ -97,6 +101,7 @@ watch(
:enter="{
opacity: 1,
scale: 1,
transition: { ease: 'easeOut' },
}"
/>
</div>