add file search and some fixes and bugs

This commit is contained in:
smanylov
2026-01-27 19:52:01 +07:00
parent 1db333a21b
commit 9a6491b76b
14 changed files with 1205 additions and 127 deletions
+6 -2
View File
@@ -11,9 +11,13 @@ export default function Page() {
</p>
</div>
<div className="search-grid">
<SectionSearchFile maxFileSize={1024000000} allowedExtensions={[]} fileType="video"/>
<SectionSearchFile
maxFileSize={1024000000}
allowedExtensions={['jpg', 'jpeg', 'png', 'gif', 'bmp']}
fileType="image"
/>
<div className="search-sidebar">
test
side
</div>
</div>
</>