mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1174] [MERGED] Experiments #3113
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:experiments📝 Commits (10+)
abb7c1cInitial experiments section UI0a4f078Update wording about experimentsf0a43fdAdded custom url field component2a309efAdded custom URL field component based on experiment opt-inc1ce255Experiments are by default disabled86c8ceeExtending text input styling to url-field classc55388eSome polish to url-field componentd333879Added test spec for components/ui/url-field.vuef6baa4fMinor line-height fix68cab00Merge 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.