mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 17:26:03 +03:00
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#5165
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/5330
Author: @yash-gorasia
Created: 8/14/2025
Status: ❌ Closed
Base:
main← Head:feat/ui-response-panel-distinction📝 Commits (2)
84df035feat(response-panel): improve UI distinction (#5307)104193frefactor(response-panel): move container classes to computed property for readability📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/http/Response.vue(+6 -1)📄 Description
Closes #5307
What's changed
Improved the visual distinction of the response panel while keeping within Hoppscotch’s theme system
Updated panel container classes:
Changed border-dividerLight → border-accent for better accent visibility
Increased rounding from rounded-md → rounded-lg
Upgraded shadow from shadow-sm → shadow-lg for more depth
Added subtle highlight with ring-1 ring-accent/20
Retained bg-primaryContrast to maintain dark/light mode compatibility
Before
The response panel blended in with the surrounding UI, making it less visually prominent and harder to distinguish from nearby sections.
After
The panel now has a clearer accent border, slightly larger rounding, a deeper shadow, and a soft ring highlight — making it more noticeable while still respecting the overall theme, color palette, and dark/light mode adaptability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.