[PR #20350] [MERGED] add global search hotkey #15902

Closed
opened 2025-12-30 00:24:42 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20350
Author: @llamafilm
Created: 9/13/2025
Status: Merged
Merged: 9/17/2025
Merged by: @bctiemann

Base: mainHead: 17824-hotkeys


📝 Commits (4)

📊 Changes

4 files changed (+39 additions, -8 deletions)

View changed files

📝 netbox/project-static/dist/netbox.js (+4 -4)
📝 netbox/project-static/dist/netbox.js.map (+4 -4)
netbox/project-static/src/hotkeys.ts (+29 -0)
📝 netbox/project-static/src/netbox.ts (+2 -0)

📄 Description

Fixes: #20308

Add hotkeys typescript module to handle / keypress, jumping focus to the global search input.


🔄 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/netbox-community/netbox/pull/20350 **Author:** [@llamafilm](https://github.com/llamafilm) **Created:** 9/13/2025 **Status:** ✅ Merged **Merged:** 9/17/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `main` ← **Head:** `17824-hotkeys` --- ### 📝 Commits (4) - [`53b15e3`](https://github.com/netbox-community/netbox/commit/53b15e3e4147a2146daad1f6c907dfd1b48a1d49) add global search hotkey - [`03a6032`](https://github.com/netbox-community/netbox/commit/03a6032f36b715fd93618b577ff0ff1c2b44479d) remove debug line - [`499ebb8`](https://github.com/netbox-community/netbox/commit/499ebb8ab4ea51d3ee38750c40e3d161378ffe2e) Merge branch 'main' into 17824-hotkeys - [`f2097cc`](https://github.com/netbox-community/netbox/commit/f2097cce3309fd544744616741dbadf6a132ae8f) no search at login page ### 📊 Changes **4 files changed** (+39 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.js` (+4 -4) 📝 `netbox/project-static/dist/netbox.js.map` (+4 -4) ➕ `netbox/project-static/src/hotkeys.ts` (+29 -0) 📝 `netbox/project-static/src/netbox.ts` (+2 -0) </details> ### 📄 Description ### Fixes: #20308 Add hotkeys typescript module to handle `/` keypress, jumping focus to the global search input. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:24:42 +01:00
adam closed this issue 2025-12-30 00:24:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15902