[PR #1174] [MERGED] Experiments #3113

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

📋 Pull Request Information

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

Base: masterHead: experiments


📝 Commits (10+)

  • abb7c1c Initial experiments section UI
  • 0a4f078 Update wording about experiments
  • f0a43fd Added custom url field component
  • 2a309ef Added custom URL field component based on experiment opt-in
  • c1ce255 Experiments are by default disabled
  • 86c8cee Extending text input styling to url-field class
  • c55388e Some polish to url-field component
  • d333879 Added test spec for components/ui/url-field.vue
  • f6baa4f Minor line-height fix
  • 68cab00 Merge branch 'master' into experiments

📊 Changes

7 files changed (+206 additions, -2 deletions)

View changed files

📝 assets/css/styles.scss (+2 -1)
components/ui/__tests__/url-field.spec.js (+35 -0)
components/ui/url-field.vue (+124 -0)
📝 lang/en-US.json (+4 -1)
📝 pages/index.vue (+2 -0)
📝 pages/settings.vue (+34 -0)
📝 store/postwoman.js (+5 -0)

📄 Description

Introduce env var highlighting in experimental URL bar.

Goto: Settings > Experiments to turn on experimental features.


🔄 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/1174 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 9/18/2020 **Status:** ✅ Merged **Merged:** 9/18/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `experiments` --- ### 📝 Commits (10+) - [`abb7c1c`](https://github.com/hoppscotch/hoppscotch/commit/abb7c1c14e96c4407cd3b40b80cc7876ffbd92ec) Initial experiments section UI - [`0a4f078`](https://github.com/hoppscotch/hoppscotch/commit/0a4f078cf645fc7ce2a18f211569271a936b0590) Update wording about experiments - [`f0a43fd`](https://github.com/hoppscotch/hoppscotch/commit/f0a43fd238eaba14f4ff5d4398ea605d95ac4ce9) Added custom url field component - [`2a309ef`](https://github.com/hoppscotch/hoppscotch/commit/2a309ef805483b97dcf34b7eaced8bc173fe4e35) Added custom URL field component based on experiment opt-in - [`c1ce255`](https://github.com/hoppscotch/hoppscotch/commit/c1ce2559f9e3f89bc96757e332794ef4aa9dbdcf) Experiments are by default disabled - [`86c8cee`](https://github.com/hoppscotch/hoppscotch/commit/86c8cee62d3338f238e2cdf268d577454a52c16d) Extending text input styling to url-field class - [`c55388e`](https://github.com/hoppscotch/hoppscotch/commit/c55388e7bd473dfd4d69d1789e1939421f181e1f) Some polish to url-field component - [`d333879`](https://github.com/hoppscotch/hoppscotch/commit/d333879a344e42b2142e604f0b818ee3c986a226) Added test spec for components/ui/url-field.vue - [`f6baa4f`](https://github.com/hoppscotch/hoppscotch/commit/f6baa4f9c5ad9d6b41d1c2a683ce997041a21bec) Minor line-height fix - [`68cab00`](https://github.com/hoppscotch/hoppscotch/commit/68cab00e7a389b4058732987bd34265bb8eb0c98) Merge branch 'master' into experiments ### 📊 Changes **7 files changed** (+206 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+2 -1) ➕ `components/ui/__tests__/url-field.spec.js` (+35 -0) ➕ `components/ui/url-field.vue` (+124 -0) 📝 `lang/en-US.json` (+4 -1) 📝 `pages/index.vue` (+2 -0) 📝 `pages/settings.vue` (+34 -0) 📝 `store/postwoman.js` (+5 -0) </details> ### 📄 Description Introduce env var highlighting in experimental URL bar. Goto: Settings > Experiments to turn on experimental features. --- <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:28 +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#3113
No description provided.