From 7c8068869848f665ccc685b32de378d59598be74 Mon Sep 17 00:00:00 2001
From: Philipinho <16838612+Philipinho@users.noreply.github.com>
Date: Mon, 18 May 2026 00:14:46 +0100
Subject: [PATCH] feat(confluence-api-import): show user count in import
history
---
.../confluence-import/components/confluence-import-history.tsx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/apps/client/src/ee/confluence-import/components/confluence-import-history.tsx b/apps/client/src/ee/confluence-import/components/confluence-import-history.tsx
index 3010272c5..2fee21dcd 100644
--- a/apps/client/src/ee/confluence-import/components/confluence-import-history.tsx
+++ b/apps/client/src/ee/confluence-import/components/confluence-import-history.tsx
@@ -110,6 +110,9 @@ function ProgressCell({ item }: { item: ConfluenceImportHistoryItem }) {
· {item.importedSpaces}/{item.totalSpaces || "?"} spaces
+
+ · {item.importedUsers}/{item.totalUsers || "?"} users
+
);