From 05c2e7855a31852eaade55bdcc75f0130cd572d4 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 23 Jun 2026 17:37:48 +0800 Subject: [PATCH] feat: add agent assistant notification bubble functionality - Introduced a new utility for managing agent assistant notifications. - Created functions to emit and listen for notification bubbles using custom events. - Defined types for notification payloads to ensure type safety. --- src/components/AgentAssistantEntry.vue | 1002 ++++++ src/components/AgentAssistantPanel.vue | 2654 +++++++++++++++ src/components/AgentAssistantWidget.vue | 3386 +------------------ src/layouts/components/UserNotification.vue | 2 + src/utils/agentAssistantBubble.ts | 56 + 5 files changed, 3728 insertions(+), 3372 deletions(-) create mode 100644 src/components/AgentAssistantEntry.vue create mode 100644 src/components/AgentAssistantPanel.vue create mode 100644 src/utils/agentAssistantBubble.ts diff --git a/src/components/AgentAssistantEntry.vue b/src/components/AgentAssistantEntry.vue new file mode 100644 index 00000000..0832db97 --- /dev/null +++ b/src/components/AgentAssistantEntry.vue @@ -0,0 +1,1002 @@ + + + + + diff --git a/src/components/AgentAssistantPanel.vue b/src/components/AgentAssistantPanel.vue new file mode 100644 index 00000000..60e322da --- /dev/null +++ b/src/components/AgentAssistantPanel.vue @@ -0,0 +1,2654 @@ + + +