[PR #543] [MERGED] Refactor #2694

Closed
opened 2026-03-17 00:22:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/543
Author: @liyasthomas
Created: 1/31/2020
Status: Merged
Merged: 2/1/2020
Merged by: @jamesgeorge007

Base: masterHead: refactor


📝 Commits (10+)

  • f80c5d6 ♻️ Refactor
  • 1d6d8af ♻️ Refactor
  • c32c6e0 ♻️ Refactor
  • a956408 refactor: destructuring assignment and other tweaks
  • b05cd2e refactor: stick with Es6 semantics
  • 5429e49 refactor: stylistic update
  • d77e374 refactor: stylistic update
  • 12b7e22 Merge branch 'master' into refactor
  • 2b165a0 refactor: stick with the enforced style
  • ef434ca refactor: destructuring assignment

📊 Changes

6 files changed (+118 additions, -158 deletions)

View changed files

📝 components/ace-editor.vue (+5 -6)
📝 pages/doc.vue (+2 -2)
📝 pages/graphql.vue (+8 -8)
📝 pages/index.vue (+90 -125)
📝 pages/realtime.vue (+4 -8)
📝 pages/settings.vue (+9 -9)

📄 Description

  • Use template literals.
  • Prefer Object destructuring assignment approach.
  • let to const.
  • Other minor tweaks.

🔄 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/543 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 1/31/2020 **Status:** ✅ Merged **Merged:** 2/1/2020 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `master` ← **Head:** `refactor` --- ### 📝 Commits (10+) - [`f80c5d6`](https://github.com/hoppscotch/hoppscotch/commit/f80c5d6a463d5dfcde6a50ae8784162744c3c479) :recycle: Refactor - [`1d6d8af`](https://github.com/hoppscotch/hoppscotch/commit/1d6d8af748466b674928f2daedabf2e5f8289cae) ♻️ Refactor - [`c32c6e0`](https://github.com/hoppscotch/hoppscotch/commit/c32c6e0363db228044bb7169ac849c32f83583f1) :recycle: Refactor - [`a956408`](https://github.com/hoppscotch/hoppscotch/commit/a9564086b0aae8efd0b5248c941dfc0fa80ee5e1) refactor: destructuring assignment and other tweaks - [`b05cd2e`](https://github.com/hoppscotch/hoppscotch/commit/b05cd2e6e4c427d3ccc6d5ba872ee5349685a4a3) refactor: stick with Es6 semantics - [`5429e49`](https://github.com/hoppscotch/hoppscotch/commit/5429e493ea43309050704c52d86c83b26d928d56) refactor: stylistic update - [`d77e374`](https://github.com/hoppscotch/hoppscotch/commit/d77e3745bb2c0a7d4e5d49d3608cc9a9eca2ab4c) refactor: stylistic update - [`12b7e22`](https://github.com/hoppscotch/hoppscotch/commit/12b7e22c31ecec46d42e8c4af0e347faebb37565) Merge branch 'master' into refactor - [`2b165a0`](https://github.com/hoppscotch/hoppscotch/commit/2b165a065c08e26e3991d759f93dbb536fac8563) refactor: stick with the enforced style - [`ef434ca`](https://github.com/hoppscotch/hoppscotch/commit/ef434ca8040a97cc98d2b61498c5902162a75f8c) refactor: destructuring assignment ### 📊 Changes **6 files changed** (+118 additions, -158 deletions) <details> <summary>View changed files</summary> 📝 `components/ace-editor.vue` (+5 -6) 📝 `pages/doc.vue` (+2 -2) 📝 `pages/graphql.vue` (+8 -8) 📝 `pages/index.vue` (+90 -125) 📝 `pages/realtime.vue` (+4 -8) 📝 `pages/settings.vue` (+9 -9) </details> ### 📄 Description - Use template literals. - Prefer Object destructuring assignment approach. - `let` to `const`. - Other minor tweaks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:22:30 +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#2694
No description provided.