Alex
Alex
HHomarr
Created by Mark323 on 11/21/2023 in #💬・get-help
How to hide the search bar in v0.14.1
Thumbs up? Where's that? I've made a comment on the issue tho
30 replies
HHomarr
Created by Mark323 on 11/21/2023 in #💬・get-help
How to hide the search bar in v0.14.1
@Tag Have you had a chance to look at this?
30 replies
HHomarr
Created by Mark323 on 11/21/2023 in #💬・get-help
How to hide the search bar in v0.14.1
I haven't but https://github.com/ajnart/homarr/issues/1647 should be similar
30 replies
HHomarr
Created by Mark323 on 11/21/2023 in #💬・get-help
How to hide the search bar in v0.14.1
I don't think there's a way to solve this client sided, would need to make changes to the codebase
30 replies
HHomarr
Created by Mark323 on 11/21/2023 in #💬・get-help
How to hide the search bar in v0.14.1
After looking at the DOM, I figured out you could do this div.mantine-Group-root.mantine-Autocomplete-item:nth-child(2) { display: none; } but the problem is that you're still able to use arrow keys to select it.
30 replies
HHomarr
Created by Jacob Pounds on 12/18/2023 in #💬・get-help
Disable torrents in search bar
You could do div.mantine-Group-root.mantine-Autocomplete-item:nth-child(2) { display: none; } though, it's still selectable with arrow keys
4 replies
HHomarr
Created by Mark323 on 11/21/2023 in #💬・get-help
How to hide the search bar in v0.14.1
@Tag Is there a way to just disable the torrent in the search bar?
30 replies
HHomarr
Created by Jacob Pounds on 12/18/2023 in #💬・get-help
Disable torrents in search bar
Did you find a solution?
4 replies