From d6ec3158bca4e7a8ca22b904c3aad70f09ca4b65 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Thu, 30 Dec 2021 13:49:52 +0530 Subject: [PATCH] feat: import hoppscotch collections from file --- .../components/collections/ImportExport.vue | 56 +++++++++++++------ 1 file changed, 39 insertions(+), 17 deletions(-) diff --git a/packages/hoppscotch-app/components/collections/ImportExport.vue b/packages/hoppscotch-app/components/collections/ImportExport.vue index c0bc74b55..a705fb69b 100644 --- a/packages/hoppscotch-app/components/collections/ImportExport.vue +++ b/packages/hoppscotch-app/components/collections/ImportExport.vue @@ -34,11 +34,13 @@ class="flex space-y-4 flex-col" >

{{ t("import.json_description") }}

-