mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4942] [MERGED] feat: Agent registration UX flow updates #4993
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#4993
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/4942
Author: @nivedin
Created: 3/27/2025
Status: ✅ Merged
Merged: 3/27/2025
Merged by: @jamesgeorge007
Base:
next← Head:fix/agent-register-ux-update📝 Commits (10+)
b0c4a30fix: update agent registration flow6c1ed45chore: remove unused variable983a4ffchore: update i18n textc2af283fix(agent): prevent registration resurrection2a8999cchore: remove tippy on register button36b538dchore: unified state across all components03283f6feat(agent): clearer hide/cancel flow931595dfix(agent): default to registrations on maximize6bebd7bfix(agent): update registration instructions1ec461ffix(agent): lingering wip refactor📊 Changes
7 files changed (+163 additions, -100 deletions)
View changed files
📝
packages/hoppscotch-agent/src-tauri/src/lib.rs(+14 -0)📝
packages/hoppscotch-agent/src-tauri/src/tray.rs(+20 -1)📝
packages/hoppscotch-agent/src/App.vue(+45 -15)📝
packages/hoppscotch-agent/src/pages/otp.vue(+7 -1)📝
packages/hoppscotch-common/locales/en.json(+5 -3)📝
packages/hoppscotch-common/src/components/settings/AgentSubtitle.vue(+57 -79)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts(+15 -1)📄 Description
This PR updates the UX flow for agent registration in the interceptor selection component.
Before
https://github.com/user-attachments/assets/d0821457-de36-4a78-872b-9f52ca9d2fc2
After
https://github.com/user-attachments/assets/ca71c0f4-addc-491f-bb92-27e7df1266d3
checkAgentStatusandinitiateRegistrationstep have been incorporated in a single step.https://github.com/user-attachments/assets/ab0367a6-5b46-40ab-844d-ffec4b1f7445
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.