From 5590f81536d889c08485863a5ba9d7794368d61b Mon Sep 17 00:00:00 2001 From: wlt Date: Wed, 17 Jun 2026 10:48:19 +0800 Subject: [PATCH] feat: AI enhancements on translate/customers/analytics pages Translate: auto-detect source language toggle, one-click reply button that auto-fills inquiry and generates suggestions. Customers: AI suggested action column with smart heuristics based on status/health/last_contact. Analytics: AI-generated analysis summary showing key insights (customer count, top market, daily activity). Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- user-frontend/src/views/Analytics.vue | 32 +++++++++++++++++++++++++++ user-frontend/src/views/Customers.vue | 24 ++++++++++++++++++++ user-frontend/src/views/Translate.vue | 25 ++++++++++++++++++--- 3 files changed, 78 insertions(+), 3 deletions(-) diff --git a/user-frontend/src/views/Analytics.vue b/user-frontend/src/views/Analytics.vue index 64b31c6..d61bd96 100644 --- a/user-frontend/src/views/Analytics.vue +++ b/user-frontend/src/views/Analytics.vue @@ -1,5 +1,9 @@ + + +