refactor: centralize download functions into utils #2

Merged
jcedilloAS merged 1 commits from feature/download-utils-clean into main 2025-10-13 19:38:34 +00:00

1 Commits

Author SHA1 Message Date
5f4a797c3c refactor: centralize download functions into utils
- Create src/utils/downloadUtils.js with downloadFile and downloadBulkZip
- Remove duplicated download functions from PedimentoDetail.jsx
- Remove duplicated download functions from Documents.jsx
- Add proper imports to use centralized functions
- Improve code reusability and maintainability
- Ensure consistent download behavior across components
2025-10-13 14:25:01 -05:00