[PR #4492] [MERGED] fix: scrollbar appearing on digest auth input fields and other improvements #4834

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4492
Author: @anwarulislam
Created: 10/29/2024
Status: Merged
Merged: 10/29/2024
Merged by: @jamesgeorge007

Base: nextHead: fix/digest-auth-ui-issue


📝 Commits (3)

  • 5fd1eb0 fix: scrollbar appearing on digest auth input fields
  • cd52681 chore: remove console logs
  • 2bcc4db chore: disable inspector warning on Desktop platform

📊 Changes

4 files changed (+9 additions, -12 deletions)

View changed files

📝 packages/hoppscotch-cli/src/utils/request.ts (+0 -1)
📝 packages/hoppscotch-common/src/components/http/Authorization.vue (+0 -2)
📝 packages/hoppscotch-common/src/components/http/authorization/Digest.vue (+4 -8)
📝 packages/hoppscotch-common/src/services/inspection/inspectors/authorization.inspector.ts (+5 -1)

📄 Description

This fix resolves an issue where a scrollbar appeared on digest authentication input fields. Additionally:

  • Fixes the issue where the interceptor warning regarding supported interceptors for Digest Auth was displayed on the Desktop app.
  • Stale console logs are removed.

What's changed

The issue was caused by an extra return character in the placeholder text. This fix removes the extra return character, eliminating the scrollbar.

  • Not Completed
  • Completed

🔄 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/4492 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 10/29/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/digest-auth-ui-issue` --- ### 📝 Commits (3) - [`5fd1eb0`](https://github.com/hoppscotch/hoppscotch/commit/5fd1eb0d649d3abeb27581bb90dd833696da54e3) fix: scrollbar appearing on digest auth input fields - [`cd52681`](https://github.com/hoppscotch/hoppscotch/commit/cd52681d15feea71620ca598c9c8472381e35906) chore: remove console logs - [`2bcc4db`](https://github.com/hoppscotch/hoppscotch/commit/2bcc4db33c0fe0c5057c6221514e05a3aa2c5a6d) chore: disable inspector warning on Desktop platform ### 📊 Changes **4 files changed** (+9 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-cli/src/utils/request.ts` (+0 -1) 📝 `packages/hoppscotch-common/src/components/http/Authorization.vue` (+0 -2) 📝 `packages/hoppscotch-common/src/components/http/authorization/Digest.vue` (+4 -8) 📝 `packages/hoppscotch-common/src/services/inspection/inspectors/authorization.inspector.ts` (+5 -1) </details> ### 📄 Description This fix resolves an issue where a scrollbar appeared on digest authentication input fields. Additionally: - Fixes the issue where the interceptor warning regarding supported interceptors for Digest Auth was displayed on the Desktop app. - Stale console logs are removed. ### What's changed The issue was caused by an extra return character in the placeholder text. This fix removes the extra return character, eliminating the scrollbar. - [ ] Not Completed - [x] Completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:20:02 +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#4834
No description provided.