diff --git a/packages/hoppscotch-app/assets/icons/shield-check.svg b/packages/hoppscotch-app/assets/icons/shield-check.svg new file mode 100644 index 00000000..6bca7d0e --- /dev/null +++ b/packages/hoppscotch-app/assets/icons/shield-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/packages/hoppscotch-app/components/app/Footer.vue b/packages/hoppscotch-app/components/app/Footer.vue index c8f4b7cd..e25d897b 100644 --- a/packages/hoppscotch-app/components/app/Footer.vue +++ b/packages/hoppscotch-app/components/app/Footer.vue @@ -22,112 +22,126 @@ }" @click.native="ZEN_MODE = !ZEN_MODE" /> + + + +
- - + +
- -
- - - -
- - - - - - -
- {{ `${t("app.name")} ${t("app.version")}` }} -
+ + + +
+ + + + + + +
+ {{ `${t("app.name")} ${t("app.version")}` }}
- - +
+
- - {{ t("settings.proxy") }} - - - {{ t("settings.extensions") }}: - {{ - extensionVersion != null - ? `v${extensionVersion.major}.${extensionVersion.minor}` - : t("settings.extension_ver_not_reported") - }} - +
- diff --git a/packages/hoppscotch-app/components/http/ResponseMeta.vue b/packages/hoppscotch-app/components/http/ResponseMeta.vue index 9374ea89..9e20baf3 100644 --- a/packages/hoppscotch-app/components/http/ResponseMeta.vue +++ b/packages/hoppscotch-app/components/http/ResponseMeta.vue @@ -122,25 +122,6 @@ {{ `${response.meta.responseSize} B` }} -
- - - - -
diff --git a/packages/hoppscotch-app/components/smart/Radio.vue b/packages/hoppscotch-app/components/smart/Radio.vue new file mode 100644 index 00000000..90085d72 --- /dev/null +++ b/packages/hoppscotch-app/components/smart/Radio.vue @@ -0,0 +1,35 @@ + + + diff --git a/packages/hoppscotch-app/components/smart/RadioGroup.vue b/packages/hoppscotch-app/components/smart/RadioGroup.vue new file mode 100644 index 00000000..7f5b3caa --- /dev/null +++ b/packages/hoppscotch-app/components/smart/RadioGroup.vue @@ -0,0 +1,22 @@ + + +