Merge branch 'main' into Folder-import-refinement

This commit is contained in:
Anirban Kar
2024-12-08 01:17:24 +05:30
committed by GitHub
45 changed files with 2204 additions and 26254 deletions

View File

@@ -21,7 +21,6 @@ export const ImportFolderButton: React.FC<ImportFolderButtonProps> = ({ classNam
);
return;
}
const folderName = allFiles[0]?.webkitRelativePath.split('/')[0] || 'Unknown Folder';
setIsLoading(true);
const loadingToast = toast.loading(`Importing ${folderName}...`);