From 04d73a855d5ecb107335eb467838892e3380a113 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 11 Jan 2022 16:04:42 +0530 Subject: [PATCH] chore: split url and file importer steps --- .../components/collections/ImportExport.vue | 170 +++++++++--------- .../collections/graphql/ImportExport.vue | 2 +- .../components/environments/ImportExport.vue | 2 +- .../helpers/import-export/import/gist.ts | 41 +++++ .../helpers/import-export/import/hopp.ts | 2 +- .../helpers/import-export/import/importers.ts | 2 + .../helpers/import-export/import/insomnia.ts | 2 +- .../helpers/import-export/import/openapi.ts | 2 +- .../helpers/import-export/import/postman.ts | 2 +- .../helpers/import-export/steps.ts | 10 +- packages/hoppscotch-app/locales/en.json | 3 +- 11 files changed, 139 insertions(+), 99 deletions(-) create mode 100644 packages/hoppscotch-app/helpers/import-export/import/gist.ts diff --git a/packages/hoppscotch-app/components/collections/ImportExport.vue b/packages/hoppscotch-app/components/collections/ImportExport.vue index 75b459ec2..4dae3351d 100644 --- a/packages/hoppscotch-app/components/collections/ImportExport.vue +++ b/packages/hoppscotch-app/components/collections/ImportExport.vue @@ -1,7 +1,7 @@