[PR #664] [MERGED] Improving performance #2780

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

📋 Pull Request Information

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

Base: masterHead: patch/i18n


📝 Commits (2)

  • b576f34 Improving performance
  • 32aeb97 Merge branch 'master' into patch/i18n

📊 Changes

26 files changed (+1892 additions, -1872 deletions)

View changed files

📝 components/realtime/mqtt.vue (+7 -7)
📝 components/realtime/socketio.vue (+5 -3)
📝 components/realtime/websocket.vue (+4 -4)
lang/de-DE.js (+0 -90)
lang/de-DE.json (+92 -0)
lang/en-US.js (+0 -285)
lang/en-US.json (+286 -0)
lang/es-ES.js (+0 -262)
lang/es-ES.json (+260 -0)
lang/fa-IR.js (+0 -89)
lang/fa-IR.json (+92 -0)
lang/fr-FR.js (+0 -262)
lang/fr-FR.json (+260 -0)
lang/id-ID.js (+0 -89)
lang/id-ID.json (+92 -0)
lang/ja-JP.js (+0 -245)
lang/ja-JP.json (+247 -0)
lang/ko-KR.js (+0 -258)
lang/ko-KR.json (+260 -0)
lang/pt-BR.js (+0 -89)

...and 6 more files

📄 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/664 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 3/12/2020 **Status:** ✅ Merged **Merged:** 3/12/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `patch/i18n` --- ### 📝 Commits (2) - [`b576f34`](https://github.com/hoppscotch/hoppscotch/commit/b576f34893ad790ef9737fbfe0612eebbbd4abff) :zap: Improving performance - [`32aeb97`](https://github.com/hoppscotch/hoppscotch/commit/32aeb97c340d1eb945c153a47748f133a696ef71) Merge branch 'master' into patch/i18n ### 📊 Changes **26 files changed** (+1892 additions, -1872 deletions) <details> <summary>View changed files</summary> 📝 `components/realtime/mqtt.vue` (+7 -7) 📝 `components/realtime/socketio.vue` (+5 -3) 📝 `components/realtime/websocket.vue` (+4 -4) ➖ `lang/de-DE.js` (+0 -90) ➕ `lang/de-DE.json` (+92 -0) ➖ `lang/en-US.js` (+0 -285) ➕ `lang/en-US.json` (+286 -0) ➖ `lang/es-ES.js` (+0 -262) ➕ `lang/es-ES.json` (+260 -0) ➖ `lang/fa-IR.js` (+0 -89) ➕ `lang/fa-IR.json` (+92 -0) ➖ `lang/fr-FR.js` (+0 -262) ➕ `lang/fr-FR.json` (+260 -0) ➖ `lang/id-ID.js` (+0 -89) ➕ `lang/id-ID.json` (+92 -0) ➖ `lang/ja-JP.js` (+0 -245) ➕ `lang/ja-JP.json` (+247 -0) ➖ `lang/ko-KR.js` (+0 -258) ➕ `lang/ko-KR.json` (+260 -0) ➖ `lang/pt-BR.js` (+0 -89) _...and 6 more files_ </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:27: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#2780
No description provided.