diff --git a/packages/hoppscotch-app/assets/icons/align-left.svg b/packages/hoppscotch-app/assets/icons/align-left.svg index 9ac852a51..04a945c36 100644 --- a/packages/hoppscotch-app/assets/icons/align-left.svg +++ b/packages/hoppscotch-app/assets/icons/align-left.svg @@ -1 +1 @@ - \ 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 fe8edb17b..c5ea81d19 100644 --- a/packages/hoppscotch-app/components/app/Footer.vue +++ b/packages/hoppscotch-app/components/app/Footer.vue @@ -35,59 +35,65 @@

+ +
- -
@@ -88,7 +90,7 @@
@@ -127,7 +129,7 @@ v-tippy="{ theme: 'tooltip' }" :title="$t('action.clear_all')" svg="trash-2" - :disabled="bulkMode" + :disabled="Boolean(bulkMode)" @click.native="headers = []" />
@@ -150,7 +152,7 @@
@@ -407,7 +409,7 @@ const runQuery = async () => { const startTime = Date.now() nuxt.value.$loading.start() - response.value = `${t("state.loading")}` + response.value = "loading" try { const runURL = clone(url.value) diff --git a/packages/hoppscotch-app/components/graphql/Response.vue b/packages/hoppscotch-app/components/graphql/Response.vue index 10da832ff..21df889f6 100644 --- a/packages/hoppscotch-app/components/graphql/Response.vue +++ b/packages/hoppscotch-app/components/graphql/Response.vue @@ -1,47 +1,55 @@ diff --git a/packages/hoppscotch-app/components/smart/Tabs.vue b/packages/hoppscotch-app/components/smart/Tabs.vue index 33088ddfe..c84974739 100644 --- a/packages/hoppscotch-app/components/smart/Tabs.vue +++ b/packages/hoppscotch-app/components/smart/Tabs.vue @@ -1,7 +1,7 @@