feat: Refactor document upload and connector management UI, enhance user experience with improved loading states, and streamline source addition process by removing unnecessary components.

This commit is contained in:
Anish Sarkar 2025-12-31 16:47:19 +05:30
parent 4d6186a43a
commit 3ac806dcdf
4 changed files with 221 additions and 220 deletions

View file

@ -325,7 +325,7 @@ export const ComposerAddAttachment: FC = () => {
const chatAttachmentInputRef = useRef<HTMLInputElement>(null);
const handleFileUpload = () => {
router.push(`/dashboard/${searchSpaceId}/sources/add?tab=documents`);
router.push(`/dashboard/${searchSpaceId}/documents/upload`);
};
const handleChatAttachment = () => {