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

@@ -18,6 +18,10 @@
--ui-font-family: 'DM Sans', sans-serif;
transition-duration: 0.7s;
.prose {
max-width: none;
}
}
.dark {
@@ -31,6 +35,10 @@
--ui-font-family: 'DM Sans', sans-serif;
transition-duration: 0.7s;
.prose {
max-width: none;
}
}
@keyframes wave {