From 48f5db1c627ec6588e4a75a1dac4653c79a09c92 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:27:27 +0200 Subject: [PATCH] Add overview tab --- .../account-detail-dialog.html | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html index a3cb7f4941..6fca90718d 100644 --- a/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html +++ b/apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html @@ -30,7 +30,11 @@ /> - + @@ -87,12 +91,24 @@ >
- Activities + @if (activitiesCount === 1) { + Activity + } @else { + Activities + } +
- Platform