From 3ce714ecbbd8f2f68bf39aa14c1620b91ebb67e5 Mon Sep 17 00:00:00 2001 From: Alexander Ackermann Date: Wed, 1 Apr 2026 00:45:20 +0200 Subject: [PATCH 1/3] feat: focus global search bar via keyboard shortcut --- 1 | 33 +++++++++++++++++++ .../components/OcSearchBar/OcSearchBar.vue | 3 +- .../src/helpers/isEditableElement.ts | 15 +++++++++ .../web-app-search/src/portals/SearchBar.vue | 29 +++++++++++++++- .../tests/unit/portals/SearchBar.spec.ts | 30 +++++++++++++++++ .../keyboardActions/useKeyboardActions.ts | 1 + 6 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 1 create mode 100644 packages/web-app-search/src/helpers/isEditableElement.ts diff --git a/1 b/1 new file mode 100644 index 0000000000..7e7a0f979c --- /dev/null +++ b/1 @@ -0,0 +1,33 @@ +pick a4a7321ff0 # feat: focus global search bar via keyboard shortcut +f 0faac156c1 # feat: focus global search bar via keyboard shortcut + +# Rebase ace9e3bbac..0faac156c1 onto ace9e3bbac (2 commands) +# +# Commands: +# p, pick = use commit +# r, reword = use commit, but edit the commit message +# e, edit = use commit, but stop for amending +# s, squash = use commit, but meld into previous commit +# f, fixup [-C | -c] = like "squash" but keep only the previous +# commit's log message, unless -C is used, in which case +# keep only this commit's message; -c is same as -C but +# opens the editor +# x, exec = run command (the rest of the line) using shell +# b, break = stop here (continue rebase later with 'git rebase --continue') +# d, drop = remove commit +# l, label