From 1265cb0ff95fda7477e871575221207de4e8ea5f Mon Sep 17 00:00:00 2001 From: Muhsin Date: Tue, 2 Dec 2025 17:34:33 +0530 Subject: [PATCH] feat: add custom resolve attribute modal --- .../ConversationResolveAttributesModal.vue | 197 ++++++++++++++++++ .../components-next/input/ChoiceToggle.vue | 52 +++++ .../dashboard/i18n/locale/en/settings.json | 19 ++ 3 files changed, 268 insertions(+) create mode 100644 app/javascript/dashboard/components-next/ConversationWorkflow/ConversationResolveAttributesModal.vue create mode 100644 app/javascript/dashboard/components-next/input/ChoiceToggle.vue diff --git a/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationResolveAttributesModal.vue b/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationResolveAttributesModal.vue new file mode 100644 index 000000000..8769a11bf --- /dev/null +++ b/app/javascript/dashboard/components-next/ConversationWorkflow/ConversationResolveAttributesModal.vue @@ -0,0 +1,197 @@ + + +