mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3119] [MERGED] feat: environment quick peek #4238
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#4238
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/3119
Author: @liyasthomas
Created: 6/7/2023
Status: ✅ Merged
Merged: 8/15/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:feat/env-quick-peek📝 Commits (2)
1918bcbchore: init environment quick peek1f82274chore: proper spacing in header📊 Changes
9 files changed (+328 additions, -381 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+5 -0)📝
packages/hoppscotch-common/src/components.d.ts(+1 -36)📝
packages/hoppscotch-common/src/components/app/Header.vue(+2 -2)📝
packages/hoppscotch-common/src/components/environments/Selector.vue(+311 -334)📝
packages/hoppscotch-common/src/components/environments/index.vue(+3 -3)📝
packages/hoppscotch-common/src/components/environments/my/index.vue(+1 -1)📝
packages/hoppscotch-common/src/components/environments/teams/index.vue(+1 -1)📝
packages/hoppscotch-common/src/helpers/actions.ts(+2 -2)📝
packages/hoppscotch-ui/src/components/smart/Windows.vue(+2 -2)📄 Description
🤖 Generated by Copilot at 06304ce
Summary
🌎👁️📐
This pull request adds a new feature to the
hoppscotchweb app that lets users view the environment variables in a popover by clicking a quick peek button. It also enhances the responsiveness and layout of theWindows.vuecomponent and updates theen.jsonfile with new localization keys and values.Walkthrough
en.json(link)Selector.vue(link, link, link)Selector.vue(link, link)Windows.vue(link, link)Selector.vue(link, link)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.