[PR #4807] [MERGED] fix: kernel-io calls via openExternalLink #4947

Closed
opened 2026-03-17 02:26:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4807
Author: @CuriousCorrelation
Created: 3/4/2025
Status: Merged
Merged: 3/5/2025
Merged by: @jamesgeorge007

Base: patchHead: fix/kernel-io-calls


📝 Commits (2)

  • 7823711 fix: kernel-io calls via openExternalLink
  • ebaff1e fix: kernel-io platform defs and lints

📊 Changes

9 files changed (+52 additions, -18 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/app/WhatsNewDialog.vue (+2 -1)
📝 packages/hoppscotch-common/src/components/collections/ImportExport.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/collections/graphql/ImportExport.vue (+1 -1)
📝 packages/hoppscotch-common/src/components/environments/ImportExport.vue (+1 -1)
📝 packages/hoppscotch-common/src/platform/kernel-io.ts (+40 -3)
📝 packages/hoppscotch-common/src/platform/std/kernel-interceptors/extension/index.ts (+2 -5)
📝 packages/hoppscotch-common/src/platform/std/kernel-interceptors/extension/store.ts (+2 -3)
📝 packages/hoppscotch-common/src/platform/std/kernel-io.ts (+2 -2)
📝 packages/hoppscotch-common/src/services/spotlight/searchers/general.searcher.ts (+1 -1)

📄 Description

This PR fixes some of the remaining calls to openExternalLink that's now routed through kernel-io.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4807 **Author:** [@CuriousCorrelation](https://github.com/CuriousCorrelation) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/5/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `fix/kernel-io-calls` --- ### 📝 Commits (2) - [`7823711`](https://github.com/hoppscotch/hoppscotch/commit/78237114d30cc6cee3f0f9b331e3cc299103773b) fix: kernel-io calls via `openExternalLink` - [`ebaff1e`](https://github.com/hoppscotch/hoppscotch/commit/ebaff1e9e7bccd0356fada34156cebd88992a4ff) fix: kernel-io platform defs and lints ### 📊 Changes **9 files changed** (+52 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/app/WhatsNewDialog.vue` (+2 -1) 📝 `packages/hoppscotch-common/src/components/collections/ImportExport.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/collections/graphql/ImportExport.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/components/environments/ImportExport.vue` (+1 -1) 📝 `packages/hoppscotch-common/src/platform/kernel-io.ts` (+40 -3) 📝 `packages/hoppscotch-common/src/platform/std/kernel-interceptors/extension/index.ts` (+2 -5) 📝 `packages/hoppscotch-common/src/platform/std/kernel-interceptors/extension/store.ts` (+2 -3) 📝 `packages/hoppscotch-common/src/platform/std/kernel-io.ts` (+2 -2) 📝 `packages/hoppscotch-common/src/services/spotlight/searchers/general.searcher.ts` (+1 -1) </details> ### 📄 Description This PR fixes some of the remaining calls to `openExternalLink` that's now routed through `kernel-io`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:26:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4947
No description provided.