mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2381] [MERGED] MQTT Revamp #3771
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#3771
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/2381
Author: @anwarulislam
Created: 5/30/2022
Status: ✅ Merged
Merged: 11/26/2022
Merged by: @liyasthomas
Base:
main← Head:refactor/mqtt-revamp📝 Commits (10+)
4bca57achore: updated tech stack list534a41fchore: minor ui improvements8ca8e2drefactor: mqtt revamp and ui improvement33fc0a7refactor: mqtt revampfaf45c9refactor: update for vue3 + vite151f97brefactor: update for vue3 + vited05c95ffix: window issuea097993refactor: minor ui changes0d540f4feat: store tabs in session52ec64bfeat: store current tab logs📊 Changes
23 files changed (+1277 additions, -206 deletions)
View changed files
📝
packages/hoppscotch-app/locales/en.json(+30 -2)📝
packages/hoppscotch-app/src/components.d.ts(+5 -0)📝
packages/hoppscotch-app/src/components/graphql/RequestOptions.vue(+1 -1)📝
packages/hoppscotch-app/src/components/graphql/Response.vue(+14 -0)📝
packages/hoppscotch-app/src/components/http/Request.vue(+4 -4)📝
packages/hoppscotch-app/src/components/http/ResponseMeta.vue(+2 -2)📝
packages/hoppscotch-app/src/components/realtime/Communication.vue(+39 -7)➕
packages/hoppscotch-app/src/components/realtime/ConnectionConfig.vue(+135 -0)📝
packages/hoppscotch-app/src/components/realtime/Log.vue(+47 -0)📝
packages/hoppscotch-app/src/components/realtime/LogEntry.vue(+1 -0)➕
packages/hoppscotch-app/src/components/realtime/Subscription.vue(+138 -0)➕
packages/hoppscotch-app/src/components/smart/Window.vue(+49 -0)➕
packages/hoppscotch-app/src/components/smart/Windows.vue(+274 -0)📝
packages/hoppscotch-app/src/helpers/actions.ts(+1 -1)📝
packages/hoppscotch-app/src/helpers/keybindings.ts(+6 -4)📝
packages/hoppscotch-app/src/helpers/realtime/MQTTConnection.ts(+74 -11)📝
packages/hoppscotch-app/src/helpers/shortcuts.ts(+1 -1)📝
packages/hoppscotch-app/src/newstore/MQTTSession.ts(+147 -1)📝
packages/hoppscotch-app/src/pages/realtime/mqtt.vue(+291 -160)📝
packages/hoppscotch-app/src/pages/realtime/socketio.vue(+6 -3)...and 3 more files
📄 Description
Closes hoppscotch/internal-issues#14
Description
Revamping the UI and subscription to topic improvement in MQTT
Checks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.