mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2450] [MERGED] feat: realtime tabs as subpages #3816
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#3816
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/2450
Author: @anwarulislam
Created: 6/21/2022
Status: ✅ Merged
Merged: 6/28/2022
Merged by: @AndrewBastin
Base:
main← Head:feat/realtime-routes📝 Commits (3)
6208773feat: realtime routes added38a306drefactor: subpages for realtime components908ecd7refactor: move to nested routing based solution📊 Changes
8 files changed (+260 additions, -198 deletions)
View changed files
📝
packages/hoppscotch-app/components/app/Sidenav.vue(+20 -0)📝
packages/hoppscotch-app/components/http/TestResultEnv.vue(+4 -1)📝
packages/hoppscotch-app/pages/realtime.vue(+55 -41)📝
packages/hoppscotch-app/pages/realtime/Mqtt.vue(+0 -0)📝
packages/hoppscotch-app/pages/realtime/Socketio.vue(+0 -0)📝
packages/hoppscotch-app/pages/realtime/Sse.vue(+0 -0)📝
packages/hoppscotch-app/pages/realtime/Websocket.vue(+0 -0)📝
pnpm-lock.yaml(+181 -156)📄 Description
Closes #2450
Description
Subpages in realtime page added to the system. Previously we had the same URL
/realtimefor WebSocket, SSE, SocketIO, and MQTT. Now URL added for the individual component.WebSocket:
https://hoppscotch.io/realtime/websocketSSE:
https://hoppscotch.io/realtime/sseSocketIO:
https://hoppscotch.io/realtime/socketioMQTT:
https://hoppscotch.io/realtime/mqttChecks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.