mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2768] [MERGED] fix: realtime connect/disconnect issue #4051
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#4051
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/2768
Author: @anwarulislam
Created: 10/10/2022
Status: ✅ Merged
Merged: 10/13/2022
Merged by: @liyasthomas
Base:
main← Head:fix/reatlime-connect-issue📝 Commits (4)
3787c03fix: add connecting label15ac81echore: minor ui improvementsa805bccfix: connection disconnect issue1813b12chore: updated translations📊 Changes
40 files changed (+91 additions, -17 deletions)
View changed files
📝
packages/hoppscotch-app/locales/af.json(+2 -0)📝
packages/hoppscotch-app/locales/ar.json(+2 -0)📝
packages/hoppscotch-app/locales/ca.json(+2 -0)📝
packages/hoppscotch-app/locales/cn.json(+2 -0)📝
packages/hoppscotch-app/locales/cs.json(+2 -0)📝
packages/hoppscotch-app/locales/da.json(+2 -0)📝
packages/hoppscotch-app/locales/de.json(+2 -0)📝
packages/hoppscotch-app/locales/el.json(+2 -0)📝
packages/hoppscotch-app/locales/en.json(+2 -0)📝
packages/hoppscotch-app/locales/es.json(+2 -0)📝
packages/hoppscotch-app/locales/fi.json(+2 -0)📝
packages/hoppscotch-app/locales/fr.json(+2 -0)📝
packages/hoppscotch-app/locales/he.json(+2 -0)📝
packages/hoppscotch-app/locales/hi.json(+2 -0)📝
packages/hoppscotch-app/locales/hu.json(+2 -0)📝
packages/hoppscotch-app/locales/id.json(+2 -0)📝
packages/hoppscotch-app/locales/it.json(+2 -0)📝
packages/hoppscotch-app/locales/ja.json(+2 -0)📝
packages/hoppscotch-app/locales/ko.json(+2 -0)📝
packages/hoppscotch-app/locales/nl.json(+2 -0)...and 20 more files
📄 Description
Closes #2773
Description
In the real-time page if we go to any tab and connect with a wrong URL it keeps loading currently. Without refresh the page we can't able to disconnect or stop loading by simply clicking on it. This PR solves this issue.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.