diff --git a/packages/hoppscotch-cli/README.md b/packages/hoppscotch-cli/README.md
index 9e806c009..420af5315 100644
--- a/packages/hoppscotch-cli/README.md
+++ b/packages/hoppscotch-cli/README.md
@@ -1,4 +1,17 @@
-# Hoppscotch CLI ALPHA
+
+
+
+# Hoppscotch CLI ALPHA
+
+
A CLI to run Hoppscotch test scripts in CI environments.
@@ -33,7 +46,7 @@ hopp [options or commands] arguments
#### Options:
##### `-e ` / `--env `
- - Accepts path to env.json with contents in below format:
+ - Accepts path to env.json with contents in below format:
```json
{
"ENV1":"value1",
@@ -41,7 +54,7 @@ hopp [options or commands] arguments
}
```
- You can now access those variables using `pw.env.get('')`
-
+
Taking the above example, `pw.env.get("ENV1")` will return `"value1"`
## Install
diff --git a/packages/hoppscotch-common/package.json b/packages/hoppscotch-common/package.json
index 34c92fb88..57e35b399 100644
--- a/packages/hoppscotch-common/package.json
+++ b/packages/hoppscotch-common/package.json
@@ -90,7 +90,7 @@
"vue-pdf-embed": "^1.1.4",
"vue-router": "^4.0.16",
"vue-tippy": "6.0.0-alpha.58",
- "vuedraggable": "^4.1.0",
+ "vuedraggable-es": "^4.1.1",
"wonka": "^4.0.15",
"workbox-window": "^6.5.4",
"yargs-parser": "^21.1.1"
diff --git a/packages/hoppscotch-common/src/App.vue b/packages/hoppscotch-common/src/App.vue
index de03b4aa4..8cf3e8e26 100644
--- a/packages/hoppscotch-common/src/App.vue
+++ b/packages/hoppscotch-common/src/App.vue
@@ -4,7 +4,7 @@
v-if="isLoadingInitialRoute"
class="flex flex-col items-center justify-center min-h-screen"
>
-
+
diff --git a/packages/hoppscotch-common/src/components.d.ts b/packages/hoppscotch-common/src/components.d.ts
index 3b7ae649d..e0268dcf4 100644
--- a/packages/hoppscotch-common/src/components.d.ts
+++ b/packages/hoppscotch-common/src/components.d.ts
@@ -97,18 +97,6 @@ declare module '@vue/runtime-core' {
HttpTestResultReport: typeof import('./components/http/TestResultReport.vue')['default']
HttpTests: typeof import('./components/http/Tests.vue')['default']
HttpURLEncodedParams: typeof import('./components/http/URLEncodedParams.vue')['default']
- IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
- IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
- IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
- IconLucideGlobe: typeof import('~icons/lucide/globe')['default']
- IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
- IconLucideInfo: typeof import('~icons/lucide/info')['default']
- IconLucideLayers: typeof import('~icons/lucide/layers')['default']
- IconLucideLoader: typeof import('~icons/lucide/loader')['default']
- IconLucideMinus: typeof import('~icons/lucide/minus')['default']
- IconLucideSearch: typeof import('~icons/lucide/search')['default']
- IconLucideUser: typeof import('~icons/lucide/user')['default']
- IconLucideUsers: typeof import('~icons/lucide/users')['default']
LensesHeadersRenderer: typeof import('./components/lenses/HeadersRenderer.vue')['default']
LensesHeadersRendererEntry: typeof import('./components/lenses/HeadersRendererEntry.vue')['default']
LensesRenderersHTMLLensRenderer: typeof import('./components/lenses/renderers/HTMLLensRenderer.vue')['default']
diff --git a/packages/hoppscotch-common/src/components/app/DeveloperOptions.vue b/packages/hoppscotch-common/src/components/app/DeveloperOptions.vue
index f2f63346f..a94977acf 100644
--- a/packages/hoppscotch-common/src/components/app/DeveloperOptions.vue
+++ b/packages/hoppscotch-common/src/components/app/DeveloperOptions.vue
@@ -1,5 +1,5 @@
-
-
-
+
diff --git a/packages/hoppscotch-common/src/components/app/Header.vue b/packages/hoppscotch-common/src/components/app/Header.vue
index f20e619cc..539d994c3 100644
--- a/packages/hoppscotch-common/src/components/app/Header.vue
+++ b/packages/hoppscotch-common/src/components/app/Header.vue
@@ -10,7 +10,7 @@
paddingLeft: platform.ui?.appHeader?.paddingLeft?.value,
}"
>
-
-
+
-
-
-
{{ t("layout.name") }}
-
-
{{ t("support.title") }}
-
-
-
-
{{ t("settings.follow") }}
-
-
-
-
-
-
-
+
+