mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-30 22:28:40 +01:00
feat: enhance CommandPalette UI, add Main component, and update localization for better user experience
This commit is contained in:
18
app/components/chat/Main.vue
Normal file
18
app/components/chat/Main.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col my-16 md:my-32">
|
||||
<h1 class="font-bold text-3xl sm:text-4xl">
|
||||
Welcome to ArtChat
|
||||
</h1>
|
||||
<h3 class="text-3xl sm:text-4xl bg-gradient-to-r from-inverted/40 to-inverted/75 to-50% bg-clip-text text-transparent font-medium">
|
||||
Ask me anything about Arthur DANJOU
|
||||
</h3>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user