mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #581] Bigger URL and/or Path input field #212
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#212
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?
Originally created by @geongeorge on GitHub (Feb 20, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/581
Originally assigned to: @liyasthomas on GitHub.
I'm working on a project and I'm dealing with similar URLs of an API.
Postwoman only provides a small input field to add in the URL
I cannot properly see what URL I'm sending the request to.
Even the history section shows a small excerpt of the entire URL.
Possible Solution
This is what postman does when thrown a big URL
@liyasthomas commented on GitHub (Feb 20, 2020):
Thanks for the suggestion, will update UI to support larger URLs.
@its-tayo commented on GitHub (Feb 21, 2020):
Hi @liyasthomas can I work on this, please?
@liyasthomas commented on GitHub (Feb 21, 2020):
@its-tayo hi there! You're free to work on this 🎉
Assigning to you.
@AndrewBastin commented on GitHub (Feb 22, 2020):
@liyasthomas @its-tayo
I think the best implementation for the URL field is that we can have it be like it can collapse into one field, without needing separate URL and Path fields (I usually only use the URL field, mostly because I usually copy paste URLs).
In case the user needs the split view, we can have a sorta a collapsible thingy, to like expand the URL input into the separate Host and Path fields.
Again, it's just an opinion and it will need some effort to be implemented properly and presented cleanly.
@its-tayo commented on GitHub (Feb 22, 2020):
Hi, @liyasthomas I'm sorry I wouldn't be able to work on this, I thought this project was built with React.