[PR #1178] [MERGED] upstream #3119

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

📋 Pull Request Information

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

Base: feat/tailwindHead: master


📝 Commits (10+)

  • 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
  • f38dde1 Updated all non-major dependencies to latest
  • 423eaa5 Fixed broken GraphQL mock query

📊 Changes

12 files changed (+312 additions, -78 deletions)

View changed files

📝 assets/css/styles.scss (+2 -1)
📝 components/collections/index.vue (+1 -1)
📝 components/lenses/renderers/mixins/TextContentRendererMixin.js (+6 -1)
components/ui/__tests__/url-field.spec.js (+35 -0)
components/ui/url-field.vue (+152 -0)
📝 lang/en-US.json (+4 -1)
📝 package-lock.json (+66 -69)
📝 package.json (+4 -4)
📝 pages/index.vue (+2 -0)
📝 pages/settings.vue (+34 -0)
📝 store/postwoman.js (+5 -0)
📝 store/state.js (+1 -1)

📄 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/1178 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 9/21/2020 **Status:** ✅ Merged **Merged:** 9/21/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `feat/tailwind` ← **Head:** `master` --- ### 📝 Commits (10+) - [`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 - [`f38dde1`](https://github.com/hoppscotch/hoppscotch/commit/f38dde160ed0a38764160b8d714caf7b34fe30f7) Updated all non-major dependencies to latest - [`423eaa5`](https://github.com/hoppscotch/hoppscotch/commit/423eaa5462e1bad2da09600dec3e203f552bc6db) Fixed broken GraphQL mock query ### 📊 Changes **12 files changed** (+312 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+2 -1) 📝 `components/collections/index.vue` (+1 -1) 📝 `components/lenses/renderers/mixins/TextContentRendererMixin.js` (+6 -1) ➕ `components/ui/__tests__/url-field.spec.js` (+35 -0) ➕ `components/ui/url-field.vue` (+152 -0) 📝 `lang/en-US.json` (+4 -1) 📝 `package-lock.json` (+66 -69) 📝 `package.json` (+4 -4) 📝 `pages/index.vue` (+2 -0) 📝 `pages/settings.vue` (+34 -0) 📝 `store/postwoman.js` (+5 -0) 📝 `store/state.js` (+1 -1) </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:45:44 +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#3119
No description provided.