[PR #3603] [MERGED] fix: minor ui improvements #4442

Closed
opened 2026-03-17 01:58:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3603
Author: @liyasthomas
Created: 11/28/2023
Status: Merged
Merged: 11/29/2023
Merged by: @AndrewBastin

Base: release/2023.12.0Head: fix/invisible-file-ship-icon


📝 Commits (2)

  • 1a25cc9 fix: invisible icon in file chip component
  • 5f95402 fix: icon inside drag and drop handle

📊 Changes

9 files changed (+37 additions, -27 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+2 -1)
📝 packages/hoppscotch-common/src/components/graphql/Headers.vue (+2 -2)
📝 packages/hoppscotch-common/src/components/graphql/Response.vue (+2 -2)
📝 packages/hoppscotch-common/src/components/http/BodyParameters.vue (+3 -3)
📝 packages/hoppscotch-common/src/components/http/Headers.vue (+13 -10)
📝 packages/hoppscotch-common/src/components/http/Parameters.vue (+2 -2)
📝 packages/hoppscotch-common/src/components/http/URLEncodedParams.vue (+2 -2)
📝 packages/hoppscotch-common/src/pages/realtime/websocket.vue (+2 -2)
📝 packages/hoppscotch-ui/src/components/smart/FileChip.vue (+9 -3)

📄 Description

  • The icon inside the FileChip component was invisible for some reason, this PR fixes this behavior.
  • The drag-and-drop handle color is now even with UI design.
  • Fixed wrong tooltip content in the computed headers action buttons.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3603 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 11/28/2023 **Status:** ✅ Merged **Merged:** 11/29/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.0` ← **Head:** `fix/invisible-file-ship-icon` --- ### 📝 Commits (2) - [`1a25cc9`](https://github.com/hoppscotch/hoppscotch/commit/1a25cc960a4f0231a144abb53701dc5cd6b666ca) fix: invisible icon in file chip component - [`5f95402`](https://github.com/hoppscotch/hoppscotch/commit/5f9540270bbe723a37997fa029508e7738bc1a05) fix: icon inside drag and drop handle ### 📊 Changes **9 files changed** (+37 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+2 -1) 📝 `packages/hoppscotch-common/src/components/graphql/Headers.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/components/graphql/Response.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/components/http/BodyParameters.vue` (+3 -3) 📝 `packages/hoppscotch-common/src/components/http/Headers.vue` (+13 -10) 📝 `packages/hoppscotch-common/src/components/http/Parameters.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/components/http/URLEncodedParams.vue` (+2 -2) 📝 `packages/hoppscotch-common/src/pages/realtime/websocket.vue` (+2 -2) 📝 `packages/hoppscotch-ui/src/components/smart/FileChip.vue` (+9 -3) </details> ### 📄 Description - [x] The icon inside the FileChip component was invisible for some reason, this PR fixes this behavior. - [x] The drag-and-drop handle color is now even with UI design. - [x] Fixed wrong tooltip content in the computed headers action buttons. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:58:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4442
No description provided.