[PR #1191] [MERGED] upstream #3130

Closed
opened 2026-03-17 00:46:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1191
Author: @liyasthomas
Created: 9/27/2020
Status: Merged
Merged: 9/27/2020
Merged by: @liyasthomas

Base: i18nHead: master


📝 Commits (10+)

  • 687b0ac fix: functions/package.json & functions/package-lock.json to reduce vulnerabilities
  • d425a1b Merge pull request #1169 from hoppscotch/snyk-fix-3786512203b7ce5e8de4cfb302b63900
  • af2b726 chore: dependency updates + fixed a minor bug with edit folder
  • 9840ebf Updated all non-major dependencies
  • 4ea60d3 Added temporary fix for the trailing null character from extension
  • b7a44ab Experiments (#1174)
  • 54171e5 FIxed broken restore history on new URL bar
  • b6eb581 Revert last commit
  • 5810c55 Fixed bug with restore from history not working in new URL field
  • 782eb29 Fixed url-field bug with caret reset due to v-model update

📊 Changes

88 files changed (+2983 additions, -2330 deletions)

View changed files

📝 README.md (+106 -103)
assets/css/styles.scss (+0 -783)
assets/css/tailwind.css (+5 -0)
📝 assets/scss/fonts.scss (+0 -20)
assets/scss/styles.scss (+823 -0)
📝 assets/scss/themes.scss (+86 -36)
📝 build.js (+1 -1)
📝 components/collections/add-collection.vue (+2 -2)
📝 components/collections/add-folder.vue (+2 -2)
📝 components/collections/collection.vue (+17 -19)
📝 components/collections/edit-collection.vue (+2 -2)
📝 components/collections/edit-folder.vue (+2 -2)
📝 components/collections/edit-request.vue (+5 -5)
📝 components/collections/folder.vue (+8 -17)
📝 components/collections/import-export-collections.vue (+8 -8)
📝 components/collections/index.vue (+4 -9)
📝 components/collections/request.vue (+1 -14)
📝 components/collections/save-request-as.vue (+5 -5)
📝 components/environments/add-environment.vue (+2 -2)
📝 components/environments/edit-environment.vue (+3 -3)

...and 68 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1191 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 9/27/2020 **Status:** ✅ Merged **Merged:** 9/27/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `i18n` ← **Head:** `master` --- ### 📝 Commits (10+) - [`687b0ac`](https://github.com/hoppscotch/hoppscotch/commit/687b0ac3bd1601df1e1bd72914aad3571ffc39ef) fix: functions/package.json & functions/package-lock.json to reduce vulnerabilities - [`d425a1b`](https://github.com/hoppscotch/hoppscotch/commit/d425a1b2c02e1679b4b84098a836b2a96b4643ab) Merge pull request #1169 from hoppscotch/snyk-fix-3786512203b7ce5e8de4cfb302b63900 - [`af2b726`](https://github.com/hoppscotch/hoppscotch/commit/af2b726a389d249531387e625b25427ba171dde2) chore: dependency updates + fixed a minor bug with edit folder - [`9840ebf`](https://github.com/hoppscotch/hoppscotch/commit/9840ebfe336ffe4273a341393280385db2e7d4a7) Updated all non-major dependencies - [`4ea60d3`](https://github.com/hoppscotch/hoppscotch/commit/4ea60d3431dabe634ab2f219212e830ba365c4e9) Added temporary fix for the trailing null character from extension - [`b7a44ab`](https://github.com/hoppscotch/hoppscotch/commit/b7a44ab11f18fa220b62e1b76f7cf9e0f10b3bbf) Experiments (#1174) - [`54171e5`](https://github.com/hoppscotch/hoppscotch/commit/54171e566aed24dc6dfae8ea5f13da7e03703fe6) FIxed broken restore history on new URL bar - [`b6eb581`](https://github.com/hoppscotch/hoppscotch/commit/b6eb5811920e8623f87fdad786916922806011ba) Revert last commit - [`5810c55`](https://github.com/hoppscotch/hoppscotch/commit/5810c5544afc8a6ca16925464b3f6683d90389df) Fixed bug with restore from history not working in new URL field - [`782eb29`](https://github.com/hoppscotch/hoppscotch/commit/782eb29aacfa4dbc6b6cd935862b6c748cb60bad) Fixed url-field bug with caret reset due to v-model update ### 📊 Changes **88 files changed** (+2983 additions, -2330 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+106 -103) ➖ `assets/css/styles.scss` (+0 -783) ➕ `assets/css/tailwind.css` (+5 -0) 📝 `assets/scss/fonts.scss` (+0 -20) ➕ `assets/scss/styles.scss` (+823 -0) 📝 `assets/scss/themes.scss` (+86 -36) 📝 `build.js` (+1 -1) 📝 `components/collections/add-collection.vue` (+2 -2) 📝 `components/collections/add-folder.vue` (+2 -2) 📝 `components/collections/collection.vue` (+17 -19) 📝 `components/collections/edit-collection.vue` (+2 -2) 📝 `components/collections/edit-folder.vue` (+2 -2) 📝 `components/collections/edit-request.vue` (+5 -5) 📝 `components/collections/folder.vue` (+8 -17) 📝 `components/collections/import-export-collections.vue` (+8 -8) 📝 `components/collections/index.vue` (+4 -9) 📝 `components/collections/request.vue` (+1 -14) 📝 `components/collections/save-request-as.vue` (+5 -5) 📝 `components/environments/add-environment.vue` (+2 -2) 📝 `components/environments/edit-environment.vue` (+3 -3) _...and 68 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:46:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3130
No description provided.