mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1869] Disable inputs in realtime requests when connection is active #594
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#594
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 @blenderskool on GitHub (Oct 12, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1869
Is your feature request related to a problem? Please describe.
In the realtime and graphql requests, once the initial connection is made, the inputs for request URLs should be disabled till the connection is closed. I think this is a small improvement to the UX as changing these inputs after the connection is made has no effect on the connection(they only apply to the next connection).
Describe the solution you'd like
Disable the inputs that configure the connection after the connection has been established for realtime and graphql requests, and enable them back once disconnected.
Describe alternatives you've considered
Nothing really, this is an improvement to the already nice experience.
Additional context
Nothing else. I would like to work on this if it sounds useful.
@liyasthomas commented on GitHub (Oct 12, 2021):
@blenderskool, thanks for reporting the feature - feel free to open a PR if you'd like to work on this. I guess it would be better if you can cover all other sections in realtime page. Ex: SSE, Socket.IO, MQTT etc which has a connection with endpoint. Thank you.