[PR #3273] [MERGED] refactor: autofocus can be disabled in smart input hopp ui component #4314

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3273
Author: @joeljstephen
Created: 8/22/2023
Status: Merged
Merged: 8/22/2023
Merged by: @AndrewBastin

Base: release/2023.8.0Head: fix/smart-input-autofocus


📝 Commits (3)

  • 167df6b refactor: autofocus can be disabled in smart input
  • b5bacc0 refactor: replaced input with smart input in collections
  • d6d340e chore: add proxy url field label in settings page

📊 Changes

6 files changed (+34 additions, -20 deletions)

View changed files

📝 packages/hoppscotch-common/src/components.d.ts (+3 -1)
📝 packages/hoppscotch-common/src/components/collections/index.vue (+3 -2)
📝 packages/hoppscotch-common/src/components/settings/Proxy.vue (+3 -7)
📝 packages/hoppscotch-common/src/pages/profile.vue (+3 -1)
📝 packages/hoppscotch-common/src/pages/realtime/websocket.vue (+1 -0)
📝 packages/hoppscotch-ui/src/components/smart/Input.vue (+21 -9)

📄 Description

Closes HFE-147

Description

This PR introduces the ability to disable autofocus on HoppSmartInput component.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/3273 **Author:** [@joeljstephen](https://github.com/joeljstephen) **Created:** 8/22/2023 **Status:** ✅ Merged **Merged:** 8/22/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.0` ← **Head:** `fix/smart-input-autofocus` --- ### 📝 Commits (3) - [`167df6b`](https://github.com/hoppscotch/hoppscotch/commit/167df6be6fbf7fb9fc1d2f1e6a39919ea503e6cd) refactor: autofocus can be disabled in smart input - [`b5bacc0`](https://github.com/hoppscotch/hoppscotch/commit/b5bacc06250ff720dc4aca73e9f7bfb204ffe7ed) refactor: replaced input with smart input in collections - [`d6d340e`](https://github.com/hoppscotch/hoppscotch/commit/d6d340e4d48684fb09a21484531e04c260bdc7da) chore: add proxy url field label in settings page ### 📊 Changes **6 files changed** (+34 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components.d.ts` (+3 -1) 📝 `packages/hoppscotch-common/src/components/collections/index.vue` (+3 -2) 📝 `packages/hoppscotch-common/src/components/settings/Proxy.vue` (+3 -7) 📝 `packages/hoppscotch-common/src/pages/profile.vue` (+3 -1) 📝 `packages/hoppscotch-common/src/pages/realtime/websocket.vue` (+1 -0) 📝 `packages/hoppscotch-ui/src/components/smart/Input.vue` (+21 -9) </details> ### 📄 Description Closes HFE-147 ### Description This PR introduces the ability to disable autofocus on HoppSmartInput component. ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:51:39 +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#4314
No description provided.