mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1484] [MERGED] response outline for JSON responses #3342
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#3342
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/1484
Author: @harshlele
Created: 2/14/2021
Status: ✅ Merged
Merged: 2/23/2021
Merged by: @liyasthomas
Base:
main← Head:json-outline📝 Commits (10+)
2869b6aadded basic cursor trackingdbdb37badded basic cursor tracking7138bbeMerge branch 'json-outline' of https://github.com/harshlele/hoppscotch into json-outline0eada09show siblings, click on sibling to scroll into view23a47e3added basic cursor tracking2759df7show siblings, click on sibling to scroll into viewfc782cfMerge branch 'json-outline' of https://github.com/harshlele/hoppscotch into json-outline8741e4dUpdate ace-editor.vuee7d86f7added basic cursor tracking212a120show siblings, click on sibling to scroll into view📊 Changes
4 files changed (+284 additions, -13 deletions)
View changed files
📝
components/http/http-raw-body.vue(+14 -12)📝
components/lenses/renderers/JSONLensRenderer.vue(+1 -0)📝
components/ui/ace-editor.vue(+143 -1)➕
helpers/outline.js(+126 -0)📄 Description
i've been using the app for a while, but one of the things ive always wanted is a outline for very long JSON responses, similar to how VS code does it, so i decided to see if i make it myself lol. I'd love it if you guys merged this. Ive added a screenshot:
@mouseleavedon't work on mobile devicesDeploy preview: https://deploy-preview-1484--hoppscotch.netlify.app
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.