From de18d4957b3a1742f938f1c5cfe8bbd34771e106 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 26 Feb 2024 10:27:27 +0000 Subject: [PATCH 1/4] =?UTF-8?q?Impl=C3=A9mentation=20du=20mqtt-button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MqttButton.vue | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/components/MqttButton.vue diff --git a/src/components/MqttButton.vue b/src/components/MqttButton.vue new file mode 100644 index 0000000..bb8acec --- /dev/null +++ b/src/components/MqttButton.vue @@ -0,0 +1,22 @@ + + + From f3511277f990585ad147f2bd461090f37e10ad8a Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 26 Feb 2024 14:25:49 +0000 Subject: [PATCH 2/4] =?UTF-8?q?Utilise=20les=20MqttButton=20dans=20les=20c?= =?UTF-8?q?artes=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 - + + + From 6bfa1547f94555e06370c40f63c75096b99d0be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Mon, 26 Feb 2024 21:55:23 +0100 Subject: [PATCH 3/4] =?UTF-8?q?Modification=20CSS=20+=20certaines=20propri?= =?UTF-8?q?=C3=A9t=C3=A9s=20des=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CardControl.vue | 8 ++++---- src/components/CardSoundboard.vue | 10 +++++----- src/views/GameControl.vue | 3 ++- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/components/CardControl.vue b/src/components/CardControl.vue index d45f351..796dc82 100644 --- a/src/components/CardControl.vue +++ b/src/components/CardControl.vue @@ -7,22 +7,22 @@ - + mdi-skip-previous - + mdi-skip-next - + mdi-pause - + mdi-play diff --git a/src/components/CardSoundboard.vue b/src/components/CardSoundboard.vue index 2851d76..5c2a54e 100644 --- a/src/components/CardSoundboard.vue +++ b/src/components/CardSoundboard.vue @@ -7,29 +7,29 @@ - + mdi-check-circle-outline - + mdi-close-circle-outline - + mdi-timer-outline - + mdi-human-handsup - + mdi-bell-outline diff --git a/src/views/GameControl.vue b/src/views/GameControl.vue index 428c945..57eec74 100644 --- a/src/views/GameControl.vue +++ b/src/views/GameControl.vue @@ -35,7 +35,8 @@ import CardSoundboard from '@/components/CardSoundboard.vue'; background-color: #2E7D32; /* Changez la couleur en fonction de votre thème */ } .btn{ - border-radius:50px!important; + border-radius:30px!important; + background-color: #2979FF; /* Changez la couleur en fonction de votre thème */ } } From 4d1f4ea1202fc01a63f717a7129a77725aedcc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20CHOMAZ?= Date: Mon, 26 Feb 2024 22:03:34 +0100 Subject: [PATCH 4/4] =?UTF-8?q?Patch=20sur=20deux=20espaces=20manquant=20d?= =?UTF-8?q?e=20deux=20bouttons=20devant=20le=20param=C3=A8tre=20'topic'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CardControl.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/CardControl.vue b/src/components/CardControl.vue index 796dc82..f1c9b88 100644 --- a/src/components/CardControl.vue +++ b/src/components/CardControl.vue @@ -12,17 +12,17 @@ - + mdi-skip-next - + mdi-pause - + mdi-play