mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4099] [MERGED] feat: added codegen tab in the sidbear #4661
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4661
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
next← Head:feat/codegen-ui-revamp📝 Commits (8)
485daf6feat: added codegen in sidebar8ff580bfeat: codegen body added2f9af5cfeat: codegen component added to sidebar8babb3echore: codegen render only when the tab is activeea070f8chore: padding and label props108c8fechore: refactor codegen modaldf70b85chore: added computed request value937bd2cchore: 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.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.