[PR #4760] [MERGED] feat: visual enhancement for inactive fields #4923

Closed
opened 2026-03-17 02:24:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4760
Author: @anwarulislam
Created: 2/18/2025
Status: Merged
Merged: 2/19/2025
Merged by: @jamesgeorge007

Base: nextHead: feat/visual-enh-inactive-params


📝 Commits (4)

  • 482a62c fix: add opacity class for inactive entries in SmartEnvInput components
  • 7af7cc1 chore: extend to request variables
  • 2e8bdae chore: resolve lint errors
  • 2bf6a65 chore: account for description and content type fields

📊 Changes

4 files changed (+10 additions, -0 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/http/BodyParameters.vue (+3 -0)
📝 packages/hoppscotch-common/src/components/http/KeyValue.vue (+3 -0)
📝 packages/hoppscotch-common/src/components/http/RequestVariables.vue (+2 -0)
📝 packages/hoppscotch-common/src/components/http/URLEncodedParams.vue (+2 -0)

📄 Description

Closes HFE-762 #4750

This pull request addresses the visual representation of inactive entries within the SmartEnvInput components for the following cases:

  • Query params.
  • Request body with content types set to multipart/form-data or application/x-www-form-urlencoded.
  • Headers
  • Request variables.

🔄 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/4760 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `feat/visual-enh-inactive-params` --- ### 📝 Commits (4) - [`482a62c`](https://github.com/hoppscotch/hoppscotch/commit/482a62ce7ca9046858ff711edbf90aa1bbcc6ea1) fix: add opacity class for inactive entries in SmartEnvInput components - [`7af7cc1`](https://github.com/hoppscotch/hoppscotch/commit/7af7cc1c4b0a805359042fe648bc2df0dfbde603) chore: extend to request variables - [`2e8bdae`](https://github.com/hoppscotch/hoppscotch/commit/2e8bdae781ebb60f61bc15f34b1ee3efffa1f4ae) chore: resolve lint errors - [`2bf6a65`](https://github.com/hoppscotch/hoppscotch/commit/2bf6a655afdb397898850599556a601f183ab446) chore: account for description and content type fields ### 📊 Changes **4 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/http/BodyParameters.vue` (+3 -0) 📝 `packages/hoppscotch-common/src/components/http/KeyValue.vue` (+3 -0) 📝 `packages/hoppscotch-common/src/components/http/RequestVariables.vue` (+2 -0) 📝 `packages/hoppscotch-common/src/components/http/URLEncodedParams.vue` (+2 -0) </details> ### 📄 Description Closes HFE-762 #4750 This pull request addresses the visual representation of inactive entries within the `SmartEnvInput` components for the following cases: - Query params. - Request body with content types set to `multipart/form-data` or `application/x-www-form-urlencoded`. - Headers - Request variables. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:24:57 +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#4923
No description provided.