Compare commits

...

2 Commits

Author SHA1 Message Date
gh-log
c5759b29ca
search_next_previous_keyboard (#10371)
Co-authored-by: gh-log <>
2025-03-27 23:15:27 +01:00
gh-log
66257c87af
Packagecloud_upload_for_Debian_testing_unstable (#10370)
Co-authored-by: gh-log <>
2025-03-27 23:08:38 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -258,7 +258,7 @@ jobs:
repo: 'eugeny/tabby' repo: 'eugeny/tabby'
dir: 'dist' dir: 'dist'
rpmvers: 'el/9 el/8 ol/6 ol/7' rpmvers: 'el/9 el/8 ol/6 ol/7'
debvers: 'ubuntu/bionic ubuntu/focal ubuntu/hirsute ubuntu/impish ubuntu/jammy ubuntu/kinetic ubuntu/noble ubuntu/oracular debian/jessie debian/stretch debian/buster debian/bullseye debian/bookworm debian/trixie' debvers: 'ubuntu/bionic ubuntu/focal ubuntu/hirsute ubuntu/impish ubuntu/jammy ubuntu/kinetic ubuntu/noble ubuntu/oracular debian/jessie debian/stretch debian/buster debian/bullseye debian/bookworm debian/trixie debian/testing debian/unstable'
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@master
name: Upload AppImage (${{matrix.arch}}) name: Upload AppImage (${{matrix.arch}})

View File

@ -6,6 +6,8 @@
[class.text-danger]='state.resultCount == 0', [class.text-danger]='state.resultCount == 0',
(click)='$event.stopPropagation()', (click)='$event.stopPropagation()',
(keyup.enter)='findPrevious()', (keyup.enter)='findPrevious()',
(keyup.up)='findPrevious()',
(keyup.down)='findPrevious()',
(keyup.esc)='close.emit()', (keyup.esc)='close.emit()',
[placeholder]='"Search"|translate' [placeholder]='"Search"|translate'
) )