[PR #4887] [MERGED] chore: replace old interceptor component with new one #4978

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4887
Author: @nivedin
Created: 3/14/2025
Status: Merged
Merged: 3/14/2025
Merged by: @jamesgeorge007

Base: patchHead: fix/app-interceptor-bug


📝 Commits (3)

  • e16db1d chore: replace old interceptor component with new one
  • 33a760e chore: add misssing i18n
  • a3a1f9e chore: cleanup

📊 Changes

5 files changed (+7 additions, -63 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+1 -0)
📝 packages/hoppscotch-common/src/components.d.ts (+0 -1)
packages/hoppscotch-common/src/components/app/Interceptor.vue (+0 -60)
📝 packages/hoppscotch-common/src/components/cookies/AllModal.vue (+3 -1)
📝 packages/hoppscotch-common/src/components/http/ResponseMeta.vue (+3 -1)

📄 Description

This PR fixes the issue where the interceptor component didn't display the active interceptors when using proxy as active intercepter.

What's changed

The old AppInterceptor have been replaced with the new KernalAppInterceptor. Also have added an missing i18n key.

Before

image

After

image


🔄 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/4887 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `fix/app-interceptor-bug` --- ### 📝 Commits (3) - [`e16db1d`](https://github.com/hoppscotch/hoppscotch/commit/e16db1dbf7ee122b39633920cb23802ba6b3a71e) chore: replace old interceptor component with new one - [`33a760e`](https://github.com/hoppscotch/hoppscotch/commit/33a760e827a56a0fb75d93b2ede7dcd3ce707bdb) chore: add misssing i18n - [`a3a1f9e`](https://github.com/hoppscotch/hoppscotch/commit/a3a1f9ec69008874d1c865f74c362191cb8ecac3) chore: cleanup ### 📊 Changes **5 files changed** (+7 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+1 -0) 📝 `packages/hoppscotch-common/src/components.d.ts` (+0 -1) ➖ `packages/hoppscotch-common/src/components/app/Interceptor.vue` (+0 -60) 📝 `packages/hoppscotch-common/src/components/cookies/AllModal.vue` (+3 -1) 📝 `packages/hoppscotch-common/src/components/http/ResponseMeta.vue` (+3 -1) </details> ### 📄 Description This PR fixes the issue where the interceptor component didn't display the active interceptors when using proxy as active intercepter. ### What's changed The old AppInterceptor have been replaced with the new KernalAppInterceptor. Also have added an missing i18n key. ### Before ![image](https://github.com/user-attachments/assets/17f11d21-8c1a-4b59-a61a-df19fb84a70d) ### After ![image](https://github.com/user-attachments/assets/2d289404-180b-447d-8d5b-5227b34999e4) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:28:07 +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#4978
No description provided.