From 0ee4c93d750b9a37088f24d97ac670ad2f845469 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Fri, 9 Aug 2024 22:30:19 +0200 Subject: [PATCH] wip Signed-off-by: Grigorii K. Shartsev --- src/components/TopBar/ParticipantsCounter.vue | 70 +++++++++++++++++++ src/components/TopBar/TopBar.vue | 50 ++++--------- src/components/TopBar/TopBarMenu.vue | 17 +++++ 3 files changed, 100 insertions(+), 37 deletions(-) create mode 100644 src/components/TopBar/ParticipantsCounter.vue diff --git a/src/components/TopBar/ParticipantsCounter.vue b/src/components/TopBar/ParticipantsCounter.vue new file mode 100644 index 00000000000..b4ec722691d --- /dev/null +++ b/src/components/TopBar/ParticipantsCounter.vue @@ -0,0 +1,70 @@ + + + + + + + diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 9258ddc79a5..34368d94d05 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -46,21 +46,14 @@ - - - - - - - {{ participantsInCall }} - + +