mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #2996] [CLOSED] [bug] Control+F not working in result from API request #4179
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#4179
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/2996
Author: @gitstart
Created: 4/17/2023
Status: ❌ Closed
Base:
main← Head:HPS-OSS-1📝 Commits (8)
ca15085fix: make finder in response body visible when scrolling3ef0b20chore: use css variable instead of hard-code valued45e4bbchore: restrict offset changes to the json responseccb02ccchore: make search panel visible on codemirror instances0687966chore: use :deep()a82f9e7chore: updated remaining codemirror instances05c0037Merge commit '522de45a62' of https://github.com/GitStartHQ/hoppscotch into HPS-OSS-1d179c82Merge branch 'main' into HPS-OSS-1📊 Changes
15 files changed (+90 additions, -1 deletions)
View changed files
📝
packages/hoppscotch-common/assets/scss/themes.scss(+3 -0)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+6 -0)📝
packages/hoppscotch-common/src/components/graphql/Response.vue(+6 -0)📝
packages/hoppscotch-common/src/components/graphql/Sidebar.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/Body.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/CodegenModal.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/Headers.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/Parameters.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/PreRequestScript.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/RawBody.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/Tests.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/URLEncodedParams.vue(+6 -0)📝
packages/hoppscotch-common/src/components/lenses/ResponseBodyRenderer.vue(+6 -0)📝
packages/hoppscotch-common/src/components/realtime/Communication.vue(+14 -1)📝
packages/hoppscotch-common/src/helpers/editor/themes/baseTheme.ts(+1 -0)📄 Description
This PR closes https://github.com/hoppscotch/hoppscotch/issues/2946
Description
This PR fixes an issue where the
searchorfindergets hidden on page scroll. https://github.com/hoppscotch/hoppscotch/issues/2946Before
https://www.loom.com/share/2820b97d4f5b420d8019201c4f126ed0
After - Updated
https://www.loom.com/share/355c8d06ab934efc92adf6488ba1d88e
Checks
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.