mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-11 05:49:53 +00:00
Compare commits
No commits in common. "c5759b29caf0755a7ae62baa31da02e0e58e90f8" and "424b062d5bbeb17f77fc9cd4db51d4b89b8d972c" have entirely different histories.
c5759b29ca
...
424b062d5b
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 debian/testing debian/unstable'
|
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'
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
name: Upload AppImage (${{matrix.arch}})
|
name: Upload AppImage (${{matrix.arch}})
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
[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