mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3261] [MERGED] fix: placeholder size and text overflow on tab head #4307
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#4307
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/3261
Author: @liyasthomas
Created: 8/18/2023
Status: ✅ Merged
Merged: 8/18/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:fix/placeholder-truncate📝 Commits (1)
2c8c0c3fix: placeholder size and text overflow📊 Changes
10 files changed (+22 additions, -13 deletions)
View changed files
📝
packages/hoppscotch-common/assets/scss/styles.scss(+1 -0)📝
packages/hoppscotch-common/src/components.d.ts(+1 -0)📝
packages/hoppscotch-common/src/components/app/Inspection.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/ResponseMeta.vue(+2 -0)📝
packages/hoppscotch-common/src/components/http/TabHead.vue(+1 -1)📝
packages/hoppscotch-common/src/components/smart/EnvInput.vue(+7 -2)📝
packages/hoppscotch-common/src/helpers/editor/extensions/HoppEnvironment.ts(+4 -4)📝
packages/hoppscotch-sh-admin/assets/scss/styles.scss(+1 -0)📝
packages/hoppscotch-ui/src/assets/scss/styles.scss(+1 -0)📝
packages/hoppscotch-ui/src/components/smart/Placeholder.vue(+3 -5)📄 Description
🤖 Generated by Copilot at 5c360a9
Summary
📐🌎🖼️
This pull request improves the UI and UX of various components in the
hoppscotchproject, such as theEnvInput, theResponseMeta, and thePlaceholdercomponents. It also updates the icons for the environment editor and adds thetruncateutility class to theapp-inspectioncomponent in different packages. These changes aim to make the components more responsive, accessible, consistent, and readable.Walkthrough
truncateutility class toapp-inspectioncomponent to improve readability and layout of inspection results (link, link, link)app-inspectioncomponent to make it responsive and accessible (link, link, link)ResponseMeta.vueto make them more prominent and consistent (link, link)TabHead.vueto make the tab bar more compact and neat (link)EnvInput.vueto improve separation and accessibility (link)HoppEnvironment.ts(link, link)Placeholder.vueto make the image more visible and balanced (link, link)Placeholder.vueto remove unnecessary whitespace and make the code more concise and clean (link)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.