mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[PR #5750] [MERGED] feat(common): show full request path in tab tooltip #5338
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#5338
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/5750
Author: @abhibarkade
Created: 1/5/2026
Status: ✅ Merged
Merged: 1/23/2026
Merged by: @jamesgeorge007
Base:
next← Head:feat/tooltip-request-path📝 Commits (5)
caa0dedfeat(http): show full request path in tab tooltip3628950code optimizations5bcc49bMerge branch 'main' into feat/tooltip-request-pathb0d4b78feat: enhance tab tooltip with 3-line details97d4d53fix(http): address review comments on tooltip logic📊 Changes
1 file changed (+67 additions, -2 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/http/TabHead.vue(+67 -2)📄 Description
Closes #5732
What's changed
This PR implements the feature to display the full request path in the tab tooltip, making it easier for users to identify requests that have the same name but exist in different folders.
restCollectionStoreand HoppCollection imports.requestPathcomputed property that resolves the folder path using the request'ssaveContext.titlebinding to display the formatCollection / Folder / Subfolder / Request Namewhen available.Notes to reviewers
originLocation: "user-collection") as they provide a reliablefolderPathin their save context.Screenshots


Tooltip showing full path:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.