mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3704] [MERGED] fix: bugs in shared request #4497
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#4497
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/3704
Author: @nivedin
Created: 12/28/2023
Status: ✅ Merged
Merged: 1/23/2024
Merged by: @AndrewBastin
Base:
release/2023.12.3← Head:fix/shared-request-bug📝 Commits (10+)
ffff54bfix: update i18n text6d7b0e1fix: add loading and error statea4aa808chore: minor update for team header-auth properties4a14de7chore: minor code update53e013echore: minor padding update52ef2d8fix: remove redundant array creation6ed4b73chore: code refactor80eb4c7fix: shortcode subscription failing to initialize0a94c16fix: no selected option tab during the initial load58d3ef9refactor: minor code update📊 Changes
11 files changed (+67 additions, -35 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/embeds/index.vue(+8 -3)📝
packages/hoppscotch-common/src/components/http/RequestOptions.vue(+2 -2)📝
packages/hoppscotch-common/src/components/share/CreateModal.vue(+4 -4)📝
packages/hoppscotch-common/src/components/share/CustomizeModal.vue(+3 -3)📝
packages/hoppscotch-common/src/components/share/Modal.vue(+4 -4)📝
packages/hoppscotch-common/src/components/share/index.vue(+18 -10)📝
packages/hoppscotch-common/src/components/share/templates/Embeds.vue(+1 -1)📝
packages/hoppscotch-common/src/helpers/shortcode/ShortcodeListAdapter.ts(+3 -0)📝
packages/hoppscotch-common/src/helpers/teams/TeamCollectionAdapter.ts(+13 -5)📝
packages/hoppscotch-common/src/newstore/collections.ts(+1 -1)📝
packages/hoppscotch-common/src/pages/e/_id.vue(+10 -2)📄 Description
Closes HFE-367
Description
This PR fixes the bugs found in shared request feature.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
0.1.2#4833