From 2a3d18f326ad411653bcfa2f603ded995a2d5023 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:37:44 +0700 Subject: [PATCH] compact pilot change summary row in sidebar --- .../workspace/pilot/CrmPilotSidebar.vue | 36 +++---------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/frontend/app/components/workspace/pilot/CrmPilotSidebar.vue b/frontend/app/components/workspace/pilot/CrmPilotSidebar.vue index cc109ca..650b9c6 100644 --- a/frontend/app/components/workspace/pilot/CrmPilotSidebar.vue +++ b/frontend/app/components/workspace/pilot/CrmPilotSidebar.vue @@ -125,43 +125,17 @@ defineProps<{
-

- {{ message.changeSummary || "Technical change summary" }} -

-
- - total {{ message.changeItems?.length || 0 }} - - - created {{ summarizeChangeActions(message.changeItems).created }} - - - updated {{ summarizeChangeActions(message.changeItems).updated }} - - - archived {{ summarizeChangeActions(message.changeItems).deleted }} - -
-
- - {{ row.entity }}: {{ row.count }} - -
-
+
+

+ {{ message.changeItems?.length || 0 }} changes +

- - status: {{ message.changeStatus || "pending" }} -