[PR #2226] [CLOSED] Refactor/websocket system revamp #3679

Closed
opened 2026-03-17 01:16:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2226
Author: @anwarulislam
Created: 4/1/2022
Status: Closed

Base: mainHead: refactor/websocket-system-revamp


📝 Commits (10+)

  • 23c677b feat: reorder key-value entries (#2189)
  • 770c3f1 refactor: revamped tab system
  • 1f2fb0f refactor: enable new tab component
  • 35571ff fix: tab switching side effect
  • 4764141 fix: tab deleting side effect
  • 0f8549c fix: tests
  • 187f5c2 Merge branch 'hoppscotch:main' into main
  • 300c02a Merge branch 'hoppscotch:main' into main
  • 5d829f4 Merge branch 'hoppscotch:main' into main
  • ea4f904 Merge branch 'hoppscotch:main' into main

📊 Changes

1 file changed (+253 additions, -224 deletions)

View changed files

📝 packages/hoppscotch-app/components/realtime/Websocket.vue (+253 -224)

📄 Description

Refactoring WebSocket.vue component script.

Description

Updated WebSocket.vue component to setup script and typescript

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2226 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 4/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor/websocket-system-revamp` --- ### 📝 Commits (10+) - [`23c677b`](https://github.com/hoppscotch/hoppscotch/commit/23c677b1277442d52d17f2698bb51be22d9ff818) feat: reorder key-value entries (#2189) - [`770c3f1`](https://github.com/hoppscotch/hoppscotch/commit/770c3f19e31ed17a91562238f62e104d72b632aa) refactor: revamped tab system - [`1f2fb0f`](https://github.com/hoppscotch/hoppscotch/commit/1f2fb0f9c35f51c2665059d2718ece4a14677f36) refactor: enable new tab component - [`35571ff`](https://github.com/hoppscotch/hoppscotch/commit/35571ffd095ef589dce8ae164e954b11673bb8bc) fix: tab switching side effect - [`4764141`](https://github.com/hoppscotch/hoppscotch/commit/476414115f97214b481160cded56dd270fda2131) fix: tab deleting side effect - [`0f8549c`](https://github.com/hoppscotch/hoppscotch/commit/0f8549cc24dbc591d1ac78d0a35d4d2499c129bd) fix: tests - [`187f5c2`](https://github.com/hoppscotch/hoppscotch/commit/187f5c2a8f54e29d2716473ae853ec83b1bf557a) Merge branch 'hoppscotch:main' into main - [`300c02a`](https://github.com/hoppscotch/hoppscotch/commit/300c02ad81be0a691e2536b2114bfb20960c2e25) Merge branch 'hoppscotch:main' into main - [`5d829f4`](https://github.com/hoppscotch/hoppscotch/commit/5d829f44442cb601488efe73e6e90e8548ffeff9) Merge branch 'hoppscotch:main' into main - [`ea4f904`](https://github.com/hoppscotch/hoppscotch/commit/ea4f9048afac5b3aa22d2a84a3a0e2980441847c) Merge branch 'hoppscotch:main' into main ### 📊 Changes **1 file changed** (+253 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/realtime/Websocket.vue` (+253 -224) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Refactoring `WebSocket.vue` component script. ### Description Updated `WebSocket.vue` component to setup script and typescript <!-- Add a brief description of the pull request --> <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:16:18 +03:00
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#3679
No description provided.