mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5544] [MERGED] feat(common): add better ux to profile page by enabling routing for each tab #5254
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#5254
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/5544
Author: @anwarulislam
Created: 10/31/2025
Status: ✅ Merged
Merged: 11/25/2025
Merged by: @jamesgeorge007
Base:
next← Head:feat/profile-page-ui📝 Commits (10+)
eb6e8befeat(profile): add profile management components and navigationf6612f7feat(common): replace Teams component with TeamsView and add TeamsView component89b924bfeat(profile): replace HoppSmartTabs with TabsNav component for improved navigationcbeca96feat(profile): add exact match routes to TabsNav for improved navigation handling8a41270feat(common): simplify PROFILE_NAVIGATION by removing unused propertiesdb9a456feat(common): update private access hints with instructions and link to token creation3a83c80feat(common): update private access instructions for mock serverse55aa4cfeat(tabs): add exact match support for tab navigationcf20289feat(common): convert PROFILE_NAVIGATION to a computed property for reactivityd71676cfix(common): improve key assignment for additional profile sections📊 Changes
13 files changed (+408 additions, -199 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+2 -0)📝
packages/hoppscotch-common/src/components.d.ts(+0 -1)➕
packages/hoppscotch-common/src/components/TabsNav.vue(+129 -0)📝
packages/hoppscotch-common/src/components/mockServer/ConfigureMockServerModal.vue(+10 -1)📝
packages/hoppscotch-common/src/components/mockServer/CreateNewMockServerModal.vue(+10 -1)📝
packages/hoppscotch-common/src/components/mockServer/EditMockServer.vue(+10 -1)➕
packages/hoppscotch-common/src/components/profile/index.vue(+202 -0)📝
packages/hoppscotch-common/src/components/teams/Modal.vue(+1 -1)📝
packages/hoppscotch-common/src/components/teams/View.vue(+0 -0)📝
packages/hoppscotch-common/src/pages/profile.vue(+29 -194)➕
packages/hoppscotch-common/src/pages/profile/index.vue(+5 -0)➕
packages/hoppscotch-common/src/pages/profile/teams.vue(+5 -0)➕
packages/hoppscotch-common/src/pages/profile/tokens.vue(+5 -0)📄 Description
Closes FE-1045
This pull request introduces a major refactor of the profile page and related components to improve modularity, maintainability, and user experience. The profile page is now split into separate routes for account settings, teams, and access tokens, each with its own dedicated component. Additionally, the navigation tabs have been reimplemented with a new
TabsNavcomponent, and the user interface for private mock server access instructions has been improved.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.