mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2332] [MERGED] feat: extension identification improvements #3741
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#3741
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/2332
Author: @amk-dev
Created: 5/10/2022
Status: ✅ Merged
Merged: 5/19/2022
Merged by: @AndrewBastin
Base:
main← Head:feat/extension-improvements📝 Commits (10+)
06554d2feat: add a proxy for communicating with the extension301da78feat: add proxy logic to mounted hook7d2f3a1refactor: remove polling for extension changes195b39crefactor: remove as22c5a34feat: make identification backward compactible2f8adc5Merge branch 'main' into feat/extension-improvementsf25b545fix: replace usePolled with setInterval4133575fix: check for undefined extension hooks78b8d96fix: add type HoppExtensionStatusHook80d7f8brefactor: make type name uppercase📊 Changes
10 files changed (+243 additions, -129 deletions)
View changed files
📝
packages/hoppscotch-app/components/app/Interceptor.vue(+33 -54)📝
packages/hoppscotch-app/components/smart/Radio.vue(+20 -22)📝
packages/hoppscotch-app/components/smart/RadioGroup.vue(+8 -4)📝
packages/hoppscotch-app/helpers/strategies/ExtensionStrategy.ts(+50 -12)📝
packages/hoppscotch-app/helpers/strategies/__tests__/ExtensionStrategy-NoProxy.spec.js(+0 -7)📝
packages/hoppscotch-app/layouts/default.vue(+66 -0)➕
packages/hoppscotch-app/newstore/HoppExtension.ts(+40 -0)📝
packages/hoppscotch-app/pages/settings.vue(+14 -26)📝
packages/hoppscotch-app/types/pw-ext-hook.d.ts(+9 -0)📝
packages/hoppscotch-app/types/window.d.ts(+3 -4)📄 Description
Closes #2176
Description
Checks
Additional Information
Requires hoppscotch/hoppscotch-extension#136 to be merged
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.