[PR #4060] [MERGED] fix: persist interceptor state for logged out user #4649

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4060
Author: @nivedin
Created: 5/13/2024
Status: Merged
Merged: 6/3/2024
Merged by: @nivedin

Base: patchHead: fix/default-interceptor-bug


📝 Commits (4)

  • 6cf0c42 fix: persist interceptor state for loged out user
  • 27ea170 refactor: update interceptor section in settings page
  • bf65654 chore: update settings page interceptor section UI
  • 850954e chore: minoir ui and code refactor

📊 Changes

5 files changed (+67 additions, -117 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/app/Interceptor.vue (+13 -1)
📝 packages/hoppscotch-common/src/components/settings/Extension.vue (+0 -32)
📝 packages/hoppscotch-common/src/components/settings/Proxy.vue (+5 -28)
📝 packages/hoppscotch-common/src/newstore/settings.ts (+43 -56)
📝 packages/hoppscotch-common/src/pages/settings.vue (+6 -0)

📄 Description

Closes HFE-508 #4059

Description

This PR fixes the the bug where a logged out user's interceptor option did not get persisted while refreshing. Also added interceptor option in settings page.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/4060 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@nivedin](https://github.com/nivedin) **Base:** `patch` ← **Head:** `fix/default-interceptor-bug` --- ### 📝 Commits (4) - [`6cf0c42`](https://github.com/hoppscotch/hoppscotch/commit/6cf0c427a799efdcc8f0af0668da32d70edce406) fix: persist interceptor state for loged out user - [`27ea170`](https://github.com/hoppscotch/hoppscotch/commit/27ea170d85fb82d0b43e1633816b9d40de180ba0) refactor: update interceptor section in settings page - [`bf65654`](https://github.com/hoppscotch/hoppscotch/commit/bf656541265c2bd1db54a8870c5165442efd9245) chore: update settings page interceptor section UI - [`850954e`](https://github.com/hoppscotch/hoppscotch/commit/850954efdf9c8d72710283698f24c205a9f53c62) chore: minoir ui and code refactor ### 📊 Changes **5 files changed** (+67 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/app/Interceptor.vue` (+13 -1) 📝 `packages/hoppscotch-common/src/components/settings/Extension.vue` (+0 -32) 📝 `packages/hoppscotch-common/src/components/settings/Proxy.vue` (+5 -28) 📝 `packages/hoppscotch-common/src/newstore/settings.ts` (+43 -56) 📝 `packages/hoppscotch-common/src/pages/settings.vue` (+6 -0) </details> ### 📄 Description Closes HFE-508 #4059 ### Description This PR fixes the the bug where a logged out user's interceptor option did not get persisted while refreshing. Also added interceptor option in settings page. ### Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:09:56 +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#4649
No description provided.