[PR #646] [MERGED] Even #2763

Closed
opened 2026-03-17 00:26:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/646
Author: @liyasthomas
Created: 3/5/2020
Status: Merged
Merged: 3/5/2020
Merged by: @liyasthomas

Base: refactor/uiHead: master


📝 Commits (10+)

  • e843203 Merge pull request #638 from liyasthomas/refactor/ui
  • 77edec5 Removed linting for the collection docs import editor
  • d6fd01d Merge pull request #639 from AndrewBastin/fix/collection-import-turnoff-linter
  • b14e475 Hotfix: Select current theme swatch
  • 1470136 Add Socketio support
  • 356d736 Trans and docs for socketio feature
  • 6a96729 Merge branch 'master' into feature/socketio
  • 71764ad Merge pull request #640 from moonrailgun/feature/socketio
  • 1a93ce1 📝 Updated feature list
  • 0533f3a 🐛 Fixed #644

📊 Changes

13 files changed (+595 additions, -101 deletions)

View changed files

📝 README.md (+15 -0)
components/realtime/log.vue (+58 -0)
components/realtime/socketio.vue (+216 -0)
functions/utils/string.js (+12 -0)
functions/utils/valid.js (+27 -0)
📝 lang/en-US.js (+2 -0)
📝 nuxt.config.js (+4 -4)
📝 package-lock.json (+233 -0)
📝 package.json (+1 -0)
📝 pages/doc.vue (+1 -0)
📝 pages/index.vue (+10 -10)
📝 pages/realtime.vue (+15 -87)
📝 pages/settings.vue (+1 -0)

📄 Description

No description provided


🔄 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/646 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 3/5/2020 **Status:** ✅ Merged **Merged:** 3/5/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `refactor/ui` ← **Head:** `master` --- ### 📝 Commits (10+) - [`e843203`](https://github.com/hoppscotch/hoppscotch/commit/e843203bb6da858f759437cb22358e599c4f47d4) Merge pull request #638 from liyasthomas/refactor/ui - [`77edec5`](https://github.com/hoppscotch/hoppscotch/commit/77edec5f76e8412e0b70277e5ae8ef1af009d77a) Removed linting for the collection docs import editor - [`d6fd01d`](https://github.com/hoppscotch/hoppscotch/commit/d6fd01d210af407bfe68d9eaf590d1bfd7fce23d) Merge pull request #639 from AndrewBastin/fix/collection-import-turnoff-linter - [`b14e475`](https://github.com/hoppscotch/hoppscotch/commit/b14e475db08cd09f8cd49ac470c6d57111ff173f) Hotfix: Select current theme swatch - [`1470136`](https://github.com/hoppscotch/hoppscotch/commit/14701369bd0fead608b90e93e43d09f7b3e358e6) Add Socketio support - [`356d736`](https://github.com/hoppscotch/hoppscotch/commit/356d736f4eabe0ed7e44df1ca1a83bc743f6cd2d) Trans and docs for socketio feature - [`6a96729`](https://github.com/hoppscotch/hoppscotch/commit/6a967290558e1b2276518538da65c40755be4915) Merge branch 'master' into feature/socketio - [`71764ad`](https://github.com/hoppscotch/hoppscotch/commit/71764ad3647d42e54f976ca7f758fa4c9ecf9bc9) Merge pull request #640 from moonrailgun/feature/socketio - [`1a93ce1`](https://github.com/hoppscotch/hoppscotch/commit/1a93ce1d436172e89fc5cc48a6e3669ad2bfcda6) :pencil: Updated feature list - [`0533f3a`](https://github.com/hoppscotch/hoppscotch/commit/0533f3a0709cc625b84a7ea8379520cce93fbd50) :bug: Fixed #644 ### 📊 Changes **13 files changed** (+595 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -0) ➕ `components/realtime/log.vue` (+58 -0) ➕ `components/realtime/socketio.vue` (+216 -0) ➕ `functions/utils/string.js` (+12 -0) ➕ `functions/utils/valid.js` (+27 -0) 📝 `lang/en-US.js` (+2 -0) 📝 `nuxt.config.js` (+4 -4) 📝 `package-lock.json` (+233 -0) 📝 `package.json` (+1 -0) 📝 `pages/doc.vue` (+1 -0) 📝 `pages/index.vue` (+10 -10) 📝 `pages/realtime.vue` (+15 -87) 📝 `pages/settings.vue` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:26:29 +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#2763
No description provided.