From f5d7b216714278214c9d6413919d7c82588b5fbd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20G=C3=BCnther?=
Date: Sat, 23 May 2026 21:40:06 +0200
Subject: [PATCH] Small design improvements
---
.../Event/Views/Partials/ParticipantData.vue | 5 ++--
.../Event/Views/Partials/ParticipantsList.vue | 5 ++--
.../Views/Partials/ParticipationSummary.vue | 26 +++++++++++--------
.../Components/DialableTelephoneNumber.vue | 10 +++++++
version | 2 +-
5 files changed, 32 insertions(+), 16 deletions(-)
create mode 100644 app/Views/Components/DialableTelephoneNumber.vue
diff --git a/app/Domains/Event/Views/Partials/ParticipantData.vue b/app/Domains/Event/Views/Partials/ParticipantData.vue
index c6e4aa8..26c07f8 100644
--- a/app/Domains/Event/Views/Partials/ParticipantData.vue
+++ b/app/Domains/Event/Views/Partials/ParticipantData.vue
@@ -1,6 +1,7 @@
+
+
+ {{ props.number }}
+
diff --git a/version b/version
index 8089590..f77856a 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-4.3.0
+4.3.1