From 2e1f7a3406d88a7696a6abfe32326d696f97c84d Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Wed, 28 Feb 2024 20:01:50 +0100 Subject: [PATCH] - Aggiungere bottone "Condividi Link Circuito" --- src/store/Modules/tools.ts | 4 + src/views/user/mycircuit/mycircuit.vue | 135 ++++++++++++++----------- 2 files changed, 80 insertions(+), 59 deletions(-) diff --git a/src/store/Modules/tools.ts b/src/store/Modules/tools.ts index 899f6f36..5bedfc79 100644 --- a/src/store/Modules/tools.ts +++ b/src/store/Modules/tools.ts @@ -7341,6 +7341,10 @@ export const tools = { return window.location.pathname }, + getFullCurrentUrl() { + return window.location.href + }, + isCurrentUrlSignUp() { return window.location.pathname.indexOf('signup') >= 0 }, diff --git a/src/views/user/mycircuit/mycircuit.vue b/src/views/user/mycircuit/mycircuit.vue index 2f6cff93..72f0584d 100755 --- a/src/views/user/mycircuit/mycircuit.vue +++ b/src/views/user/mycircuit/mycircuit.vue @@ -94,6 +94,82 @@
+
+
+ + + + + + + + {{ + $t('circuit.exit_circuit') + }} + + + + + + + + {{ $t('circuit.delete') }} + + + + + + + +
+
+
- - - - - - - - {{ - $t('circuit.exit_circuit') - }} - - - - - - - - {{ - $t('circuit.delete') - }} - - - - -