mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5258] [MERGED] feat(common): authorization ui panel revamp #5128
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#5128
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/5258
Author: @anwarulislam
Created: 7/21/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @jamesgeorge007
Base:
next← Head:feat/auth-ui-revamp📝 Commits (9)
1ad52d5feat: add labels for authorization fields in various components1601ec4feat: update placeholder texts for various authorization inputs to improve clarityb6a01c4feat: add i18n for domain and workstation labels20fe83efeat: add i18n support for various authorization fieldsff73ee7feat: add i18n support for various authorization fields6438d8ffeat: add i18n support for various authorization fieldse1b512bfeat: add i18n support for jwt and oauth2920f716chore: clean up8e35eabchore: clean up📊 Changes
12 files changed (+279 additions, -72 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+34 -1)📝
packages/hoppscotch-common/src/components/http/Authorization.vue(+12 -2)📝
packages/hoppscotch-common/src/components/http/authorization/ASAP.vue(+31 -8)📝
packages/hoppscotch-common/src/components/http/authorization/AWSSign.vue(+20 -8)📝
packages/hoppscotch-common/src/components/http/authorization/AkamaiEG.vue(+39 -11)📝
packages/hoppscotch-common/src/components/http/authorization/ApiKey.vue(+8 -2)📝
packages/hoppscotch-common/src/components/http/authorization/Basic.vue(+8 -2)📝
packages/hoppscotch-common/src/components/http/authorization/Digest.vue(+32 -10)📝
packages/hoppscotch-common/src/components/http/authorization/HAWK.vue(+33 -9)📝
packages/hoppscotch-common/src/components/http/authorization/JWT.vue(+20 -10)📝
packages/hoppscotch-common/src/components/http/authorization/NTLM.vue(+21 -8)📝
packages/hoppscotch-common/src/components/http/authorization/OAuth2.vue(+21 -1)📄 Description
Introduce labels for various authorization fields across multiple components to enhance user interface clarity and accessibility. This change improves the overall user experience by providing clear context for each input field.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.