()
const inputChooseFileToReplaceWith = ref
()
const inputChooseFileToImportFrom = ref()
@@ -319,10 +296,10 @@ const hideModal = () => {
emit("hide-modal")
}
-const openDialogChooseFileToReplaceWith = () => {
- if (inputChooseFileToReplaceWith.value)
- inputChooseFileToReplaceWith.value.click()
-}
+// const openDialogChooseFileToReplaceWith = () => {
+// if (inputChooseFileToReplaceWith.value)
+// inputChooseFileToReplaceWith.value.click()
+// }
const openDialogChooseFileToImportFrom = () => {
if (inputChooseFileToImportFrom.value)
diff --git a/packages/hoppscotch-app/components/smart/Expand.vue b/packages/hoppscotch-app/components/smart/Expand.vue
new file mode 100644
index 000000000..93bc85f6a
--- /dev/null
+++ b/packages/hoppscotch-app/components/smart/Expand.vue
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/packages/hoppscotch-app/locales/en.json b/packages/hoppscotch-app/locales/en.json
index a316824d7..44ed5f82b 100644
--- a/packages/hoppscotch-app/locales/en.json
+++ b/packages/hoppscotch-app/locales/en.json
@@ -16,13 +16,11 @@
"label": "Label",
"learn_more": "Learn more",
"more": "More",
+ "less": "Less",
"new": "New",
"no": "No",
- "preserve_current": "Preserve current",
"prettify": "Prettify",
"remove": "Remove",
- "replace_current": "Replace current",
- "replace_json": "Replace with JSON",
"restore": "Restore",
"save": "Save",
"search": "Search",
@@ -232,7 +230,11 @@
"curl": "Import cURL",
"failed": "Error while importing: format not recognized",
"from_gist": "Import from Gist",
+ "from_insomnia": "Import from Insomnia",
"from_my_collections": "Import from My Collections",
+ "from_openapi": "Import from OpenAPI",
+ "from_postman": "Import from Postman",
+ "from_url": "Import from URL",
"gist_url": "Enter Gist URL",
"json": "Import from JSON",
"title": "Import"