Commit Graph

3 Commits

Author SHA1 Message Date
AmirReza Jamali 08938ad7f0 Fix company document removal in edit mode
continuous-integration/drone/push Build is passing
2026-07-07 10:54:51 +03:30
AmirReza Jamali 561931876f fix(forms): add loading state for company document removal
continuous-integration/drone/push Build is passing
Block uploads and other document actions while a file is being removed, and show per-item and global loading feedback until deletion completes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 10:31:24 +03:30
AmirReza Jamali da1e2f89e7 feat(documents): implement document upload functionality for companies
- Added DocumentItem component to display uploaded documents in CompanyDetailsPage.
- Introduced useUploadCompanyDocuments hook for handling document uploads.
- Updated CreateCompany form to include document upload capabilities and validation for file types and sizes.
- Enhanced API services to support batch document uploads and retrieval of document information.
- Improved response handling in the file service for better error management and user feedback.
2026-06-06 17:18:02 +03:30