mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Disable sidebar filtering for now
This commit is contained in:
@@ -198,9 +198,10 @@ function Sidebar({ className }: { className?: string }) {
|
||||
<aside
|
||||
ref={wrapperRef}
|
||||
aria-hidden={hidden ?? undefined}
|
||||
className={classNames(className, 'h-full grid grid-rows-[auto_minmax(0,1fr)_auto]')}
|
||||
className={classNames(className, 'h-full grid grid-rows-[minmax(0,1fr)_auto]')}
|
||||
>
|
||||
<div className="px-2 py-1.5 pb-0">
|
||||
{/* TODO: Show the filter */}
|
||||
<div className="px-2 py-1.5 pb-0 hidden">
|
||||
{(tree.children?.length ?? 0) > 0 && (
|
||||
<PlainInput
|
||||
hideLabel
|
||||
|
||||
Reference in New Issue
Block a user