mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #123] [MERGED] ⌨️Add autocomplete widget with command line completion #2425
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#2425
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/123
Author: @NBTX
Created: 8/31/2019
Status: ✅ Merged
Merged: 8/31/2019
Merged by: @liyasthomas
Base:
master← Head:master📝 Commits (4)
19a4156⌨️Add autocomplete widget with command line completionaa1cb31Merge branch 'master' of https://github.com/liyasthomas/postwomana3acf34Stringify request data - fixes https://github.com/liyasthomas/postwoman/issues/12432218cfMerge branch 'master' of https://github.com/liyasthomas/postwoman📊 Changes
5 files changed (+791 additions, -564 deletions)
View changed files
📝
assets/css/themes.scss(+5 -1)➕
components/autocomplete.vue(+190 -0)📝
package-lock.json(+6 -1)📝
package.json(+4 -5)📝
pages/index.vue(+586 -557)📄 Description
Test URL: https://nbtx.github.io/postwoman-vue/
This PR:
adds a custom autocomplete searchbox (see GIF).
automatically turns off the 'raw input' feature when a known content type is entered.
allows for easily defining
knownContentTypesandvalidContentTypes(seeindex.vue).renames
www-urlencodedto its proper nameapplication/x-www-form-urlencodedResolves #88
Resolves #99
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.