mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4309] [MERGED] fix: resolve multiple UI issues and account for description field in syncing context #4746
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#4746
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/4309
Author: @nivedin
Created: 8/29/2024
Status: ✅ Merged
Merged: 8/30/2024
Merged by: @nivedin
Base:
next← Head:fix/collection-header-properties-bulk-editor-bug📝 Commits (6)
01c6ff6fix: collection properties header bulk update editor bug0d1bb06chore: add migration step while resolvingheadersin the syncing context5a38f4efix: prevent inifinite loading state in add environments modalfae54fbfix: tab change when clicking computed authe6a4f48fix: ensure tab change action works in GQL headers view77d24bcchore: account for REST params while adding description fields📊 Changes
6 files changed (+73 additions, -29 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/Properties.vue(+6 -0)📝
packages/hoppscotch-common/src/components/environments/teams/Details.vue(+2 -0)📝
packages/hoppscotch-common/src/components/graphql/Headers.vue(+8 -12)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+6 -0)📝
packages/hoppscotch-common/src/components/http/Headers.vue(+7 -1)📝
packages/hoppscotch-selfhost-web/src/platform/collections/collections.platform.ts(+44 -16)📄 Description
This PR includes a fix for the following issues:-
Go to Authorization tabaction from the headers view under the REST/GQL collection properties modal and under the GQL request didn't have an effect.Also, a few type errors are resolved and proper migrations are added while resolving the
headersfield in the syncing context.What's changed
absoluteproperty for the header bulk editor is disabled for the collection property modal.HoppCollectionis specified while pulling collections from upstream to update the store in the syncing context. Also, a relevant migration step is added to ensure the addition of adescriptionunder the REST/GQLheaders(collection/request level) & REST params fields via a newaddDescriptionField()helper function.Go to Authorization tabaction in the collection properties modal and GraphQL request headers view.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.