Add search to sessions list (#2439)

This commit is contained in:
Zane
2025-05-06 16:34:11 -07:00
committed by GitHub
parent 392a101078
commit 9417e54593
5 changed files with 565 additions and 385 deletions

View File

@@ -21,7 +21,7 @@ const SharedSessionView: React.FC<SharedSessionViewProps> = ({
}) => {
return (
<div className="h-screen w-full flex flex-col">
<div className="relative flex items-center h-[36px] w-full"></div>
<div className="relative flex items-center h-14 w-full"></div>
{/* Top Row - back, info (fixed) */}
<SessionHeaderCard onBack={onBack}>