[PR #3700] [MERGED] feat: team environment search and switch #4499

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3700
Author: @anwarulislam
Created: 12/27/2023
Status: Merged
Merged: 1/30/2024
Merged by: @AndrewBastin

Base: release/2023.12.3Head: feat/team-env-spotlight


📝 Commits (8)

  • 03f612e feat: team environmnt search and switch
  • c52afeb chore: updated from review suggestions
  • f34abb4 chore: typesafe env switch searcher
  • ab9521a fix: ensure the check icon is displayed next to the previous selection
  • c624037 refactor: leverage destructuring
  • ff6f9f2 chore: show error toast is the result ID parsing step fails
  • bba3e8b refactor: remove returning a promise unnecessarily
  • 160b22c chore: cleanup

📊 Changes

3 files changed (+120 additions, -16 deletions)

View changed files

📝 packages/hoppscotch-common/src/helpers/teams/TeamEnvironmentAdapter.ts (+1 -1)
📝 packages/hoppscotch-common/src/newstore/environments.ts (+1 -1)
📝 packages/hoppscotch-common/src/services/spotlight/searchers/environment.searcher.ts (+118 -14)

📄 Description

Closes HFE-274

Description

This PR adds the ability to search on team environments and switch to team environments from the spotlight.

  • Not Completed
  • Completed

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/3700 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 12/27/2023 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.3` ← **Head:** `feat/team-env-spotlight` --- ### 📝 Commits (8) - [`03f612e`](https://github.com/hoppscotch/hoppscotch/commit/03f612e5dcf2efbdcb5a680cfd259a59751331c0) feat: team environmnt search and switch - [`c52afeb`](https://github.com/hoppscotch/hoppscotch/commit/c52afebe6572f909c299ca19d797cd37844316a3) chore: updated from review suggestions - [`f34abb4`](https://github.com/hoppscotch/hoppscotch/commit/f34abb4a1810fc27531744b3c8cc45b489e66d3c) chore: typesafe env switch searcher - [`ab9521a`](https://github.com/hoppscotch/hoppscotch/commit/ab9521a72fb989dd461dce9005e4d82c7ef6e47d) fix: ensure the check icon is displayed next to the previous selection - [`c624037`](https://github.com/hoppscotch/hoppscotch/commit/c62403756ee36268071480da35a1120601ed6dc7) refactor: leverage destructuring - [`ff6f9f2`](https://github.com/hoppscotch/hoppscotch/commit/ff6f9f2543e1087995567ebc4ee80feded868641) chore: show error toast is the result ID parsing step fails - [`bba3e8b`](https://github.com/hoppscotch/hoppscotch/commit/bba3e8b2c2fefc862a2584b1c86e7c54999a5248) refactor: remove returning a promise unnecessarily - [`160b22c`](https://github.com/hoppscotch/hoppscotch/commit/160b22c7a8763c152bbda58378e548d617d0257e) chore: cleanup ### 📊 Changes **3 files changed** (+120 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/helpers/teams/TeamEnvironmentAdapter.ts` (+1 -1) 📝 `packages/hoppscotch-common/src/newstore/environments.ts` (+1 -1) 📝 `packages/hoppscotch-common/src/services/spotlight/searchers/environment.searcher.ts` (+118 -14) </details> ### 📄 Description Closes HFE-274 ### Description This PR adds the ability to search on team environments and switch to team environments from the spotlight. <!-- Add a brief description of the pull request --> - [ ] Not Completed - [ ] Completed ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [ ] 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:01:46 +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#4499
No description provided.