mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-01 04:29:31 +01:00
feat: enhance CommandPalette UI, add Main component, and update localization for better user experience
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user