From fb09afbd715b19f099137315908740a9a3546d14 Mon Sep 17 00:00:00 2001 From: abhibarkade <103316455+abhibarkade@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:30:35 +0530 Subject: [PATCH] feat(common): show full request path in tab tooltip (#5750) Co-authored-by: Code3B <97300790+code3b@users.noreply.github.com> --- .../src/components/http/TabHead.vue | 69 ++++++++++++++++++- 1 file changed, 67 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-common/src/components/http/TabHead.vue b/packages/hoppscotch-common/src/components/http/TabHead.vue index 5aa3549e..c986d1bf 100644 --- a/packages/hoppscotch-common/src/components/http/TabHead.vue +++ b/packages/hoppscotch-common/src/components/http/TabHead.vue @@ -1,7 +1,7 @@