mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4873] [MERGED] feat(common): click to activate environment from sidebar as primary #4973
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4973
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
next← Head:feat/sidebar-env-imprv📝 Commits (5)
a4b1cb0feat: added edit and duplicate floating button796bb06feat: select env on clickd75abdefeat: highlight selected envb9de2d6chore: check selected env5e76d50chore: 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.