mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-05 08:47:05 +02:00
Disable sidebar filtering for now
This commit is contained in:
@@ -198,9 +198,10 @@ function Sidebar({ className }: { className?: string }) {
|
|||||||
<aside
|
<aside
|
||||||
ref={wrapperRef}
|
ref={wrapperRef}
|
||||||
aria-hidden={hidden ?? undefined}
|
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 && (
|
{(tree.children?.length ?? 0) > 0 && (
|
||||||
<PlainInput
|
<PlainInput
|
||||||
hideLabel
|
hideLabel
|
||||||
|
|||||||
Reference in New Issue
Block a user