From b47e7290129ea891077448236c80260a69229716 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 11 Oct 2023 16:38:38 +0200 Subject: [PATCH] [Execute panel] Added cURL snippet modal. --- platypush/backend/http/webapp/src/Utils.vue | 13 +- .../src/components/panels/Execute/Index.vue | 123 +++++++++++------- .../src/components/panels/Execute/common.scss | 36 ++--- .../http/webapp/src/utils/Clipboard.vue | 17 +++ .../backend/http/webapp/src/utils/Text.vue | 4 + 5 files changed, 133 insertions(+), 60 deletions(-) create mode 100644 platypush/backend/http/webapp/src/utils/Clipboard.vue diff --git a/platypush/backend/http/webapp/src/Utils.vue b/platypush/backend/http/webapp/src/Utils.vue index 45578542..95d637c2 100644 --- a/platypush/backend/http/webapp/src/Utils.vue +++ b/platypush/backend/http/webapp/src/Utils.vue @@ -1,5 +1,6 @@ diff --git a/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue b/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue index f7b516ab..ec2f89c5 100644 --- a/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Execute/Index.vue @@ -6,6 +6,12 @@

Execute Action

+ + +