[PR #4203] [MERGED] fix: codemirror search bar misaligned #4702

Closed
opened 2026-03-17 02:12:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4203
Author: @nivedin
Created: 7/22/2024
Status: Merged
Merged: 7/22/2024
Merged by: @jamesgeorge007

Base: patchHead: fix/codemirror-search-bar-alignment


📝 Commits (2)

  • d016356 fix: align search bar in codemirror
  • 8abebb2 chore: remove stale class references

📊 Changes

7 files changed (+7 additions, -50 deletions)

View changed files

📝 packages/hoppscotch-common/src/components.d.ts (+1 -0)
📝 packages/hoppscotch-common/src/components/graphql/Response.vue (+2 -8)
📝 packages/hoppscotch-common/src/components/lenses/renderers/JSONLensRenderer.vue (+1 -13)
📝 packages/hoppscotch-common/src/components/lenses/renderers/RawLensRenderer.vue (+0 -6)
📝 packages/hoppscotch-common/src/components/realtime/Communication.vue (+3 -21)
📝 packages/hoppscotch-common/src/pages/realtime/socketio.vue (+0 -1)
📝 packages/hoppscotch-common/src/pages/realtime/websocket.vue (+0 -1)

📄 Description

Closes #4201

This PR fixes the issue with search bar in codemirror misaligning.

Before

image

After

image


🔄 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/4203 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/22/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `fix/codemirror-search-bar-alignment` --- ### 📝 Commits (2) - [`d016356`](https://github.com/hoppscotch/hoppscotch/commit/d016356e15f4bdd1d8a06a3e683d158ed2623b89) fix: align search bar in codemirror - [`8abebb2`](https://github.com/hoppscotch/hoppscotch/commit/8abebb2123c4c70a93b862a8692e5f43e67f7f59) chore: remove stale class references ### 📊 Changes **7 files changed** (+7 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components.d.ts` (+1 -0) 📝 `packages/hoppscotch-common/src/components/graphql/Response.vue` (+2 -8) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/JSONLensRenderer.vue` (+1 -13) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/RawLensRenderer.vue` (+0 -6) 📝 `packages/hoppscotch-common/src/components/realtime/Communication.vue` (+3 -21) 📝 `packages/hoppscotch-common/src/pages/realtime/socketio.vue` (+0 -1) 📝 `packages/hoppscotch-common/src/pages/realtime/websocket.vue` (+0 -1) </details> ### 📄 Description Closes #4201 This PR fixes the issue with search bar in codemirror misaligning. ### Before ![image](https://github.com/user-attachments/assets/3547e214-b87d-4fa4-9702-3f77a4262903) ### After ![image](https://github.com/user-attachments/assets/3ac4f46d-618d-4270-b208-e58c1d2c580b) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:12:56 +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#4702
No description provided.