mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3647] [MERGED] feat: persist line wrap setting #4468
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#4468
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/3647
Author: @ajmalmohad
Created: 12/13/2023
Status: ✅ Merged
Merged: 2/9/2024
Merged by: @AndrewBastin
Base:
release/2023.12.4← Head:feature/persist-line-wraps📝 Commits (10+)
a22ded2feat: persist line wrap settingd7063aachore: removed unused imports848dfcbchore: settings schema updated9139bbcfeat: persist line wraps146e7fffix: applyNestedSetting dispatcher for nested settings35116f6chore: type specificity7c78b1bfix: type errors in setting nested resultaa32294chore: type sepcificity6546fbdfix: removed wrap line persistence from realtime viewe37fa79chore: add suggestions from review📊 Changes
21 files changed (+273 additions, -72 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/cookies/EditCookie.vue(+6 -4)📝
packages/hoppscotch-common/src/components/graphql/Headers.vue(+6 -4)📝
packages/hoppscotch-common/src/components/graphql/Query.vue(+6 -4)📝
packages/hoppscotch-common/src/components/graphql/Response.vue(+8 -4)📝
packages/hoppscotch-common/src/components/graphql/Sidebar.vue(+6 -4)📝
packages/hoppscotch-common/src/components/graphql/Variable.vue(+6 -4)📝
packages/hoppscotch-common/src/components/http/CodegenModal.vue(+6 -4)📝
packages/hoppscotch-common/src/components/http/Headers.vue(+7 -4)📝
packages/hoppscotch-common/src/components/http/ImportCurl.vue(+6 -4)📝
packages/hoppscotch-common/src/components/http/Parameters.vue(+6 -4)📝
packages/hoppscotch-common/src/components/http/PreRequestScript.vue(+6 -4)📝
packages/hoppscotch-common/src/components/http/RawBody.vue(+6 -4)📝
packages/hoppscotch-common/src/components/http/Tests.vue(+6 -4)📝
packages/hoppscotch-common/src/components/http/URLEncodedParams.vue(+6 -4)📝
packages/hoppscotch-common/src/components/lenses/renderers/HTMLLensRenderer.vue(+6 -4)📝
packages/hoppscotch-common/src/components/lenses/renderers/JSONLensRenderer.vue(+6 -4)📝
packages/hoppscotch-common/src/components/lenses/renderers/RawLensRenderer.vue(+6 -4)📝
packages/hoppscotch-common/src/components/lenses/renderers/XMLLensRenderer.vue(+6 -4)📝
packages/hoppscotch-common/src/composables/settings.ts(+31 -0)📝
packages/hoppscotch-common/src/newstore/settings.ts(+111 -0)...and 1 more files
📄 Description
Persisted line wrap setting across various fields
Closes #3641
Description
Added settings for wrap line toggle for editor fields
HTTP: Request Body, Response Body, Headers, Parameters, URL Encoded, Pre-request, Test
GraphQL: Query, Response Body, Headers, Variables, Schema
Realtime: Communication Body, Realtime Log
Others: Import cURL, Code Generation, Cookie
Checks
Additional Information
https://github.com/hoppscotch/hoppscotch/assets/55492635/7e9e152e-226e-4af1-ad04-d515fbaa3412
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
hoppscotch-agent#4820