client: remove search box in folder view

- add working ctrl f listener
This commit is contained in:
geoffrey45
2022-01-06 20:40:23 +03:00
parent 64d2c8c466
commit 9310382436
9 changed files with 116 additions and 104 deletions
-2
View File
@@ -70,12 +70,10 @@ export default {
const expandQueue = () => {
up_next.value = !up_next.value;
search.value = false;
};
const expandSearch = () => {
search.value = true;
up_next.value = false;
};
const collapseSearch = () => {