From f3511277f990585ad147f2bd461090f37e10ad8a Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 26 Feb 2024 14:25:49 +0000 Subject: [PATCH] =?UTF-8?q?Utilise=20les=20MqttButton=20dans=20les=20carte?= =?UTF-8?q?s=20de=20contr=C3=B4le=20et=20soundboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CardControl.vue | 22 ++++++++++++++-------- src/components/CardSoundboard.vue | 24 ++++++++++++++---------- 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/src/components/CardControl.vue b/src/components/CardControl.vue index 19a07d0..d45f351 100644 --- a/src/components/CardControl.vue +++ b/src/components/CardControl.vue @@ -7,26 +7,32 @@ - + mdi-skip-previous - + - + mdi-skip-next - + - + mdi-pause - + - + mdi-play - + + + diff --git a/src/components/CardSoundboard.vue b/src/components/CardSoundboard.vue index 8f61199..2851d76 100644 --- a/src/components/CardSoundboard.vue +++ b/src/components/CardSoundboard.vue @@ -7,33 +7,37 @@ - + mdi-check-circle-outline - + - + mdi-close-circle-outline - + - + mdi-timer-outline - + - + mdi-human-handsup - + - + mdi-bell-outline - + + +