mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4527] [CLOSED] feat(agent): add registration list management and ux #4844
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#4844
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/4527
Author: @CuriousCorrelation
Created: 11/11/2024
Status: ❌ Closed
Base:
next← Head:agent/feat/registration-list📝 Commits (10+)
9632193feat: all registrations modeld8b1f62feat: main window show utilsa8fe936feat: reuse window instead of closing/reopeningde90df8feat(agent): route for listing registrations7f0ef58feat(agent|wip): registrations list modal plumbing697f191ref: mask auth on app side instead36e4006feat(agent|wip): ability to remove selected registrationb9e0f3afeat: agent interceptor registration list implc8d95b6fix(agent): interference from prior registration94610abfix: deleting one's own registration 💀📊 Changes
16 files changed (+418 additions, -71 deletions)
View changed files
📝
packages/hoppscotch-agent/src-tauri/capabilities/default.json(+1 -0)📝
packages/hoppscotch-agent/src-tauri/src/controller.rs(+56 -6)📝
packages/hoppscotch-agent/src-tauri/src/error.rs(+4 -0)📝
packages/hoppscotch-agent/src-tauri/src/lib.rs(+51 -18)📝
packages/hoppscotch-agent/src-tauri/src/model.rs(+18 -0)📝
packages/hoppscotch-agent/src-tauri/src/route.rs(+6 -1)📝
packages/hoppscotch-agent/src-tauri/src/state.rs(+7 -14)📝
packages/hoppscotch-agent/src-tauri/src/tray.rs(+6 -5)📝
packages/hoppscotch-agent/src/App.vue(+34 -23)📝
packages/hoppscotch-common/locales/en.json(+2 -0)📝
packages/hoppscotch-common/src/components.d.ts(+1 -2)📝
packages/hoppscotch-common/src/components/interceptors/agent/ModalNativeClientCertificates.vue(+0 -1)➕
packages/hoppscotch-common/src/components/interceptors/agent/ModalRegistrations.vue(+165 -0)📝
packages/hoppscotch-common/src/components/interceptors/agent/RegistrationModal.vue(+0 -1)📝
packages/hoppscotch-common/src/components/settings/Agent.vue(+14 -0)📝
packages/hoppscotch-common/src/platform/std/interceptors/agent/index.ts(+53 -0)📄 Description
This PR implements a registration management system for the Hoppscotch Agent, allowing users to view and manage their registered clients with some UX improvements.
Closes HFE-649
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.