web: replace allotment with react-resizable-panels

This commit is contained in:
Abdullah Atta
2024-04-17 14:23:19 +05:00
parent d5cf65e568
commit a65ebec7ae
12 changed files with 1269 additions and 358 deletions

View File

@@ -458,6 +458,7 @@ async function downloadFile(
requestOptions: RequestOptionsWithSignal
) {
try {
console.log("DOWNLOADING FILE", filename);
const { url, headers, chunkSize, signal } = requestOptions;
const handle = await streamablefs.readFile(filename);