mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4181] [MERGED] fix: embeds response and request option section getting hidden bug #4691
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#4691
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/4181
Author: @nivedin
Created: 7/11/2024
Status: ✅ Merged
Merged: 7/18/2024
Merged by: @jamesgeorge007
Base:
patch← Head:fix/embed-response-bug📝 Commits (6)
6c010edfix: add height to embed sections3ea2edcchore: add flex to codemirror parent2c8d9c0chore: add panes to embed and some refactorsc012c2fchore: minor refactor6a85c1echore: minor updated97acebchore: specifyflex-directionfor bulk mode editor📊 Changes
13 files changed (+251 additions, -196 deletions)
View changed files
📝
packages/hoppscotch-common/src/components.d.ts(+2 -0)📝
packages/hoppscotch-common/src/components/app/PaneLayout.vue(+5 -1)➕
packages/hoppscotch-common/src/components/embeds/Header.vue(+33 -0)➕
packages/hoppscotch-common/src/components/embeds/Request.vue(+185 -0)📝
packages/hoppscotch-common/src/components/embeds/index.vue(+18 -187)📝
packages/hoppscotch-common/src/components/http/Headers.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/Parameters.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/RawBody.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/RequestVariables.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/URLEncodedParams.vue(+1 -1)📝
packages/hoppscotch-common/src/components/lenses/renderers/JSONLensRenderer.vue(+1 -1)📝
packages/hoppscotch-common/src/components/lenses/renderers/RawLensRenderer.vue(+1 -1)📝
packages/hoppscotch-common/src/pages/e/_id.vue(+1 -1)📄 Description
Closes HFE-539, #4170
This PR fixes the UI bug in embeds where the response and some request option codemirror instance was hidden.
https://github.com/hoppscotch/hoppscotch/assets/53208152/1ecf44a8-011a-4997-a58b-949f511830d7
What's changed
The embeds structure have been updated by using
PaneLayoutfor the view, now the user can set their prefered height, also some code refactor has been done for theEmbedscomponent.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.