From 1370b5372698e5a065d33c257e5475171d908d77 Mon Sep 17 00:00:00 2001 From: Akash K <57758277+amk-dev@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:06:33 +0530 Subject: [PATCH 1/2] chore: enable/disable features in platforms (#2968) --- .../src/components/collections/ImportExport.vue | 1 + packages/hoppscotch-common/src/platform/index.ts | 3 +++ packages/hoppscotch-web/src/main.ts | 3 +++ 3 files changed, 7 insertions(+) diff --git a/packages/hoppscotch-common/src/components/collections/ImportExport.vue b/packages/hoppscotch-common/src/components/collections/ImportExport.vue index 90badc53f..7aa864c15 100644 --- a/packages/hoppscotch-common/src/components/collections/ImportExport.vue +++ b/packages/hoppscotch-common/src/components/collections/ImportExport.vue @@ -131,6 +131,7 @@ @click="emit('export-json-collection')" /> Date: Thu, 6 Apr 2023 15:50:16 +0600 Subject: [PATCH 2/2] feat: added scrollbar for tabs (#2969) --- .../src/components/smart/Windows.vue | 135 ++++++++++++++---- 1 file changed, 106 insertions(+), 29 deletions(-) diff --git a/packages/hoppscotch-ui/src/components/smart/Windows.vue b/packages/hoppscotch-ui/src/components/smart/Windows.vue index c22b5cedc..f971d8c51 100644 --- a/packages/hoppscotch-ui/src/components/smart/Windows.vue +++ b/packages/hoppscotch-ui/src/components/smart/Windows.vue @@ -1,7 +1,7 @@