[PR #3000] [CLOSED] [feature] import and show code should be in a separate dropdown #4177

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3000
Author: @gitstart
Created: 4/18/2023
Status: Closed

Base: mainHead: HPS-OSS-3


📝 Commits (1)

  • 3007fa4 feat: import and show code should be in a separate dropdown

📊 Changes

5 files changed (+272 additions, -306 deletions)

View changed files

📝 packages/hoppscotch-common/src/components.d.ts (+32 -1)
packages/hoppscotch-common/src/components/http/CodegenModal.vue (+0 -275)
packages/hoppscotch-common/src/components/http/CodegenTab.vue (+225 -0)
📝 packages/hoppscotch-common/src/components/http/Request.vue (+11 -30)
📝 packages/hoppscotch-common/src/components/http/Sidebar.vue (+4 -0)

📄 Description

This PR closes https://github.com/hoppscotch/hoppscotch/issues/2233

Description

This PR add a feature import and show code should be in a separate dropdown
https://github.com/hoppscotch/hoppscotch/issues/2233

DEMO

https://www.loom.com/share/6e8bc3732cde40259e867a602fcf9dd2

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

This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time.


🔄 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/3000 **Author:** [@gitstart](https://github.com/gitstart) **Created:** 4/18/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `HPS-OSS-3` --- ### 📝 Commits (1) - [`3007fa4`](https://github.com/hoppscotch/hoppscotch/commit/3007fa4c1bbcfda51610d22d8c24844d4176d692) feat: import and show code should be in a separate dropdown ### 📊 Changes **5 files changed** (+272 additions, -306 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components.d.ts` (+32 -1) ➖ `packages/hoppscotch-common/src/components/http/CodegenModal.vue` (+0 -275) ➕ `packages/hoppscotch-common/src/components/http/CodegenTab.vue` (+225 -0) 📝 `packages/hoppscotch-common/src/components/http/Request.vue` (+11 -30) 📝 `packages/hoppscotch-common/src/components/http/Sidebar.vue` (+4 -0) </details> ### 📄 Description This PR closes https://github.com/hoppscotch/hoppscotch/issues/2233 #### Description This PR add a feature import and show code should be in a separate dropdown https://github.com/hoppscotch/hoppscotch/issues/2233 ### DEMO https://www.loom.com/share/6e8bc3732cde40259e867a602fcf9dd2 #### Checks - [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 --- This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:44:17 +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#4177
No description provided.