[PR #4099] [MERGED] feat: added codegen tab in the sidbear #4661

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4099
Author: @anwarulislam
Created: 6/3/2024
Status: Merged
Merged: 6/24/2024
Merged by: @AndrewBastin

Base: nextHead: feat/codegen-ui-revamp


📝 Commits (8)

  • 485daf6 feat: added codegen in sidebar
  • 8ff580b feat: codegen body added
  • 2f9af5c feat: codegen component added to sidebar
  • 8babb3e chore: codegen render only when the tab is active
  • ea070f8 chore: padding and label props
  • 108c8fe chore: refactor codegen modal
  • df70b85 chore: added computed request value
  • 937bd2c chore: i18n string added

📊 Changes

5 files changed (+432 additions, -377 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+4 -2)
📝 packages/hoppscotch-common/src/components.d.ts (+143 -146)
packages/hoppscotch-common/src/components/http/Codegen.vue (+253 -0)
📝 packages/hoppscotch-common/src/components/http/CodegenModal.vue (+7 -228)
📝 packages/hoppscotch-common/src/components/http/Sidebar.vue (+25 -1)

📄 Description

Closes HFE-493

Description

This change addresses issue HFE-493 by making code geneation tools readily available through the sidebar.

  • Not Completed
  • Completed

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 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/4099 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `next` ← **Head:** `feat/codegen-ui-revamp` --- ### 📝 Commits (8) - [`485daf6`](https://github.com/hoppscotch/hoppscotch/commit/485daf6c2400a4a4ddca627b57034d7aed5c3dd7) feat: added codegen in sidebar - [`8ff580b`](https://github.com/hoppscotch/hoppscotch/commit/8ff580b84db8351a3c3f4a0bb8d2f3bdff188682) feat: codegen body added - [`2f9af5c`](https://github.com/hoppscotch/hoppscotch/commit/2f9af5cb77de47d447e9f747b75ae7ee29caa20a) feat: codegen component added to sidebar - [`8babb3e`](https://github.com/hoppscotch/hoppscotch/commit/8babb3eeb841b377c85eab970d95856c9d02d194) chore: codegen render only when the tab is active - [`ea070f8`](https://github.com/hoppscotch/hoppscotch/commit/ea070f85f6ed8f5ba6dce103fe33ded0838adc93) chore: padding and label props - [`108c8fe`](https://github.com/hoppscotch/hoppscotch/commit/108c8fe587c3662a27b1240dad3048f288c330bc) chore: refactor codegen modal - [`df70b85`](https://github.com/hoppscotch/hoppscotch/commit/df70b850e9216fa1fce8ff0bfee3b2f455c6e7f9) chore: added computed request value - [`937bd2c`](https://github.com/hoppscotch/hoppscotch/commit/937bd2ca967fc6ca41b0f87b032a04232d75802a) chore: i18n string added ### 📊 Changes **5 files changed** (+432 additions, -377 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+4 -2) 📝 `packages/hoppscotch-common/src/components.d.ts` (+143 -146) ➕ `packages/hoppscotch-common/src/components/http/Codegen.vue` (+253 -0) 📝 `packages/hoppscotch-common/src/components/http/CodegenModal.vue` (+7 -228) 📝 `packages/hoppscotch-common/src/components/http/Sidebar.vue` (+25 -1) </details> ### 📄 Description Closes HFE-493 ### Description This change addresses issue HFE-493 by making code geneation tools readily available through the sidebar. - [ ] 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:10:45 +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#4661
No description provided.