mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #5809] feat(collections): add horizontal scrolling for long request names #5361
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#5361
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/5809
Author: @saiakhil423
Created: 1/28/2026
Status: 🔄 Open
Base:
main← Head:feat/add-scrolling-for-long-request-names📝 Commits (3)
5c9be2cfeat(collections): add horizontal scrolling for long request namesc9a4720fix(collections): improve accessibility and remove redundant click handlersa065803Merge branch 'main' into feat/add-scrolling-for-long-request-names📊 Changes
5 files changed (+1774 additions, -3262 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/Request.vue(+11 -2)📝
packages/hoppscotch-common/src/components/collections/documentation/RequestItem.vue(+7 -1)📝
packages/hoppscotch-common/src/components/collections/graphql/Request.vue(+11 -2)📝
packages/hoppscotch-selfhost-web/vite.config.ts(+6 -1)📝
pnpm-lock.yaml(+1739 -3256)📄 Description
Closes #5785
What's changed
truncateCSS class withoverflow-x-autoandwhitespace-nowrapto enable scrollingRequest.vue)graphql/Request.vue)documentation/RequestItem.vue)Notes to reviewers
Summary by cubic
Adds horizontal scrolling and hover tooltips for long request names in the collections side panel, so names are readable without breaking layout. Works across REST, GraphQL, and Documentation items.
New Features
Bug Fixes
Written for commit
a0658030b1. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.