From a6e3d4f57fedf3723c3d0e9a9a91c54fceaecfd8 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 3 Sep 2025 13:52:57 +0200 Subject: [PATCH] feat: improve CommandPalette UI layout and enhance MessageContainer styling for better visibility --- app/components/chat/CommandPalette.vue | 6 +++-- app/components/chat/MessageContainer.vue | 4 ++-- app/components/tool/Activity.vue | 30 ++++++++++++------------ app/pages/index.vue | 2 +- 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/app/components/chat/CommandPalette.vue b/app/components/chat/CommandPalette.vue index 2e336f3..b549586 100644 --- a/app/components/chat/CommandPalette.vue +++ b/app/components/chat/CommandPalette.vue @@ -68,8 +68,10 @@ const commandPaletteUi = { :disabled="loading" > diff --git a/app/components/chat/MessageContainer.vue b/app/components/chat/MessageContainer.vue index d1c507d..b021953 100644 --- a/app/components/chat/MessageContainer.vue +++ b/app/components/chat/MessageContainer.vue @@ -24,7 +24,7 @@ const formatted = computed(() => useDateFormat(useNow(), 'D MMMM YYYY, HH:mm', { {{ t(message.content || '') }} -
+
{{ formatted }}
@@ -83,7 +83,7 @@ const formatted = computed(() => useDateFormat(useNow(), 'D MMMM YYYY, HH:mm', { Arthur DANJOU -
+
{{ formatted }}
diff --git a/app/components/tool/Activity.vue b/app/components/tool/Activity.vue index e7ce939..0782103 100644 --- a/app/components/tool/Activity.vue +++ b/app/components/tool/Activity.vue @@ -75,13 +75,8 @@ const getActivity = computed(() => {
-
- {{ isActive ? t('tool.activity.working') : t('tool.activity.idling', { - editor: getActivity.name, - }) }} -
-
+
{ />
+
+ {{ isActive ? t('tool.activity.working') : t('tool.activity.idling', { + editor: getActivity.name, + }) }} +
@@ -128,15 +128,6 @@ const getActivity = computed(() => {
- - -
{ />
+ + +
diff --git a/app/pages/index.vue b/app/pages/index.vue index 7bf8999..049d28f 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -20,7 +20,7 @@ watch(