From c1ec5dc60d9010ae27bc489da41a0cbf148f3215 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Thu, 14 Oct 2021 13:00:32 +0530 Subject: [PATCH] feat: promote environment aware input to stable --- .../components/http/Authorization.vue | 80 +++---------------- .../components/http/BodyParameters.vue | 35 -------- .../components/http/Headers.vue | 19 +---- .../components/http/OAuth2Authorization.vue | 10 +-- .../components/http/Parameters.vue | 36 --------- .../components/http/Request.vue | 29 ------- .../components/smart/EnvInput.vue | 2 +- packages/hoppscotch-app/newstore/settings.ts | 2 - packages/hoppscotch-app/pages/settings.vue | 13 +-- 9 files changed, 18 insertions(+), 208 deletions(-) diff --git a/packages/hoppscotch-app/components/http/Authorization.vue b/packages/hoppscotch-app/components/http/Authorization.vue index d17fe3c2f..9df9b77e7 100644 --- a/packages/hoppscotch-app/components/http/Authorization.vue +++ b/packages/hoppscotch-app/components/http/Authorization.vue @@ -109,48 +109,19 @@
-
+
-
-
+
- - - -
-
+
-
@@ -231,22 +191,11 @@ class="border-b border-dividerLight flex" >
-
+
-
@@ -281,7 +230,7 @@ diff --git a/packages/hoppscotch-app/components/http/OAuth2Authorization.vue b/packages/hoppscotch-app/components/http/OAuth2Authorization.vue index 43e232466..ff71c2b9f 100644 --- a/packages/hoppscotch-app/components/http/OAuth2Authorization.vue +++ b/packages/hoppscotch-app/components/http/OAuth2Authorization.vue @@ -1,6 +1,6 @@