diff --git a/packages/hoppscotch-common/src/components/app/Shortcuts.vue b/packages/hoppscotch-common/src/components/app/Shortcuts.vue index ce7a624a5..ac0255426 100644 --- a/packages/hoppscotch-common/src/components/app/Shortcuts.vue +++ b/packages/hoppscotch-common/src/components/app/Shortcuts.vue @@ -17,9 +17,10 @@ v-if="isEmpty(shortcutsResults)" :text="`${t('state.nothing_found')} ‟${filterText}”`" > - + -
+ -
-
- - {{ t("collection.import_or_create") }} - -
- - + - + -
- - {{ t("collection.import_or_create") }} - -
- - + - + - +
diff --git a/packages/hoppscotch-common/src/components/collections/graphql/Folder.vue b/packages/hoppscotch-common/src/components/collections/graphql/Folder.vue index 4621404e4..4735bde16 100644 --- a/packages/hoppscotch-common/src/components/collections/graphql/Folder.vue +++ b/packages/hoppscotch-common/src/components/collections/graphql/Folder.vue @@ -176,8 +176,7 @@ :src="`/images/states/${colorMode.value}/pack.svg`" :alt="`${t('empty.folder')}`" :text="t('empty.folder')" - > -
+ />
-
- - {{ t("collection.import_or_create") }} - -
- - + diff --git a/packages/hoppscotch-common/src/components/cookies/AllModal.vue b/packages/hoppscotch-common/src/components/cookies/AllModal.vue index 40e0a67f7..9b319489c 100644 --- a/packages/hoppscotch-common/src/components/cookies/AllModal.vue +++ b/packages/hoppscotch-common/src/components/cookies/AllModal.vue @@ -11,7 +11,9 @@ v-if="!currentInterceptorSupportsCookies" :text="t('cookies.modal.interceptor_no_support')" > - +
- + />
-
- - - {{ t("empty.environments") }} - -
+ :src="`/images/states/${colorMode.value}/blockchain.svg`" + :alt="`${t('empty.environments')}`" + :text="t('empty.environments')" + /> -
- - - {{ t("empty.environments") }} - -
+ :src="`/images/states/${colorMode.value}/blockchain.svg`" + :alt="`${t('empty.environments')}`" + :text="t('empty.environments')" + />
- +
diff --git a/packages/hoppscotch-common/src/components/environments/my/index.vue b/packages/hoppscotch-common/src/components/environments/my/index.vue index 46116da3f..f066df1e4 100644 --- a/packages/hoppscotch-common/src/components/environments/my/index.vue +++ b/packages/hoppscotch-common/src/components/environments/my/index.vue @@ -38,27 +38,29 @@ :alt="`${t('empty.environments')}`" :text="t('empty.environments')" > -
- - {{ t("environment.import_or_create") }} - -
- - + - - +
diff --git a/packages/hoppscotch-common/src/components/environments/teams/index.vue b/packages/hoppscotch-common/src/components/environments/teams/index.vue index c5429ef13..e1f161a84 100644 --- a/packages/hoppscotch-common/src/components/environments/teams/index.vue +++ b/packages/hoppscotch-common/src/components/environments/teams/index.vue @@ -49,31 +49,33 @@ :alt="`${t('empty.environments')}`" :text="t('empty.environments')" > -
- - {{ t("environment.import_or_create") }} - -
- - +
- +
diff --git a/packages/hoppscotch-common/src/components/graphql/Headers.vue b/packages/hoppscotch-common/src/components/graphql/Headers.vue index 8be85436e..b808a086f 100644 --- a/packages/hoppscotch-common/src/components/graphql/Headers.vue +++ b/packages/hoppscotch-common/src/components/graphql/Headers.vue @@ -162,12 +162,14 @@ :alt="`${t('empty.headers')}`" :text="t('empty.headers')" > - +
diff --git a/packages/hoppscotch-common/src/components/graphql/Sidebar.vue b/packages/hoppscotch-common/src/components/graphql/Sidebar.vue index 4c0f90830..4019154a6 100644 --- a/packages/hoppscotch-common/src/components/graphql/Sidebar.vue +++ b/packages/hoppscotch-common/src/components/graphql/Sidebar.vue @@ -20,8 +20,7 @@ :src="`/images/states/${colorMode.value}/add_comment.svg`" :alt="`${t('empty.documentation')}`" :text="t('empty.documentation')" - > - + />
diff --git a/packages/hoppscotch-common/src/components/history/index.vue b/packages/hoppscotch-common/src/components/history/index.vue index de67e5976..f241407aa 100644 --- a/packages/hoppscotch-common/src/components/history/index.vue +++ b/packages/hoppscotch-common/src/components/history/index.vue @@ -9,7 +9,7 @@ v-model="filterText" type="search" autocomplete="off" - class="flex w-full bg-transparent px-4 py-2" + class="flex w-full bg-transparent px-4 py-2 h-8" :placeholder="`${t('action.search')}`" />
@@ -114,8 +114,7 @@ :src="`/images/states/${colorMode.value}/history.svg`" :alt="`${t('empty.history')}`" :text="t('empty.history')" - > - + /> + - - +
diff --git a/packages/hoppscotch-common/src/components/http/Body.vue b/packages/hoppscotch-common/src/components/http/Body.vue index 8662ad430..75c15ca95 100644 --- a/packages/hoppscotch-common/src/components/http/Body.vue +++ b/packages/hoppscotch-common/src/components/http/Body.vue @@ -112,14 +112,16 @@ :alt="`${t('empty.body')}`" :text="t('empty.body')" > - +
diff --git a/packages/hoppscotch-common/src/components/http/BodyParameters.vue b/packages/hoppscotch-common/src/components/http/BodyParameters.vue index b898e304c..c8f13c4b1 100644 --- a/packages/hoppscotch-common/src/components/http/BodyParameters.vue +++ b/packages/hoppscotch-common/src/components/http/BodyParameters.vue @@ -158,12 +158,14 @@ :alt="`${t('empty.body')}`" :text="t('empty.body')" > - +
diff --git a/packages/hoppscotch-common/src/components/http/CodegenModal.vue b/packages/hoppscotch-common/src/components/http/CodegenModal.vue index 7c488bd40..a793dbef1 100644 --- a/packages/hoppscotch-common/src/components/http/CodegenModal.vue +++ b/packages/hoppscotch-common/src/components/http/CodegenModal.vue @@ -61,7 +61,7 @@ :text="`${t('state.nothing_found')} ‟${searchQuery}”`" >
diff --git a/packages/hoppscotch-common/src/components/http/Headers.vue b/packages/hoppscotch-common/src/components/http/Headers.vue index 6b92a2ea1..c2978e1a5 100644 --- a/packages/hoppscotch-common/src/components/http/Headers.vue +++ b/packages/hoppscotch-common/src/components/http/Headers.vue @@ -209,12 +209,14 @@ :alt="`${t('empty.headers')}`" :text="t('empty.headers')" > - +
diff --git a/packages/hoppscotch-common/src/components/http/Parameters.vue b/packages/hoppscotch-common/src/components/http/Parameters.vue index 6f7dab60e..3c9179440 100644 --- a/packages/hoppscotch-common/src/components/http/Parameters.vue +++ b/packages/hoppscotch-common/src/components/http/Parameters.vue @@ -157,12 +157,14 @@ :alt="`${t('empty.parameters')}`" :text="t('empty.parameters')" > - +
diff --git a/packages/hoppscotch-common/src/components/http/ResponseMeta.vue b/packages/hoppscotch-common/src/components/http/ResponseMeta.vue index a2501563f..4c3e0a325 100644 --- a/packages/hoppscotch-common/src/components/http/ResponseMeta.vue +++ b/packages/hoppscotch-common/src/components/http/ResponseMeta.vue @@ -37,7 +37,9 @@ :text="t('helpers.network_fail')" large > - + -
- {{ response.error.name }}: {{ response.error.message }}
- {{ response.error.stack }} -
+
- + /> - + - +
diff --git a/packages/hoppscotch-common/src/components/interceptors/ErrorPlaceholder.vue b/packages/hoppscotch-common/src/components/interceptors/ErrorPlaceholder.vue index 2a850a6f3..d28e6c8e9 100644 --- a/packages/hoppscotch-common/src/components/interceptors/ErrorPlaceholder.vue +++ b/packages/hoppscotch-common/src/components/interceptors/ErrorPlaceholder.vue @@ -5,55 +5,57 @@ :heading="t('error.network_fail')" large > -
- - {{ t("error.please_install_extension") }} - - - {{ t("error.check_how_to_add_origin") }} - - here - - -
-
- - - - - - -
-
-
- - {{ t("settings.extensions_use_toggle") }} - + diff --git a/packages/hoppscotch-common/src/components/share/index.vue b/packages/hoppscotch-common/src/components/share/index.vue index 496817490..38fed740d 100644 --- a/packages/hoppscotch-common/src/components/share/index.vue +++ b/packages/hoppscotch-common/src/components/share/index.vue @@ -32,10 +32,12 @@ :alt="`${t('empty.shared_requests_logout')}`" :text="`${t('empty.shared_requests_logout')}`" > - + diff --git a/packages/hoppscotch-sh-admin/src/components/teams/Invite.vue b/packages/hoppscotch-sh-admin/src/components/teams/Invite.vue index 287d6da89..088e71cad 100644 --- a/packages/hoppscotch-sh-admin/src/components/teams/Invite.vue +++ b/packages/hoppscotch-sh-admin/src/components/teams/Invite.vue @@ -117,7 +117,13 @@ alt="No invites" text="No invites" > - +
- +
-
- - Something went wrong. Please try again later. -
+
diff --git a/packages/hoppscotch-ui/src/components/smart/Placeholder.vue b/packages/hoppscotch-ui/src/components/smart/Placeholder.vue index 20a14d0b4..613307dae 100644 --- a/packages/hoppscotch-ui/src/components/smart/Placeholder.vue +++ b/packages/hoppscotch-ui/src/components/smart/Placeholder.vue @@ -4,24 +4,29 @@ v-if="src" :src="src" loading="lazy" - class="inline-flex flex-col object-contain object-center mb-4" + class="inline-flex flex-col object-contain object-center" :class="large ? 'w-32 h-32' : 'w-16 h-16'" :alt="alt" /> - + {{ heading }} {{ text }} - +
+ +