[PR #3715] [CLOSED] feat: address bar in separate panel #4505

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3715
Author: @Manavpreeet
Created: 1/3/2024
Status: Closed

Base: mainHead: split-screen-feature


📝 Commits (1)

  • aae97a0 feat: address bar in separate panel

📊 Changes

13 files changed (+17 additions, -27 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue (+6 -1)
📝 packages/hoppscotch-common/src/components/http/Authorization.vue (+0 -5)
📝 packages/hoppscotch-common/src/components/http/Body.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/BodyParameters.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/Headers.vue (+0 -5)
📝 packages/hoppscotch-common/src/components/http/Parameters.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/PreRequestScript.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/RawBody.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/Request.vue (+2 -7)
📝 packages/hoppscotch-common/src/components/http/RequestOptions.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/RequestTab.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/Tests.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/http/URLEncodedParams.vue (+1 -1)

📄 Description

Closes #3699

Description

  • This PR contains the feature - Adding Address bar in separate panel
  • Have to remove sticky styling from some components
  • Also have rearranged some components in order to achieve the desired result

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

  • Below are the screenshots of desired result

Screenshot 2024-01-03 at 22 45 44
Screenshot 2024-01-03 at 22 45 57


🔄 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/3715 **Author:** [@Manavpreeet](https://github.com/Manavpreeet) **Created:** 1/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `split-screen-feature` --- ### 📝 Commits (1) - [`aae97a0`](https://github.com/hoppscotch/hoppscotch/commit/aae97a01b8470c1892743bfe0a5219db61c16ec7) feat: address bar in separate panel ### 📊 Changes **13 files changed** (+17 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue` (+6 -1) 📝 `packages/hoppscotch-common/src/components/http/Authorization.vue` (+0 -5) 📝 `packages/hoppscotch-common/src/components/http/Body.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/BodyParameters.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/Headers.vue` (+0 -5) 📝 `packages/hoppscotch-common/src/components/http/Parameters.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/PreRequestScript.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/RawBody.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/Request.vue` (+2 -7) 📝 `packages/hoppscotch-common/src/components/http/RequestOptions.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/RequestTab.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/Tests.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/http/URLEncodedParams.vue` (+1 -1) </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 --> Closes #3699 <!-- Issue # here --> ### Description <!-- Add a brief description of the pull request --> - This PR contains the feature - Adding Address bar in separate panel - Have to remove sticky styling from some components - Also have rearranged some components in order to achieve the desired result <!-- 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 behaviour, etc. --> - Below are the screenshots of desired result ![Screenshot 2024-01-03 at 22 45 44](https://github.com/hoppscotch/hoppscotch/assets/42695610/ebabd6e5-dc2e-469b-9c03-d40c58a0f910) ![Screenshot 2024-01-03 at 22 45 57](https://github.com/hoppscotch/hoppscotch/assets/42695610/4d23e550-d02f-46ad-b86a-cf0f80b7965f) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:02:02 +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#4505
No description provided.