[GH-ISSUE #1869] Disable inputs in realtime requests when connection is active #594

Closed
opened 2026-03-16 16:12:22 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem 2026-03-16 16:12:22 +03:00
Author
Owner

@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.

<!-- gh-comment-id:940810751 --> @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.
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#594
No description provided.