mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3627] [MERGED] feat: embeds #4456
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#4456
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/3627
Author: @nivedin
Created: 12/5/2023
Status: ✅ Merged
Merged: 12/7/2023
Merged by: @AndrewBastin
Base:
release/2023.12.0← Head:feat/shared-request-embeds📝 Commits (10+)
5a35c09feat: mutations and small refactor in share reqbb0bf35feat: added embeds components wipfbca9b0chore: add open app link9d8fdb4chore: add doc button if response is nullaa18249chore: use shared request properties for embed67cfef8chore: cleanupfd4a5c6chore: disable method and input09e9601chore: add save option to modify sahred request4bd3e89refactor: update embed customize flowf2777a9chore: cleanup📊 Changes
23 files changed (+782 additions, -144 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+18 -15)📝
packages/hoppscotch-common/src/components.d.ts(+1 -0)➕
packages/hoppscotch-common/src/components/embeds/index.vue(+212 -0)📝
packages/hoppscotch-common/src/components/http/RequestOptions.vue(+15 -2)📝
packages/hoppscotch-common/src/components/http/Response.vue(+2 -1)📝
packages/hoppscotch-common/src/components/http/ResponseMeta.vue(+16 -2)📝
packages/hoppscotch-common/src/components/share/CreateModal.vue(+12 -8)📝
packages/hoppscotch-common/src/components/share/CustomizeModal.vue(+69 -52)📝
packages/hoppscotch-common/src/components/share/Modal.vue(+55 -8)📝
packages/hoppscotch-common/src/components/share/Request.vue(+22 -10)📝
packages/hoppscotch-common/src/components/share/index.vue(+164 -9)📝
packages/hoppscotch-common/src/components/share/templates/Button.vue(+2 -6)📝
packages/hoppscotch-common/src/components/share/templates/Embeds.vue(+19 -20)📝
packages/hoppscotch-common/src/components/share/templates/Link.vue(+1 -3)📝
packages/hoppscotch-common/src/helpers/backend/gql/mutations/CreateShortcode.graphql(+2 -2)➕
packages/hoppscotch-common/src/helpers/backend/gql/mutations/UpdateEmbedProperties.graphql(+8 -0)📝
packages/hoppscotch-common/src/helpers/backend/gql/queries/ResolveShortcode.graphql(+2 -1)➕
packages/hoppscotch-common/src/helpers/backend/gql/subscriptions/ShortcodeUpdated.graphql(+8 -0)📝
packages/hoppscotch-common/src/helpers/backend/mutations/Shortcode.ts(+18 -1)📝
packages/hoppscotch-common/src/helpers/shortcode/Shortcode.ts(+1 -1)...and 3 more files
📄 Description
Closes HFE-250
Description
This feature adds the ability to embed hoppscotch app as iframe on any place like blogs, personal websites etc, by creating a shared request as type embed.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.