From f8ec223bcb981fcdbca8d7af43d52f8ee2c64067 Mon Sep 17 00:00:00 2001 From: matevip Date: Fri, 1 May 2026 10:58:21 +0800 Subject: [PATCH] refactor(ui): migrate remaining ElMessageBox.confirm calls to mcConfirm --- mateclaw-ui/src/views/AcpEndpoints.vue | 13 ++++++---- mateclaw-ui/src/views/AgentContext.vue | 16 ++++++------- mateclaw-ui/src/views/Agents.vue | 14 ++++++----- mateclaw-ui/src/views/Channels.vue | 14 ++++++----- mateclaw-ui/src/views/CronJobs.vue | 15 ++++++------ mateclaw-ui/src/views/Datasources.vue | 10 ++++++-- mateclaw-ui/src/views/McpServers.vue | 16 ++++++------- mateclaw-ui/src/views/Sessions.vue | 10 ++++++-- .../Models/composables/useProviderForm.ts | 23 +++++++----------- .../src/views/Settings/Models/index.vue | 24 +++++++------------ mateclaw-ui/src/views/Tools.vue | 10 ++++++-- 11 files changed, 90 insertions(+), 75 deletions(-) diff --git a/mateclaw-ui/src/views/AcpEndpoints.vue b/mateclaw-ui/src/views/AcpEndpoints.vue index 7fc40278..0c75dcb9 100644 --- a/mateclaw-ui/src/views/AcpEndpoints.vue +++ b/mateclaw-ui/src/views/AcpEndpoints.vue @@ -154,7 +154,8 @@