feat: enhance CommandPalette UI, add Main component, and update localization for better user experience

This commit is contained in:
2025-09-03 12:48:37 +02:00
parent b818f03393
commit c92bb2ed1f
7 changed files with 54 additions and 30 deletions

View File

@@ -22,16 +22,8 @@ watch(
<template>
<main class="!max-w-none">
<ChatCommandPalette />
<div ref="parents" class="space-y-8 my-32">
<ChatMessageContainer
:message="{
content: 'main.init',
id: 0,
sender: ChatSender.ARTHUR,
state: ChatState.SENT,
type: ChatType.INIT,
}"
/>
<ChatMain />
<div ref="parents" class="space-y-8 my-16 md:my-32">
<ChatMessageContainer
:message="{
id: 0,