mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-20 23:54:23 +01:00
Add search to sessions list (#2439)
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user