mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-09 12:59:54 +00:00
Compare commits
2 Commits
424b062d5b
...
c5759b29ca
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c5759b29ca | ||
![]() |
66257c87af |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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}})
|
||||||
|
@ -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'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user