[PR #4873] [MERGED] feat(common): click to activate environment from sidebar as primary #4973

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4873
Author: @anwarulislam
Created: 3/11/2025
Status: Merged
Merged: 3/21/2025
Merged by: @jamesgeorge007

Base: nextHead: feat/sidebar-env-imprv


📝 Commits (5)

  • a4b1cb0 feat: added edit and duplicate floating button
  • 796bb06 feat: select env on click
  • d75abde feat: highlight selected env
  • b9de2d6 chore: check selected env
  • 5e76d50 chore: cleanup

📊 Changes

6 files changed (+160 additions, -19 deletions)

View changed files

📝 packages/hoppscotch-common/src/components.d.ts (+2 -0)
📝 packages/hoppscotch-common/src/components/environments/index.vue (+38 -1)
📝 packages/hoppscotch-common/src/components/environments/my/Environment.vue (+32 -14)
📝 packages/hoppscotch-common/src/components/environments/my/index.vue (+32 -1)
📝 packages/hoppscotch-common/src/components/environments/teams/Environment.vue (+26 -3)
📝 packages/hoppscotch-common/src/components/environments/teams/index.vue (+30 -0)

📄 Description

Closes HP-358

What's changed

Introduced floating buttons for editing and duplicating environments, enable environment selection on click, and highlight the selected environment.

  • Not Completed
  • Completed

🔄 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/4873 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/21/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/sidebar-env-imprv` --- ### 📝 Commits (5) - [`a4b1cb0`](https://github.com/hoppscotch/hoppscotch/commit/a4b1cb04ba899a46d5f8121d9faf998f613b59f6) feat: added edit and duplicate floating button - [`796bb06`](https://github.com/hoppscotch/hoppscotch/commit/796bb064c6ffb33f4fb434318337430e9458fa80) feat: select env on click - [`d75abde`](https://github.com/hoppscotch/hoppscotch/commit/d75abded6637229927687211960a0a44ef2819d1) feat: highlight selected env - [`b9de2d6`](https://github.com/hoppscotch/hoppscotch/commit/b9de2d668e76ac6e0de5d1a39f4e16bd1f11e03e) chore: check selected env - [`5e76d50`](https://github.com/hoppscotch/hoppscotch/commit/5e76d5007bd42b8556723952c789226f112d035f) chore: cleanup ### 📊 Changes **6 files changed** (+160 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components.d.ts` (+2 -0) 📝 `packages/hoppscotch-common/src/components/environments/index.vue` (+38 -1) 📝 `packages/hoppscotch-common/src/components/environments/my/Environment.vue` (+32 -14) 📝 `packages/hoppscotch-common/src/components/environments/my/index.vue` (+32 -1) 📝 `packages/hoppscotch-common/src/components/environments/teams/Environment.vue` (+26 -3) 📝 `packages/hoppscotch-common/src/components/environments/teams/index.vue` (+30 -0) </details> ### 📄 Description Closes HP-358 ### What's changed Introduced floating buttons for editing and duplicating environments, enable environment selection on click, and highlight the selected environment. - [ ] Not Completed - [x] Completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:27:50 +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#4973
No description provided.